- e_ehsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_entry - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_flags - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_ident - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_machine - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_phentsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_phnum - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_phoff - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_shentsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_shnum - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_shoff - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_shstrndx - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_type - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_version - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EdenClient - Interface in com.facebook.buck.edenfs
-
Client of Eden's fbthrift API that is intended to be a thin wrapper around EdenService.Client's API.
- EdenClientPool - Class in com.facebook.buck.edenfs
-
- EdenMount - Class in com.facebook.buck.edenfs
-
Utility to make requests to the Eden thrift API for an (Eden mount point, Buck project root)
pair.
- EdenProjectFilesystemDelegate - Class in com.facebook.buck.edenfs
-
- EdenProjectFilesystemDelegate(EdenMount, ProjectFilesystemDelegate, Config) - Constructor for class com.facebook.buck.edenfs.EdenProjectFilesystemDelegate
-
- EI_CLASS - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ei_class - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_DATA - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ei_data - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_MAG0 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_MAG1 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_MAG2 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_MAG3 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_NIDENT - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_PAD - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_VERSION - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- Either<LEFT,RIGHT> - Class in com.facebook.buck.util.types
-
A discriminated union of two parameters that holds a value of either the LEFT or RIGHT type.
- EitherTypeCoercer<Left,Right> - Class in com.facebook.buck.rules.coercer
-
Coerces a type to either type, trying the left type before the right.
- EitherTypeCoercer(TypeCoercer<Left>, TypeCoercer<Right>) - Constructor for class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- EitherValueTypeInfo<L,R> - Class in com.facebook.buck.rules.modern.impl
-
ValueTypeInfo for Eithers.
- EitherValueTypeInfo(ValueTypeInfo<L>, ValueTypeInfo<R>) - Constructor for class com.facebook.buck.rules.modern.impl.EitherValueTypeInfo
-
- element() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- elementIsAvailableForSourceOnlyAbi(Elements, Element) - Method in interface com.facebook.buck.jvm.java.abi.source.api.SourceOnlyAbiRuleInfoFactory.SourceOnlyAbiRuleInfo
-
- elementScope() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher.DefaultContainerScope
-
Increases element count if anything gets hashed during the element scope.
- elementScope() - Method in interface com.facebook.buck.rules.keys.RuleKeyScopedHasher.ContainerScope
-
- ElementsExtended - Interface in com.facebook.buck.jvm.java.lang.model
-
Wraps and extends
Elements with methods that cannot be added as
pure extension methods on
MoreElements because they require per-instance state.
- ElementsExtendedImpl - Class in com.facebook.buck.jvm.java.plugin.adapter
-
Wraps and extends
Elements with methods that cannot be added as
pure extension methods on
MoreElements because they require per-instance state.
- ElementsExtendedImpl(Elements, Types, Trees) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.ElementsExtendedImpl
-
- Elf - Class in com.facebook.buck.cxx.toolchain.elf
-
- Elf(ByteBuffer) - Constructor for class com.facebook.buck.cxx.toolchain.elf.Elf
-
- Elf.Elf32 - Class in com.facebook.buck.cxx.toolchain.elf
-
- Elf.Elf64 - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfDynamicSection - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfDynamicSection(ImmutableList<ElfDynamicSection.Entry>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
-
- ElfDynamicSection.DTag - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfDynamicSection.DTag.Type - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfDynamicSection.Entry - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfHeader - Class in com.facebook.buck.cxx.toolchain.elf
-
Encapsulate the data found in an ELF header.
- ElfHeader.EIClass - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfHeader.EIData - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ELFMAG0 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ELFMAG1 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ELFMAG2 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ELFMAG3 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ElfSection - Class in com.facebook.buck.cxx.toolchain.elf
-
Encapsulates the header information and raw body of an ELF section.
- ElfSectionHeader - Class in com.facebook.buck.cxx.toolchain.elf
-
Encapsulate the data in an ELF section header.
- ElfSectionHeader(long, ElfSectionHeader.SHType, long, long, long, long, long, long, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
-
- ElfSectionHeader.SHType - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfSectionLookupResult - Class in com.facebook.buck.cxx.toolchain.elf
-
A tuple of section index and
ElfSection object returned from lookup functions in this
class.
- ElfSharedLibraryInterfaceParams - Class in com.facebook.buck.cxx.toolchain
-
Immutable implementation of AbstractElfSharedLibraryInterfaceParams.
- ElfStringTable - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfSymbolTable - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfSymbolTable(ImmutableList<ElfSymbolTable.Entry>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable
-
- ElfSymbolTable.Entry - Class in com.facebook.buck.cxx.toolchain.elf
-
Encapsulate the data in an ELF section header.
- ElfSymbolTable.Entry.Info - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfSymbolTable.Entry.Info.Bind - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfSymbolTable.Entry.Info.Type - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerDef - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerDef(ImmutableList<Pair<ElfVerDef.Verdef, ImmutableList<ElfVerDef.Verdaux>>>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
-
- ElfVerDef.Verdaux - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerDef.Verdef - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerNeed - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerNeed(ImmutableList<Pair<ElfVerNeed.Verneed, ImmutableList<ElfVerNeed.Vernaux>>>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
-
- ElfVerNeed.Vernaux - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerNeed.Verneed - Class in com.facebook.buck.cxx.toolchain.elf
-
- EmbeddedCellBuckOutInfo - Class in com.facebook.buck.io.filesystem
-
Information to create the buck-out of cell when it's going to be embedded in the root cell
buck-out.
- EMIT_SWIFTDOCS - Static variable in class com.facebook.buck.swift.SwiftBuckConfig
-
- empty() - Static method in class com.facebook.buck.apple.toolchain.AbstractProvisioningProfileStore
-
- EMPTY - Static variable in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- EMPTY - Static variable in interface com.facebook.buck.jvm.java.ExtraClasspathProvider
-
- EMPTY - Static variable in class com.facebook.buck.jvm.java.RemoveClassesPatternsMatcher
-
- EMPTY - Static variable in class com.facebook.buck.test.selectors.TestSelectorList
-
- empty() - Static method in class com.facebook.buck.test.selectors.TestSelectorList
-
- EMPTY - Static variable in class com.facebook.buck.util.PatternsMatcher
-
- empty() - Static method in interface com.facebook.buck.util.RichStream
-
- EmptyJavaAbiInfo - Class in com.facebook.buck.jvm.core
-
The implementation of JavaAbiInfo for targets that have no sources.
- EmptyJavaAbiInfo(BuildTarget) - Constructor for class com.facebook.buck.jvm.core.EmptyJavaAbiInfo
-
- EmptyMemoizerDeserialization<T> - Class in com.facebook.buck.rules.modern
-
Supports deserialization of a memoizer as just a default-constructed empty Memoizer.
- EmptyMemoizerDeserialization() - Constructor for class com.facebook.buck.rules.modern.EmptyMemoizerDeserialization
-
- emptyMetadataProvider() - Static method in class com.facebook.buck.remoteexecution.MetadataProviderFactory
-
- emptyOf(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Return empty path with the same filesystem as provided path
- emptyPath() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- EmptyPlatform - Class in com.facebook.buck.core.model.platform.impl
-
A platform that doesn't match any constraints.
- EmptyTargetConfiguration - Class in com.facebook.buck.core.model
-
Configuration that doesn't have any options
- EMULATOR_MODE_SHORT_ARG - Static variable in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
-
- enabledForArch64(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enabledForModules(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enabledForNativeLibraries(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enabledForResources(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enabledForSecondaryDexes(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enableSandbox - Variable in class com.facebook.buck.shell.AbstractGenruleDescription
-
- enableStringWhitelisting() - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
-
- enableTargetCompatibilityChecks() - Method in class com.facebook.buck.parser.AbstractParsingContext
-
- enableTargetCompatibilityChecks() - Method in class com.facebook.buck.parser.ParsingContext
-
- encodeBuildTarget(BuildTarget) - Static method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
-
- encodeHybridFetchRequestNoPayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
-
- encodeHybridStoreRequestOnePayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
-
- ENCODING - Static variable in class com.facebook.buck.testrunner.BaseRunner
-
- end() - Method in class com.facebook.buck.event.api.BuckTracing
-
- end(Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
-
- end(Map<String, String>) - Method in interface com.facebook.buck.event.api.BuckTracingInterface
-
- end(Map<String, String>) - Method in class com.facebook.buck.event.BuckTracingEventBusBridge
-
- end(Map<String, String>) - Method in class com.facebook.buck.jvm.java.Jsr199TracingBridge
-
- END_OF_FILE_HEADER_MARKER - Static variable in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- endAnalyze(List<String>, List<String>) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnalyze(List<String>, List<String>) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endAnalyze(List<String>, List<String>) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnnotationProcessingRound(boolean) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnnotationProcessingRound() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endAnnotationProcessingRound() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endElement(String, String, String) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
-
- endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endEnter(List<String>) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endGenerate() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- EndingBuildRuleEvent(BuildRuleEvent.BeginningBuildRuleEvent) - Constructor for class com.facebook.buck.core.build.event.BuildRuleEvent.EndingBuildRuleEvent
-
- endParse() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endParse() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endParse() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- ENDPOINT_EXTRA_HEADERS_FIELD - Static variable in class com.facebook.buck.doctor.config.DoctorConfig
-
- ENDPOINT_URL_FIELD - Static variable in class com.facebook.buck.doctor.config.DoctorConfig
-
- endRunAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endsWith(Path) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- endsWith(String) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- endsWithIgnoreCase(String, String) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- enforceBuckPackageBoundaries(Cell, BuildTarget, ImmutableSet<Path>) - Method in class com.facebook.buck.parser.NoopPackageBoundaryChecker
-
- enforceBuckPackageBoundaries(Cell, BuildTarget, ImmutableSet<Path>) - Method in interface com.facebook.buck.parser.PackageBoundaryChecker
-
- enforceBuckPackageBoundaries(Cell, BuildTarget, ImmutableSet<Path>) - Method in class com.facebook.buck.parser.ThrowingPackageBoundaryChecker
-
- enhance(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
-
- enhanceCommandLine(ImmutableList<String>) - Method in class com.facebook.buck.sandbox.darwin.DarwinSandboxProgramRunner
-
- enhanceCommandLine(ImmutableList<String>) - Method in class com.facebook.buck.shell.programrunner.DirectProgramRunner
-
- enhanceCommandLine(ImmutableList<String>) - Method in interface com.facebook.buck.shell.programrunner.ProgramRunner
-
Change program command line with arguments specific to these parameters.
- enhanceCommandLineForDescription(ImmutableList<String>) - Method in class com.facebook.buck.sandbox.darwin.DarwinSandboxProgramRunner
-
- enhanceCommandLineForDescription(ImmutableList<String>) - Method in class com.facebook.buck.shell.programrunner.DirectProgramRunner
-
- enhanceCommandLineForDescription(ImmutableList<String>) - Method in interface com.facebook.buck.shell.programrunner.ProgramRunner
-
Change program command line with arguments specific to these parameters.
- enhanceFlavors(BuildTarget, TargetNode<?>, TargetNodeSpec.TargetType) - Method in interface com.facebook.buck.parser.TargetSpecResolver.FlavorEnhancer
-
- enqueueForRemoteBuild(String) - Method in class com.facebook.buck.distributed.build_client.RemoteExecutionBuildTargetsQueue
-
Async enqueues a build target to be executed remotely asap.
- enqueueMinions(StampedeId, String, int, String, MinionType, String) - Method in class com.facebook.buck.distributed.DistBuildService
-
Tells the frontend to schedule given number of minions
- enqueueWorkUnitsForBuildingAndCommitCapacity(List<WorkUnit>) - Method in class com.facebook.buck.distributed.build_slave.MinionLocalBuildStateTracker
-
- ensureAndroidFacetBuilder() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- ensureClasspathArgfile() - Method in class com.facebook.buck.jvm.java.JUnitStep
-
Ensures the classpath argfile for Java 9+ invocations has been created.
- ensureLaunchAndHandshake() - Method in class com.facebook.buck.worker.WorkerProcess
-
- ensureModuleConsistency(Path, ImmutableMultimap<APKModule, Path>, ProjectFilesystem, Optional<Path>, Optional<Path>, boolean) - Static method in class com.facebook.buck.android.AndroidModuleConsistencyStep
-
- enter() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- enter() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- enter() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- enter() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- ENTER - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- entitlementsPlistPath() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
- entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
-
- entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable
-
- entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
-
- entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
-
- entriesToExclude - Variable in class com.facebook.buck.unarchive.UnarchiveStep
-
- Entry(ElfDynamicSection.DTag, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.Entry
-
- Entry(long, ElfSymbolTable.Entry.Info, int, int, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
-
- entrySet() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- entryValue - Variable in enum com.facebook.buck.android.AndroidBuckConfig.NdkSearchOrderEntry
-
- enumerate(Iterable<T>) - Static method in class com.facebook.buck.util.MoreIterables
-
- EnumTypeCoercer<E extends Enum<E>> - Class in com.facebook.buck.rules.coercer
-
- EnumTypeCoercer(Class<?>) - Constructor for class com.facebook.buck.rules.coercer.EnumTypeCoercer
-
- EnumValueTypeInfo<T extends Enum<T>> - Class in com.facebook.buck.rules.modern.impl
-
ValueTypeInfo for enums.
- EnumValueTypeInfo(Class<T>) - Constructor for class com.facebook.buck.rules.modern.impl.EnumValueTypeInfo
-
- ENV - Static variable in class com.facebook.buck.parser.MetaRules
-
- ENV_VAR_NAME - Static variable in class com.facebook.buck.util.env.BuckClasspath
-
- environment - Variable in class com.facebook.buck.android.toolchain.common.BaseAndroidToolchainResolver
-
- environment - Variable in class com.facebook.buck.features.ocaml.OcamlCCompileStep.Args
-
- environment - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- environment - Variable in class com.facebook.buck.features.ocaml.OcamlMLCompileStep.Args
-
- environment - Variable in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- environmentalChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- environmentalChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- environmentalChange(String) - Static method in class com.facebook.buck.event.ParsingEvent
-
- EnvironmentData - Class in com.facebook.buck.skylark.parser
-
Captures Environment and information related to its parsing like all Path used in order to create this environment.
- EnvironmentOverrideOptionHandler - Class in com.facebook.buck.cli
-
OptionHandler used for specifying environment overrides.
- EnvironmentOverrideOptionHandler(CmdLineParser, OptionDef, Setter<? super Map<?, ?>>) - Constructor for class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
-
- environmentSupportsAnsiEscapes(Platform, Map<String, String>) - Static method in class com.facebook.buck.util.AnsiEnvironmentChecking
-
Returns true if the environment supports ANSI escape sequences, false otherwise.
- EnvironmentVariableMacroExpander - Class in com.facebook.buck.rules.macros
-
Expands $(env XYZ) to use the appropriate shell expansion for the current platform.
- EnvironmentVariableMacroExpander(Platform) - Constructor for class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
-
- EnvMacro - Class in com.facebook.buck.rules.macros
-
$(env) macro type.
- EnvMacroTypeCoercer - Class in com.facebook.buck.rules.coercer
-
Coercer for env macros.
- EnvMacroTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.EnvMacroTypeCoercer
-
- envVariableChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- EnvVariableChange(String) - Constructor for class com.facebook.buck.event.ParsingEvent.EnvVariableChange
-
- EnvVariablesProvider - Class in com.facebook.buck.util.environment
-
Provides access system environment variables of the current process.
- EnvVariablesProvider() - Constructor for class com.facebook.buck.util.environment.EnvVariablesProvider
-
- equals(Object) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
-
This instance is equal to all instances of AndroidResourceIndexEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
This instance is equal to all instances of MergeAndroidResourceSourcesStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- equals(Object) - Method in class com.facebook.buck.android.AaptOutputInfo
-
This instance is equal to all instances of AaptOutputInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
This instance is equal to all instances of AndroidAarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
This instance is equal to all instances of AndroidAppModularityDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
-
This instance is equal to all instances of AndroidAppModularityGraphEnhancementResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
This instance is equal to all instances of AndroidBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
This instance is equal to all instances of AndroidBinaryResourcesGraphEnhancementResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
This instance is equal to all instances of AndroidBuildConfigDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
This instance is equal to all instances of AndroidBundleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
This instance is equal to all instances of AndroidGraphEnhancementResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
This instance is equal to all instances of AndroidInstrumentationApkDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
This instance is equal to all instances of AndroidInstrumentationTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
This instance is equal to all instances of AndroidInstrumentationTestJVMArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
This instance is equal to all instances of AndroidLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidLinkableMetadata
-
This instance is equal to all instances of AndroidLinkableMetadata that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
This instance is equal to all instances of AndroidManifestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
This instance is equal to all instances of AndroidPrebuiltAarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
This instance is equal to all instances of AndroidResourceDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
This instance is equal to all instances of ApkGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ApkInfo
-
This instance is equal to all instances of ApkInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.apkmodule.APKModule
-
This instance is equal to all instances of APKModule that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.dalvik.DalvikMemberReference
-
This instance is equal to all instances of DalvikMemberReference that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.exopackage.AdbConfig
-
This instance is equal to all instances of AdbConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
-
This instance is equal to all instances of DexInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
-
This instance is equal to all instances of ExopackageInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
-
This instance is equal to all instances of NativeLibsInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
-
This instance is equal to all instances of ResourcesInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackagePathAndHash
-
This instance is equal to all instances of ExopackagePathAndHash that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.exopackage.RapidInstallMode
-
This instance is equal to all instances of RapidInstallMode that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
This instance is equal to all instances of GenAidlDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- equals(Object) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
This instance is equal to all instances of MergedNativeLibraryConstituents that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ModuleInfo
-
This instance is equal to all instances of ModuleInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
This instance is equal to all instances of NdkLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
This instance is equal to all instances of NdkToolchainDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
This instance is equal to all instances of NonPredexedDexBuildableArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
This instance is equal to all instances of AndroidPackageableCollection that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
-
This instance is equal to all instances of ResourceDetails that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.packageable.ImmutableNativeLinkableEnhancementResult
-
This instance is equal to all instances of ImmutableNativeLinkableEnhancementResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltNativeLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- equals(Object) - Method in class com.facebook.buck.android.redex.RedexOptions
-
This instance is equal to all instances of RedexOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
This instance is equal to all instances of RobolectricTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.StrippedObjectDescription
-
This instance is equal to all instances of StrippedObjectDescription that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.AndroidBuildToolsLocation
-
This instance is equal to all instances of AndroidBuildToolsLocation that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
This instance is equal to all instances of AndroidPlatformTarget that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.AndroidSdkLocation
-
This instance is equal to all instances of AndroidSdkLocation that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.DxToolchain
-
This instance is equal to all instances of DxToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ImmutableAndroidTools
-
This instance is equal to all instances of ImmutableAndroidTools that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsResolver
-
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ndk.AndroidNdk
-
This instance is equal to all instances of AndroidNdk that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ndk.impl.StaticUnresolvedNdkCxxPlatform
-
This instance is equal to all instances of StaticUnresolvedNdkCxxPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatform
-
This instance is equal to all instances of NdkCxxPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformCompiler
-
This instance is equal to all instances of NdkCxxPlatformCompiler that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformsProvider
-
This instance is equal to all instances of NdkCxxPlatformsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
This instance is equal to all instances of NdkCxxPlatformTargetConfiguration that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg
-
This instance is equal to all instances of AndroidPlatformArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
This instance is equal to all instances of AppleAssetCatalogDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
This instance is equal to all instances of AppleAssetCatalogsCompilationOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
This instance is equal to all instances of AppleBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
This instance is equal to all instances of AppleBundleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
This instance is equal to all instances of AppleBundleDestinations that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBundleResources
-
This instance is equal to all instances of AppleBundleResources that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
This instance is equal to all instances of AppleLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ApplePackageConfig
-
This instance is equal to all instances of ApplePackageConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
This instance is equal to all instances of ApplePackageConfigAndPlatformInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
This instance is equal to all instances of ApplePackageDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
This instance is equal to all instances of AppleResourceDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
This instance is equal to all instances of AppleTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
This instance is equal to all instances of AppleWrapperResourceArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.clang.UmbrellaDirectoryModuleMap
-
- equals(Object) - Method in class com.facebook.buck.apple.clang.UmbrellaHeaderModuleMap
-
- equals(Object) - Method in class com.facebook.buck.apple.GroupedSource
-
This instance is equal to all instances of GroupedSource that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ImmutableIdbFailureInfo
-
This instance is equal to all instances of ImmutableIdbFailureInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
This instance is equal to all instances of ImmutableIdbTestResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
This instance is equal to all instances of MultiarchFileInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
This instance is equal to all instances of PrebuiltAppleFrameworkDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
This instance is equal to all instances of AppleSimulator that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
This instance is equal to all instances of AppleSimulatorProfile that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
This instance is equal to all instances of ImmutableAppleDevice that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.SourcePathWithAppleBundleDestination
-
This instance is equal to all instances of SourcePathWithAppleBundleDestination that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.TestHostInfo
-
This instance is equal to all instances of TestHostInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
This instance is equal to all instances of AppleCxxPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatformsProvider
-
This instance is equal to all instances of AppleCxxPlatformsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryForTestsProvider
-
This instance is equal to all instances of AppleDeveloperDirectoryForTestsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryProvider
-
This instance is equal to all instances of AppleDeveloperDirectoryProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
This instance is equal to all instances of ApplePlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleSdk
-
This instance is equal to all instances of AppleSdk that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleSdkLocation
-
This instance is equal to all instances of AppleSdkLocation that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleSdkPaths
-
This instance is equal to all instances of AppleSdkPaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleToolchain
-
This instance is equal to all instances of AppleToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.AppleToolchainProvider
-
This instance is equal to all instances of AppleToolchainProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentity
-
This instance is equal to all instances of CodeSignIdentity that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentityStore
-
This instance is equal to all instances of CodeSignIdentityStore that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
This instance is equal to all instances of ProvisioningProfileMetadata that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileStore
-
This instance is equal to all instances of ProvisioningProfileStore that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
This instance is equal to all instances of CopyFilePhaseDestinationSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
-
This instance is equal to all instances of ProductType that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- equals(Object) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
This instance is equal to all instances of XcodeScriptDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
This instance is equal to all instances of ArtifactInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
This instance is equal to all instances of CacheCountersSummary that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.CacheDeleteResult
-
This instance is equal to all instances of CacheDeleteResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
This instance is equal to all instances of CacheResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheEntries
-
This instance is equal to all instances of ArtifactCacheEntries that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.config.DirCacheEntry
-
This instance is equal to all instances of DirCacheEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
This instance is equal to all instances of HttpCacheEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry
-
This instance is equal to all instances of SQLiteCacheEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
This instance is equal to all instances of FetchResponseReadResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.FetchResult
-
This instance is equal to all instances of FetchResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
This instance is equal to all instances of HttpArtifactCacheEventFetchData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
This instance is equal to all instances of HttpArtifactCacheEventStoreData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
This instance is equal to all instances of MetadataAndPayloadReadResultInternal that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.MultiContainsResult
-
This instance is equal to all instances of MultiContainsResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
-
This instance is equal to all instances of MultiFetchResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
This instance is equal to all instances of NetworkCacheArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
-
This instance is equal to all instances of RuleKeyCacheResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
This instance is equal to all instances of StoreResponseReadResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreResult
-
This instance is equal to all instances of StoreResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
This instance is equal to all instances of StoreWriteResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.AsyncJobStateAndCells
-
This instance is equal to all instances of AsyncJobStateAndCells that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.CleanCommandBuckConfig
-
This instance is equal to all instances of CleanCommandBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
This instance is equal to all instances of CommandRunnerParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.ConfigValue
-
This instance is equal to all instances of ConfigValue that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.ImmutableActionGraphData
-
This instance is equal to all instances of ImmutableActionGraphData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.InstallResult
-
This instance is equal to all instances of InstallResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.ParserAndCaches
-
This instance is equal to all instances of ParserAndCaches that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.ProjectGeneratorParameters
-
This instance is equal to all instances of ProjectGeneratorParameters that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.TargetResult
-
This instance is equal to all instances of TargetResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.TestRun
-
This instance is equal to all instances of TestRun that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.command.BuildExecutionResult
-
This instance is equal to all instances of BuildExecutionResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.command.BuildExecutorArgs
-
This instance is equal to all instances of BuildExecutorArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.command.config.BuildBuckConfig
-
This instance is equal to all instances of BuildBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.command.config.ConfigIgnoredByDaemon
-
This instance is equal to all instances of ConfigIgnoredByDaemon that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.command.config.ImmutableConfigChange
-
This instance is equal to all instances of ImmutableConfigChange that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.artifact.ImmutableSourceArtifactImpl
-
This instance is equal to all instances of ImmutableSourceArtifactImpl that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.context.BuildContext
-
This instance is equal to all instances of BuildContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
This instance is equal to all instances of BuildEngineBuildContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.BuildEngineResult
-
This instance is equal to all instances of BuildEngineResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.BuildResult
-
This instance is equal to all instances of BuildResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.config.CachingBuildEngineBuckConfig
-
This instance is equal to all instances of CachingBuildEngineBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.config.ResourceAwareSchedulingInfo
-
This instance is equal to all instances of ResourceAwareSchedulingInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult
-
This instance is equal to all instances of ManifestFetchResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.manifest.ManifestLoadResult
-
This instance is equal to all instances of ManifestLoadResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStats
-
This instance is equal to all instances of ManifestStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStoreResult
-
This instance is equal to all instances of ManifestStoreResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.BuildReport
-
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.DistBuildFinished
-
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.RuleCountCalculated
-
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.UnskippedRuleCountUpdated
-
- equals(Object) - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
This instance is equal to all instances of ExecutionContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.cell.CellConfig
-
This instance is equal to all instances of CellConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.cell.CellName
-
This instance is equal to all instances of CellName that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.cell.CellPathResolverView
-
- equals(Object) - Method in class com.facebook.buck.core.cell.ImmutableDefaultCellNameResolver
-
This instance is equal to all instances of ImmutableDefaultCellNameResolver that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.cell.ImmutableDefaultNewCellPathResolver
-
This instance is equal to all instances of ImmutableDefaultNewCellPathResolver that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
This instance is equal to all instances of ImmutableCell that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
-
This instance is equal to all instances of ImmutableDefaultCellPathResolver that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.config.BuckConfig
-
- equals(Object) - Method in class com.facebook.buck.core.description.DescriptionCreationContext
-
This instance is equal to all instances of DescriptionCreationContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.exceptions.config.ErrorHandlingBuckConfig
-
This instance is equal to all instances of ErrorHandlingBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.files.ImmutableDirectoryList
-
This instance is equal to all instances of ImmutableDirectoryList that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.files.ImmutableDirectoryListKey
-
This instance is equal to all instances of ImmutableDirectoryListKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.files.ImmutableFileTree
-
This instance is equal to all instances of ImmutableFileTree that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.files.ImmutableFileTreeKey
-
This instance is equal to all instances of ImmutableFileTreeKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- equals(Object) - Method in class com.facebook.buck.core.graph.transformation.executor.config.DepsAwareExecutorConfig
-
This instance is equal to all instances of DepsAwareExecutorConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.graph.transformation.model.ClassBasedComputationIdentifier
-
- equals(Object) - Method in class com.facebook.buck.core.graph.transformation.model.ComposedComputationIdentifier
-
- equals(Object) - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedKey
-
This instance is equal to all instances of ImmutableComposedKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedResult
-
This instance is equal to all instances of ImmutableComposedResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.io.ArchiveMemberPath
-
This instance is equal to all instances of ArchiveMemberPath that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMapping
-
This instance is equal to all instances of CxxLinkGroupMapping that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMappingTarget
-
This instance is equal to all instances of CxxLinkGroupMappingTarget that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.macros.MacroMatchResult
-
This instance is equal to all instances of MacroMatchResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.actiongraph.ActionGraphAndBuilder
-
This instance is equal to all instances of ActionGraphAndBuilder that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphConfig
-
This instance is equal to all instances of ActionGraphConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.BuildId
-
- equals(Object) - Method in class com.facebook.buck.core.model.ConfigurationForConfigurationTargets
-
- equals(Object) - Method in class com.facebook.buck.core.model.EmptyTargetConfiguration
-
- equals(Object) - Method in class com.facebook.buck.core.model.graph.ActionAndTargetGraphs
-
This instance is equal to all instances of ActionAndTargetGraphs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.ImmutableCanonicalCellName
-
This instance is equal to all instances of ImmutableCanonicalCellName that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.ImmutableInternedUnconfiguredBuildTarget
-
This instance is equal to all instances of ImmutableInternedUnconfiguredBuildTarget that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.ImmutableUnconfiguredBuildTarget
-
This instance is equal to all instances of ImmutableUnconfiguredBuildTarget that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.impl.ImmutableDefaultTargetConfiguration
-
This instance is equal to all instances of ImmutableDefaultTargetConfiguration that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- equals(Object) - Method in class com.facebook.buck.core.model.impl.ImmutableUnflavoredBuildTargetView
-
- equals(Object) - Method in class com.facebook.buck.core.model.platform.ConstraintSetting
-
This instance is equal to all instances of ConstraintSetting that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.platform.ConstraintValue
-
This instance is equal to all instances of ConstraintValue that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.platform.impl.DefaultPlatform
-
- equals(Object) - Method in class com.facebook.buck.core.model.platform.impl.EmptyPlatform
-
- equals(Object) - Method in class com.facebook.buck.core.model.RuleType
-
This instance is equal to all instances of RuleType that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.ImmutableTargetGraphCreationResult
-
This instance is equal to all instances of ImmutableTargetGraphCreationResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableRawTargetNode
-
This instance is equal to all instances of ImmutableRawTargetNode that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
This instance is equal to all instances of ImmutableTargetNode that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodeFactory
-
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDeps
-
This instance is equal to all instances of ImmutableRawTargetNodeWithDeps that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDepsPackage
-
This instance is equal to all instances of ImmutableRawTargetNodeWithDepsPackage that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- equals(Object) - Method in class com.facebook.buck.core.parser.buildtargetpattern.ImmutableBuildTargetPattern
-
This instance is equal to all instances of ImmutableBuildTargetPattern that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.parser.ImmutableBuildPackagePaths
-
This instance is equal to all instances of ImmutableBuildPackagePaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.parser.ImmutableBuildTargetPatternToBuildPackagePathKey
-
This instance is equal to all instances of ImmutableBuildTargetPatternToBuildPackagePathKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.resources.ResourcesConfig
-
This instance is equal to all instances of ResourcesConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rulekey.BuildRuleKeys
-
This instance is equal to all instances of BuildRuleKeys that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rulekey.config.RuleKeyConfig
-
This instance is equal to all instances of RuleKeyConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rulekey.RuleKey
-
- equals(Object) - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
This instance is equal to all instances of ImmutableActionExecutionContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionFailure
-
This instance is equal to all instances of ImmutableActionExecutionFailure that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionSuccess
-
This instance is equal to all instances of ImmutableActionExecutionSuccess that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.actions.lib.args.ImmutableCommandLine
-
This instance is equal to all instances of ImmutableCommandLine that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.analysis.action.ImmutableActionAnalysisDataKey
-
This instance is equal to all instances of ImmutableActionAnalysisDataKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.analysis.config.RuleAnalysisConfig
-
This instance is equal to all instances of RuleAnalysisConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.analysis.ImmutableRuleAnalysisKey
-
This instance is equal to all instances of ImmutableRuleAnalysisKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.config.registry.ImmutableConfigurationRuleRegistry
-
This instance is equal to all instances of ImmutableConfigurationRuleRegistry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg
-
This instance is equal to all instances of ConfigSettingArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
This instance is equal to all instances of ImmutableBuildRuleCreationContextWithTargetGraph that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.ImmutableProviderCreationContext
-
This instance is equal to all instances of ImmutableProviderCreationContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- equals(Object) - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
-
This instance is equal to all instances of KnownNativeRuleTypes that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg
-
This instance is equal to all instances of ConstraintSettingArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg
-
This instance is equal to all instances of ConstraintValueArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.CpuConstraintDetectorArg
-
This instance is equal to all instances of CpuConstraintDetectorArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.ImmutableMultiPlatformRule
-
This instance is equal to all instances of ImmutableMultiPlatformRule that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.OsConstraintDetectorArg
-
This instance is equal to all instances of OsConstraintDetectorArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.PlatformArg
-
This instance is equal to all instances of PlatformArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.PlatformRule
-
This instance is equal to all instances of PlatformRule that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableDefaultInfo
-
This instance is equal to all instances of ImmutableDefaultInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.schedule.RuleScheduleInfo
-
This instance is equal to all instances of RuleScheduleInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.AbstractDefaultBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.AbstractExplicitBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.AbstractForwardingBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.AbstractPathSourcePath
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath
-
This instance is equal to all instances of ArchiveMemberSourcePath that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.SourceWithFlags
-
This instance is equal to all instances of SourceWithFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableBoolAttribute
-
This instance is equal to all instances of ImmutableBoolAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepAttribute
-
This instance is equal to all instances of ImmutableDepAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
This instance is equal to all instances of ImmutableDepListAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntAttribute
-
This instance is equal to all instances of ImmutableIntAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntListAttribute
-
This instance is equal to all instances of ImmutableIntListAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceAttribute
-
This instance is equal to all instances of ImmutableSourceAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceListAttribute
-
This instance is equal to all instances of ImmutableSourceListAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringAttribute
-
This instance is equal to all instances of ImmutableStringAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringListAttribute
-
This instance is equal to all instances of ImmutableStringListAttribute that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
This instance is equal to all instances of ExternalTestRunnerTestSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.test.rule.ImmutableCoercedTestRunnerSpec
-
This instance is equal to all instances of ImmutableCoercedTestRunnerSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.test.rule.ImmutableExternalRunnerTestProtocol
-
This instance is equal to all instances of ImmutableExternalRunnerTestProtocol that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.test.rule.ImmutableTestRunnerSpec
-
This instance is equal to all instances of ImmutableTestRunnerSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
This instance is equal to all instances of ExternalTestRunnerDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool
-
This instance is equal to all instances of VersionedTool that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
This instance is equal to all instances of ToolchainCreationContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.toolchain.ToolchainDescriptor
-
This instance is equal to all instances of ToolchainDescriptor that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider
-
This instance is equal to all instances of SystemToolProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.util.graph.DirectedAcyclicGraph
-
- equals(Object) - Method in class com.facebook.buck.counters.Counter
-
- equals(Object) - Method in class com.facebook.buck.counters.CounterBuckConfig
-
This instance is equal to all instances of CounterBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.counters.CounterInfo
-
This instance is equal to all instances of CounterInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.counters.CounterSnapshot
-
This instance is equal to all instances of CounterSnapshot that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
This instance is equal to all instances of CxxToolProviderParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
This instance is equal to all instances of CxxBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
This instance is equal to all instances of CxxCompilationDatabaseEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxDeps
-
This instance is equal to all instances of CxxDeps that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
This instance is equal to all instances of CxxGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
This instance is equal to all instances of CxxHeadersDir that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxIncludes
-
This instance is equal to all instances of CxxIncludes that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
This instance is equal to all instances of CxxLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxLinkOptions
-
This instance is equal to all instances of CxxLinkOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
This instance is equal to all instances of CxxPrecompiledHeaderDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
This instance is equal to all instances of CxxPreprocessorInput that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxRawHeaders
-
This instance is equal to all instances of CxxRawHeaders that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxSource
-
This instance is equal to all instances of CxxSource that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
This instance is equal to all instances of CxxSourceRuleFactory that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
This instance is equal to all instances of CxxSymlinkTreeHeaders that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
This instance is equal to all instances of CxxTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
This instance is equal to all instances of CxxToolchainDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
This instance is equal to all instances of ExplicitCxxToolFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.FrameworkDependencies
-
This instance is equal to all instances of FrameworkDependencies that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
This instance is equal to all instances of IterableCxxToolFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
This instance is equal to all instances of NewPrebuiltCxxLibraryPaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
This instance is equal to all instances of OmnibusLibraries that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
This instance is equal to all instances of OmnibusLibrary that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.OmnibusRoot
-
This instance is equal to all instances of OmnibusRoot that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.OmnibusRoots
-
This instance is equal to all instances of OmnibusRoots that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltCxxLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
-
This instance is equal to all instances of PrebuiltCxxLibraryGroupDescription that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
This instance is equal to all instances of PrebuiltCxxLibraryGroupDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrecompiledHeaderData
-
This instance is equal to all instances of PrecompiledHeaderData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
This instance is equal to all instances of PreIncludeFactory that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
This instance is equal to all instances of PreprocessorDelegateCacheKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
This instance is equal to all instances of PreprocessorFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
This instance is equal to all instances of CxxPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
-
This instance is equal to all instances of CxxPlatformsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
-
This instance is equal to all instances of ElfSectionLookupResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
-
This instance is equal to all instances of ElfSharedLibraryInterfaceParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
-
This instance is equal to all instances of HeaderVerification that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableCacheKey
-
This instance is equal to all instances of NativeLinkableCacheKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
-
This instance is equal to all instances of NativeLinkableInput that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
-
This instance is equal to all instances of NativeLinkTargetMode that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
-
This instance is equal to all instances of MachoHeader that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.AnalysisResults
-
This instance is equal to all instances of AnalysisResults that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.build_client.BuildSlaveStats
-
This instance is equal to all instances of BuildSlaveStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
This instance is equal to all instances of DistBuildControllerArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
This instance is equal to all instances of DistBuildControllerInvocationArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.build_client.StampedeExecutionResult
-
This instance is equal to all instances of StampedeExecutionResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphs
-
This instance is equal to all instances of DelegateAndGraphs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
This instance is equal to all instances of DelegateAndGraphsInitializerArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
This instance is equal to all instances of DistBuildSlaveExecutorArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
This instance is equal to all instances of BuildRuleMachineLogEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.BuildRuleStats
-
This instance is equal to all instances of BuildRuleStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
This instance is equal to all instances of DistBuildCellParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
-
This instance is equal to all instances of DistBuildClientCacheResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
This instance is equal to all instances of DistBuildClientStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.ImmutableDistBuildStatus
-
This instance is equal to all instances of ImmutableDistBuildStatus that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
This instance is equal to all instances of PerRuleCumulativeStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.RuleKeyNameAndType
-
This instance is equal to all instances of RuleKeyNameAndType that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
This instance is equal to all instances of ImmutableBuildLogEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
-
This instance is equal to all instances of ImmutableDoctorConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointRequest
-
This instance is equal to all instances of ImmutableDoctorEndpointRequest that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointResponse
-
This instance is equal to all instances of ImmutableDoctorEndpointResponse that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.ImmutableDoctorJsonResponse
-
This instance is equal to all instances of ImmutableDoctorJsonResponse that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.ImmutableDoctorSuggestion
-
This instance is equal to all instances of ImmutableDoctorSuggestion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
This instance is equal to all instances of ImmutableSourceControlInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.ImmutableUserLocalConfiguration
-
This instance is equal to all instances of ImmutableUserLocalConfiguration that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.DefectReport
-
This instance is equal to all instances of DefectReport that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
This instance is equal to all instances of DefectSubmitResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.ExtraInfoResult
-
This instance is equal to all instances of ExtraInfoResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
-
This instance is equal to all instances of FileChangesIgnoredReport that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.UserReport
-
This instance is equal to all instances of UserReport that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.AbstractBuckEvent
-
The default implementation of equals checks to see if two events are related, are on the same
thread, and are the same concrete class.
- equals(Object) - Method in class com.facebook.buck.event.EventKey
-
This instance is equal to all instances of EventKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.InstallEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
This instance is equal to all instances of ChromeTraceBuildListenerCloseArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListenerCloseArgs
-
This instance is equal to all instances of HttpArtifactCacheEventListenerCloseArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.ImmutableCriticalPathReportableNode
-
This instance is equal to all instances of ImmutableCriticalPathReportableNode that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.ImmutableRuleExecutionTimeData
-
This instance is equal to all instances of ImmutableRuleExecutionTimeData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.LogUploaderListenerCloseArgs
-
This instance is equal to all instances of LogUploaderListenerCloseArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListenerCloseArgs
-
This instance is equal to all instances of MachineReadableLoggerListenerCloseArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
-
This instance is equal to all instances of ProxyBuckEvent that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListenerCloseArgs
-
This instance is equal to all instances of RuleKeyDiagnosticsListenerCloseArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListenerCloseArgs
-
This instance is equal to all instances of RuleKeyLoggerListenerCloseArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
This instance is equal to all instances of RunIdStreamPair that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.ScribeEventListenerConfig
-
This instance is equal to all instances of ScribeEventListenerConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfData
-
This instance is equal to all instances of ActionGraphPerfData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.scuba.ArtifactCompressionStat
-
This instance is equal to all instances of ArtifactCompressionStat that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
This instance is equal to all instances of BuildData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheData
-
This instance is equal to all instances of DistBuildClientCacheData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedData
-
This instance is equal to all instances of DistBuildCombinedData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveData
-
This instance is equal to all instances of DistBuildSlaveData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.scuba.ImmutableCriticalPathData
-
This instance is equal to all instances of ImmutableCriticalPathData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats
-
This instance is equal to all instances of RemoteArtifactUploadStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.stats.cache.RemoteDownloadStats
-
This instance is equal to all instances of RemoteDownloadStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
This instance is equal to all instances of DistBuildTrackedStatus that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.util.EventInterval
-
This instance is equal to all instances of EventInterval that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.PerfEventId
-
This instance is equal to all instances of PerfEventId that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.ScubaData
-
This instance is equal to all instances of ScubaData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.ScubaEvent
-
- equals(Object) - Method in class com.facebook.buck.event.StartActivityEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.event.UninstallEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
This instance is equal to all instances of XcodeWorkspaceConfigDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.project.CopyInXcode
-
This instance is equal to all instances of CopyInXcode that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
This instance is equal to all instances of GenerationResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.project.ProjectGeneratorOptions
-
This instance is equal to all instances of ProjectGeneratorOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.projectV2.CopyInXcode
-
This instance is equal to all instances of CopyInXcode that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.projectV2.GeneratedTargetAttributes
-
This instance is equal to all instances of GeneratedTargetAttributes that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
This instance is equal to all instances of GenerationResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.projectV2.ProjectGeneratorOptions
-
This instance is equal to all instances of ProjectGeneratorOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
This instance is equal to all instances of XCodeNativeTargetAttributes that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.apple.projectV2.XcodeProjectWriteOptions
-
This instance is equal to all instances of XcodeProjectWriteOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
This instance is equal to all instances of DBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DIncludes
-
This instance is equal to all instances of DIncludes that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
This instance is equal to all instances of DLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
This instance is equal to all instances of DTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DTestStep
-
- equals(Object) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
This instance is equal to all instances of CsharpLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.dotnet.DotnetBuckConfig
-
This instance is equal to all instances of DotnetBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.dotnet.DotnetFramework
-
- equals(Object) - Method in class com.facebook.buck.features.dotnet.DotnetToolchain
-
This instance is equal to all instances of DotnetToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltDotnetLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
This instance is equal to all instances of FileGroupDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
This instance is equal to all instances of CgoLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
This instance is equal to all instances of GoBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
This instance is equal to all instances of GoLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoLinkable
-
This instance is equal to all instances of GoLinkable that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoPlatform
-
This instance is equal to all instances of GoPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoPlatformFactory
-
This instance is equal to all instances of GoPlatformFactory that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
This instance is equal to all instances of GoTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
This instance is equal to all instances of GoTestRunnerDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoTestStep
-
- equals(Object) - Method in class com.facebook.buck.features.go.GoToolchain
-
This instance is equal to all instances of GoToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltGoLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
This instance is equal to all instances of GwtBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
This instance is equal to all instances of HalideLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
This instance is equal to all instances of HaskellBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellCompileInput
-
This instance is equal to all instances of HaskellCompileInput that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
This instance is equal to all instances of HaskellCompilerFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
This instance is equal to all instances of HaskellGhciDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellGhciOmnibusSpec
-
This instance is equal to all instances of HaskellGhciOmnibusSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
This instance is equal to all instances of HaskellHaddockDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellHaddockInput
-
This instance is equal to all instances of HaskellHaddockInput that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
This instance is equal to all instances of HaskellLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellPackage
-
This instance is equal to all instances of HaskellPackage that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellPackageInfo
-
This instance is equal to all instances of HaskellPackageInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
This instance is equal to all instances of HaskellPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellPlatformsProvider
-
This instance is equal to all instances of HaskellPlatformsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
This instance is equal to all instances of HaskellPrebuiltLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellSourceModule
-
This instance is equal to all instances of HaskellSourceModule that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellSources
-
This instance is equal to all instances of HaskellSources that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellVersion
-
This instance is equal to all instances of HaskellVersion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
This instance is equal to all instances of JsBundleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
This instance is equal to all instances of JsBundleGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
This instance is equal to all instances of JsLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
This instance is equal to all instances of CxxLuaExtensionDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
This instance is equal to all instances of LuaBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaBinaryPackageComponents
-
This instance is equal to all instances of LuaBinaryPackageComponents that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
This instance is equal to all instances of LuaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaPackageComponents
-
This instance is equal to all instances of LuaPackageComponents that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaPlatform
-
This instance is equal to all instances of LuaPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaPlatformsProvider
-
This instance is equal to all instances of LuaPlatformsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
This instance is equal to all instances of LuaScriptStarter that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
This instance is equal to all instances of NativeExecutableStarter that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
This instance is equal to all instances of OcamlBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
This instance is equal to all instances of OcamlBuildContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
This instance is equal to all instances of OcamlGeneratedBuildRules that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
This instance is equal to all instances of OcamlLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
This instance is equal to all instances of OcamlPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.OcamlToolchain
-
This instance is equal to all instances of OcamlToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltOcamlLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
This instance is equal to all instances of AggregationModule that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.DependencyEntry
-
This instance is equal to all instances of DependencyEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.DependencyEntryData
-
This instance is equal to all instances of DependencyEntryData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.ContentRoot
-
This instance is equal to all instances of ContentRoot that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
This instance is equal to all instances of IjSourceFolder that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.folders.ResourceFolder
-
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
This instance is equal to all instances of IjLibrary that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
This instance is equal to all instances of IjModuleAndroidFacet that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
This instance is equal to all instances of IjProjectConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.ModuleIndexEntry
-
This instance is equal to all instances of ModuleIndexEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
This instance is equal to all instances of CxxPythonExtensionDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltPythonLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
This instance is equal to all instances of PythonBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
This instance is equal to all instances of PythonLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
This instance is equal to all instances of PythonPackageComponents that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
This instance is equal to all instances of PythonTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.toolchain.PythonPlatformsProvider
-
This instance is equal to all instances of PythonPlatformsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.toolchain.PythonVersion
-
This instance is equal to all instances of PythonVersion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.ImmutableRustPlatformFactory
-
This instance is equal to all instances of ImmutableRustPlatformFactory that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltRustLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
This instance is equal to all instances of RustBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.RustLibraryArg
-
- equals(Object) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
This instance is equal to all instances of RustLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.RustPlatform
-
This instance is equal to all instances of RustPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
This instance is equal to all instances of RustTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.RustToolchain
-
This instance is equal to all instances of RustToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
This instance is equal to all instances of ZipFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.file.FileHash
-
- equals(Object) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
This instance is equal to all instances of HttpArchiveDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
This instance is equal to all instances of HttpFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
This instance is equal to all instances of RemoteFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.infer.ImmutableInferConfig
-
This instance is equal to all instances of ImmutableInferConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.infer.ImmutableInferPlatform
-
This instance is equal to all instances of ImmutableInferPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.infer.toolchain.ImmutableInferToolchain
-
This instance is equal to all instances of ImmutableInferToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.BuildCellRelativePath
-
This instance is equal to all instances of BuildCellRelativePath that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
This instance is equal to all instances of BuckPaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.filesystem.EmbeddedCellBuckOutInfo
-
This instance is equal to all instances of EmbeddedCellBuckOutInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.filesystem.ExactPathMatcher
-
- equals(Object) - Method in class com.facebook.buck.io.filesystem.FileExtensionMatcher
-
- equals(Object) - Method in class com.facebook.buck.io.filesystem.GlobPatternMatcher
-
- equals(Object) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- equals(Object) - Method in class com.facebook.buck.io.filesystem.RecursiveFileMatcher
-
- equals(Object) - Method in class com.facebook.buck.io.watchman.ImmutableChange
-
This instance is equal to all instances of ImmutableChange that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanMultiplePathEvent
-
This instance is equal to all instances of ImmutableWatchmanMultiplePathEvent that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanOverflowEvent
-
This instance is equal to all instances of ImmutableWatchmanOverflowEvent that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanPathEvent
-
This instance is equal to all instances of ImmutableWatchmanPathEvent that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.watchman.ProjectWatch
-
This instance is equal to all instances of ProjectWatch that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.watchman.WatchmanDiagnostic
-
This instance is equal to all instances of WatchmanDiagnostic that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
This instance is equal to all instances of BuildFileParseExceptionData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
This instance is equal to all instances of BuildFileParseExceptionStackTraceEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.BuildFilePythonResult
-
This instance is equal to all instances of BuildFilePythonResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
This instance is equal to all instances of BuildFileSyntaxError that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
This instance is equal to all instances of GroovyLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
This instance is equal to all instances of GroovyTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
This instance is equal to all instances of CompilerOutputPaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
This instance is equal to all instances of CompilerParameters that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
-
This instance is equal to all instances of DefaultJavaLibraryClasspaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
This instance is equal to all instances of DiffAbisStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
This instance is equal to all instances of JarGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JarParameters
-
This instance is equal to all instances of JarParameters that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
This instance is equal to all instances of JavaAnnotationProcessorDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
This instance is equal to all instances of JavaBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
This instance is equal to all instances of JavacExecutionContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacLanguageLevelOptions
-
This instance is equal to all instances of JavacLanguageLevelOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
This instance is equal to all instances of JavacOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
This instance is equal to all instances of JavacPluginJsr199Fields that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacPluginParams
-
This instance is equal to all instances of JavacPluginParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
This instance is equal to all instances of JavacPluginProperties that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
This instance is equal to all instances of JavacSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacVersion
-
This instance is equal to all instances of JavacVersion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
This instance is equal to all instances of JavaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaOptions
-
This instance is equal to all instances of JavaOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
This instance is equal to all instances of JavaPluginDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
This instance is equal to all instances of JavaTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
This instance is equal to all instances of JavaTestRunnerDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
This instance is equal to all instances of JUnitJvmArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
This instance is equal to all instances of KeystoreDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.lang.model.BridgeMethod
-
- equals(Object) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
This instance is equal to all instances of PrebuiltJarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.ResourcesParameters
-
This instance is equal to all instances of ResourcesParameters that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.toolchain.JavacOptionsProvider
-
This instance is equal to all instances of JavacOptionsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.toolchain.JavaCxxPlatformProvider
-
This instance is equal to all instances of JavaCxxPlatformProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.toolchain.JavaOptionsProvider
-
This instance is equal to all instances of JavaOptionsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.toolchain.JavaToolchain
-
This instance is equal to all instances of JavaToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
-
This instance is equal to all instances of KotlincVersion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
This instance is equal to all instances of KotlinLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
This instance is equal to all instances of KotlinTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
This instance is equal to all instances of ScalaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
This instance is equal to all instances of ScalaTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.ErrorLogRecord
-
This instance is equal to all instances of ErrorLogRecord that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.InvocationInfo
-
This instance is equal to all instances of InvocationInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.LogConfigSetup
-
This instance is equal to all instances of LogConfigSetup that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.PerfTimesStats
-
This instance is equal to all instances of PerfTimesStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
This instance is equal to all instances of ImmutableBuildFileManifest that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.api.PojoTransformer
-
This instance is equal to all instances of PojoTransformer that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.cache.impl.ParserCacheConfig
-
This instance is equal to all instances of ParserCacheConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.config.ParserConfig
-
This instance is equal to all instances of ParserConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.DefaultSelectableConfigurationContext
-
This instance is equal to all instances of DefaultSelectableConfigurationContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.parser.exceptions.ImmutableParsingError
-
This instance is equal to all instances of ImmutableParsingError that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.ImmutableBuildFileSpec
-
This instance is equal to all instances of ImmutableBuildFileSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.ImmutableBuildTargetSpec
-
This instance is equal to all instances of ImmutableBuildTargetSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.ImmutableTargetNodePredicateSpec
-
This instance is equal to all instances of ImmutableTargetNodePredicateSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.implicit.ImplicitInclude
-
This instance is equal to all instances of ImplicitInclude that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.manifest.ImmutableBuildPackagePathToBuildFileManifestKey
-
This instance is equal to all instances of ImmutableBuildPackagePathToBuildFileManifestKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
This instance is equal to all instances of ProjectBuildFileParserOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.ParsingContext
-
This instance is equal to all instances of ParsingContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.syntax.ImmutableListWithSelects
-
This instance is equal to all instances of ImmutableListWithSelects that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.syntax.ImmutableSelectorValue
-
This instance is equal to all instances of ImmutableSelectorValue that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildPackagePathToRawTargetNodePackageKey
-
This instance is equal to all instances of ImmutableBuildPackagePathToRawTargetNodePackageKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildTargetToRawTargetNodeKey
-
This instance is equal to all instances of ImmutableBuildTargetToRawTargetNodeKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.targetnode.ImmutableRawTargetNodeToRawTargetNodeWithDepsKey
-
This instance is equal to all instances of ImmutableRawTargetNodeToRawTargetNodeWithDepsKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.query.QueryBuildTarget
-
- equals(Object) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- equals(Object) - Method in class com.facebook.buck.query.QueryFileTarget
-
- equals(Object) - Method in class com.facebook.buck.query.TargetLiteral
-
This instance is equal to all instances of TargetLiteral that have equal attribute
values.
- equals(Object) - Method in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
This instance is equal to all instances of RemoteExecutionConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.remoteexecution.event.listener.model.ReSessionData
-
This instance is equal to all instances of ReSessionData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackStats
-
This instance is equal to all instances of LocalFallbackStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcDigest
-
- equals(Object) - Method in class com.facebook.buck.remoteexecution.grpc.ParsedReadResource
-
This instance is equal to all instances of ParsedReadResource that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy
-
This instance is equal to all instances of RetryPolicy that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.MerkleTreeNode
-
- equals(Object) - Method in interface com.facebook.buck.rules.args.Arg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.CompositeArg
-
This instance is equal to all instances of CompositeArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.ProxyArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.SourcePathArg
-
This instance is equal to all instances of SourcePathArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.args.StringArg
-
This instance is equal to all instances of StringArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.args.ToolArg
-
This instance is equal to all instances of ToolArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- equals(Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
-
This instance is equal to all instances of BuildConfigFields that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
This instance is equal to all instances of Field that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
This instance is equal to all instances of FrameworkPath that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.ImmutableConstructorArgBuilder
-
This instance is equal to all instances of ImmutableConstructorArgBuilder that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
This instance is equal to all instances of ManifestEntries that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpec
-
This instance is equal to all instances of NeededCoverageSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
- equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceSet
-
This instance is equal to all instances of SourceSet that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceSortedSet
-
This instance is equal to all instances of SourceSortedSet that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
This instance is equal to all instances of SourceWithFlagsList that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- equals(Object) - Method in class com.facebook.buck.rules.keys.config.RuleKeyConfiguration
-
This instance is equal to all instances of RuleKeyConfiguration that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
This instance is equal to all instances of DependencyFileEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
This instance is equal to all instances of RuleKeyAndInputs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
This instance is equal to all instances of RuleKeyFactories that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyResult
-
- equals(Object) - Method in class com.facebook.buck.rules.macros.AbsoluteOutputMacro
-
This instance is equal to all instances of AbsoluteOutputMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.BuildTargetMacro
-
- equals(Object) - Method in class com.facebook.buck.rules.macros.CcFlagsMacro
-
This instance is equal to all instances of CcFlagsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.CcMacro
-
This instance is equal to all instances of CcMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.CppFlagsMacro
-
This instance is equal to all instances of CppFlagsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.CxxFlagsMacro
-
This instance is equal to all instances of CxxFlagsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.CxxMacro
-
This instance is equal to all instances of CxxMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.CxxppFlagsMacro
-
This instance is equal to all instances of CxxppFlagsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.EnvMacro
-
This instance is equal to all instances of EnvMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.LdflagsSharedFilterMacro
-
This instance is equal to all instances of LdflagsSharedFilterMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.LdflagsSharedMacro
-
This instance is equal to all instances of LdflagsSharedMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.LdflagsStaticFilterMacro
-
This instance is equal to all instances of LdflagsStaticFilterMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.LdflagsStaticMacro
-
This instance is equal to all instances of LdflagsStaticMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicFilterMacro
-
This instance is equal to all instances of LdflagsStaticPicFilterMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicMacro
-
This instance is equal to all instances of LdflagsStaticPicMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.LdMacro
-
This instance is equal to all instances of LdMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.MacroContainer
-
This instance is equal to all instances of MacroContainer that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.OutputMacro
-
This instance is equal to all instances of OutputMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.PlatformNameMacro
-
This instance is equal to all instances of PlatformNameMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
-
This instance is equal to all instances of QueryOutputsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
-
This instance is equal to all instances of QueryPathsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.QueryTargetsAndOutputsMacro
-
This instance is equal to all instances of QueryTargetsAndOutputsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
-
This instance is equal to all instances of QueryTargetsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
This instance is equal to all instances of StringWithMacros that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
This instance is equal to all instances of StringWithMacrosConverter that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionActionInfo
-
This instance is equal to all instances of RemoteExecutionActionInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.modern.config.ModernBuildRuleConfig
-
This instance is equal to all instances of ModernBuildRuleConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.modern.tools.CachedErrors
-
This instance is equal to all instances of CachedErrors that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.query.Query
-
This instance is equal to all instances of Query that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.tool.config.ToolConfig
-
This instance is equal to all instances of ToolConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.visibility.parser.BuildTargetVisibilityPattern
-
This instance is equal to all instances of BuildTargetVisibilityPattern that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.visibility.parser.PublicVisibilityPattern
-
This instance is equal to all instances of PublicVisibilityPattern that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.sandbox.SandboxConfig
-
This instance is equal to all instances of SandboxConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.sandbox.SandboxProperties
-
This instance is equal to all instances of SandboxProperties that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
This instance is equal to all instances of CommandAliasDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.CrossPlatformTool
-
This instance is equal to all instances of CrossPlatformTool that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
This instance is equal to all instances of ExportFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
This instance is equal to all instances of GenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
This instance is equal to all instances of ShBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
This instance is equal to all instances of ShTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
This instance is equal to all instances of TestSuiteDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
This instance is equal to all instances of WorkerToolDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.io.GlobSpec
-
This instance is equal to all instances of GlobSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.io.GlobSpecWithResult
-
This instance is equal to all instances of GlobSpecWithResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.packages.PackageContext
-
This instance is equal to all instances of PackageContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
This instance is equal to all instances of BuckGlobals that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.parser.EnvironmentData
-
This instance is equal to all instances of EnvironmentData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.parser.ExtensionData
-
This instance is equal to all instances of ExtensionData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.parser.ImplicitlyLoadedExtension
-
This instance is equal to all instances of ImplicitlyLoadedExtension that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.parser.IncludesData
-
This instance is equal to all instances of IncludesData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.parser.LoadImport
-
This instance is equal to all instances of LoadImport that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.skylark.parser.ParseResult
-
This instance is equal to all instances of ParseResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
This instance is equal to all instances of ClientSideSlbConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs
-
This instance is equal to all instances of HybridThriftOverHttpServiceImplArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
This instance is equal to all instances of LoadBalancedServiceEventData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
-
This instance is equal to all instances of LoadBalancerPingEventData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.PerServerData
-
This instance is equal to all instances of PerServerData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.PerServerPingData
-
This instance is equal to all instances of PerServerPingData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
This instance is equal to all instances of ServerHealthManagerEventData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
-
This instance is equal to all instances of ThriftOverHttpServiceConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.AbstractTestStep
-
- equals(Object) - Method in class com.facebook.buck.step.fs.MkdirStep
-
This instance is equal to all instances of MkdirStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.fs.RmStep
-
This instance is equal to all instances of RmStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
This instance is equal to all instances of SymlinkFileStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkTreeMergeStep
-
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- equals(Object) - Method in class com.facebook.buck.step.fs.TouchStep
-
- equals(Object) - Method in class com.facebook.buck.step.ImmutableStepExecutionResult
-
This instance is equal to all instances of ImmutableStepExecutionResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.StepEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.support.bgtasks.ImmutableBackgroundTask
-
This instance is equal to all instances of ImmutableBackgroundTask that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.bgtasks.TaskId
-
This instance is equal to all instances of TaskId that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.bgtasks.Timeout
-
This instance is equal to all instances of Timeout that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.build.report.BuildReportConfig
-
This instance is equal to all instances of BuildReportConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.build.report.ImmutableFullBuildReport
-
This instance is equal to all instances of ImmutableFullBuildReport that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.cli.args.BuckCellArg
-
This instance is equal to all instances of BuckCellArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.cli.config.AliasConfig
-
This instance is equal to all instances of AliasConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.cli.config.CliConfig
-
This instance is equal to all instances of CliConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.fix.FixBuckConfig
-
This instance is equal to all instances of FixBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
This instance is equal to all instances of ImmutableBuckFixSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.fix.ImmutableBuckRunSpec
-
This instance is equal to all instances of ImmutableBuckRunSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.support.log.LogBuckConfig
-
This instance is equal to all instances of LogBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
This instance is equal to all instances of SwiftLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
This instance is equal to all instances of SwiftPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.swift.toolchain.SwiftPlatformsProvider
-
This instance is equal to all instances of SwiftPlatformsProvider that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.config.TestBuckConfig
-
This instance is equal to all instances of TestBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.config.TestResultSummaryVerbosity
-
This instance is equal to all instances of TestResultSummaryVerbosity that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.selectors.TestDescription
-
- equals(Object) - Method in class com.facebook.buck.test.TestResults
-
This instance is equal to all instances of TestResults that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.TestResultSummary
-
- equals(Object) - Method in class com.facebook.buck.test.TestRunningOptions
-
This instance is equal to all instances of TestRunningOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.TestStatusMessage
-
This instance is equal to all instances of TestStatusMessage that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.cache.CacheStats
-
This instance is equal to all instances of CacheStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
This instance is equal to all instances of FileHashCacheVerificationResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
This instance is equal to all instances of HashCodeAndFileType that have equal
attribute values.
- equals(Object) - Method in class com.facebook.buck.util.charset.NulTerminatedCharsetDecoder.Result
-
- equals(Object) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
This instance is equal to all instances of ListeningSemaphoreArrayPendingItem that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
This instance is equal to all instances of ResourceAmounts that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.config.Config
-
- equals(Object) - Method in class com.facebook.buck.util.config.RawConfig
-
This instance is equal to all instances of RawConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
This instance is equal to all instances of DirectoryCleanerArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
This instance is equal to all instances of BuildEnvironmentDescription that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.i18n.NumberFormatterCacheKey
-
This instance is equal to all instances of NumberFormatterCacheKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- equals(Object) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
-
- equals(Object) - Method in class com.facebook.buck.util.network.offline.ScribeData
-
This instance is equal to all instances of ScribeData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.PatternAndMessage
-
This instance is equal to all instances of PatternAndMessage that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
This instance is equal to all instances of ProcessExecutorParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
This instance is equal to all instances of ProcessResourceConsumption that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.SampleRate
-
This instance is equal to all instances of SampleRate that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- equals(Object) - Method in class com.facebook.buck.util.timing.ClockDuration
-
- equals(Object) - Method in class com.facebook.buck.util.types.Pair
-
- equals(Object) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
This instance is equal to all instances of FastVersionControlStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
This instance is equal to all instances of FullVersionControlStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
-
This instance is equal to all instances of SlowVersionControlStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.xml.DocumentLocation
-
This instance is equal to all instances of DocumentLocation that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.zip.collect.ImmutableFileZipEntrySource
-
This instance is equal to all instances of ImmutableFileZipEntrySource that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceCollection
-
This instance is equal to all instances of ImmutableZipEntrySourceCollection that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceFromZip
-
This instance is equal to all instances of ImmutableZipEntrySourceFromZip that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
This instance is equal to all instances of CachedVersionedTargetGraph that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.ExactConstraint
-
This instance is equal to all instances of ExactConstraint that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
This instance is equal to all instances of FlavorSearchTargetNodeFinder that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.Version
-
This instance is equal to all instances of Version that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionedAliasDescription
-
This instance is equal to all instances of VersionedAliasDescription that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
This instance is equal to all instances of VersionedAliasDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
This instance is equal to all instances of VersionedTargetGraphCacheResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
This instance is equal to all instances of VersionedTargetGraphInputs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionInfo
-
This instance is equal to all instances of VersionInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionUniverse
-
This instance is equal to all instances of VersionUniverse that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerJobParams
-
This instance is equal to all instances of WorkerJobParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerJobResult
-
This instance is equal to all instances of WorkerJobResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
This instance is equal to all instances of WorkerProcessCommand that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
This instance is equal to all instances of WorkerProcessIdentity that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
This instance is equal to all instances of WorkerProcessParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.zip.ZipScrubberStep
-
This instance is equal to all instances of ZipScrubberStep that have equal attribute values.
- equalTo(QueryEnvironment.Argument<?>) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- error(Throwable, String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
-
- error(Throwable, String) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(String) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(Throwable, String, Object...) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(Throwable) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(String, Object...) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(String) - Method in class com.facebook.buck.log.TimedLogger
-
- error(Throwable) - Method in class com.facebook.buck.log.TimedLogger
-
- error(Throwable, String) - Method in class com.facebook.buck.log.TimedLogger
-
- ERROR - Static variable in class com.facebook.buck.step.StepExecutionResults
-
- error(SAXParseException) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
-
- ERROR_EXIT_CODE - Static variable in class com.facebook.buck.step.StepExecutionResults
-
- ERROR_PRIVILEGE_NOT_HELD - Static variable in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
-
- ErrorHandlingBuckConfig - Class in com.facebook.buck.core.exceptions.config
-
- ErrorLogger - Class in com.facebook.buck.util
-
- ErrorLogger(ErrorLogger.LogImpl, HumanReadableExceptionAugmentor) - Constructor for class com.facebook.buck.util.ErrorLogger
-
- ErrorLogger.DeconstructedException - Class in com.facebook.buck.util
-
The result of exception "deconstruction".
- ErrorLogger.LogImpl - Interface in com.facebook.buck.util
-
- ErrorLogRecord - Class in com.facebook.buck.log
-
Immutable implementation of AbstractErrorLogRecord.
- ErrorLogRecord.Builder - Class in com.facebook.buck.log
-
- ErrorParsingReceiver() - Constructor for class com.facebook.buck.android.exopackage.RealAndroidDevice.ErrorParsingReceiver
-
- ErrorSuppressingDiagnosticListener - Class in com.facebook.buck.jvm.java.abi.source.api
-
When running the compiler with some dependencies missing (as when generating ABIs from source),
by default it will abort after the last round of annotation processing because it believes there
are missing types.
- ErrorSuppressingDiagnosticListener(DiagnosticListener<? super JavaFileObject>) - Constructor for class com.facebook.buck.jvm.java.abi.source.api.ErrorSuppressingDiagnosticListener
-
- ErrorToolProvider - Class in com.facebook.buck.core.toolchain.toolprovider.impl
-
- escape(String) - Method in class com.facebook.buck.testrunner.TestXmlEscaper
-
- escape(Escaper.Quoter, CharMatcher, String) - Static method in class com.facebook.buck.util.Escaper
-
Escapes the special characters identified the CharMatcher, using single quotes.
- escapeAsBashString(String) - Static method in class com.facebook.buck.util.Escaper
-
Quotes a string to be passed to Bash, if necessary.
- escapeAsBashString(Path) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsMakefileValueString(String) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsPythonString(String) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsShellString(String) - Static method in class com.facebook.buck.util.Escaper
-
Quotes a string to be passed to the shell, if necessary.
- escapeChar(char) - Method in class com.facebook.buck.testrunner.TestXmlEscaper
-
- escapeJsonForStringEmbedding(String) - Static method in class com.facebook.buck.features.js.JsUtil
-
- escapePathForCIncludeString(Path) - Static method in class com.facebook.buck.util.Escaper
-
Escapes forward slashes in a Path as a String that is safe to consume with other tools (such as
gcc).
- Escaper - Class in com.facebook.buck.util
-
- escaper(Escaper.Quoter, CharMatcher) - Static method in class com.facebook.buck.util.Escaper
-
- Escaper.Quoter - Enum in com.facebook.buck.util
-
The quoting style to use when escaping.
- escapeWithQuotesAsMakefileValueString(String) - Static method in class com.facebook.buck.util.Escaper
-
- EstimateDexWeightStep - Class in com.facebook.buck.android.dalvik
-
- EstimateDexWeightStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.android.dalvik.EstimateDexWeightStep
-
This uses an estimator that uses the size of the .class file as the estimate.
- estimatedLinearAllocSize - Variable in class com.facebook.buck.android.dalvik.DalvikStatsTool.Stats
-
Estimated bytes the class will contribute to Dalvik linear alloc.
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.AllPathsFunction
-
- eval(QueryEvaluator<QueryBuildTarget>, QueryEnvironment<QueryBuildTarget>, ImmutableList<QueryEnvironment.Argument<QueryBuildTarget>>) - Method in class com.facebook.buck.query.AttrFilterFunction
-
- eval(QueryEvaluator<QueryBuildTarget>, QueryEnvironment<QueryBuildTarget>, ImmutableList<QueryEnvironment.Argument<QueryBuildTarget>>) - Method in class com.facebook.buck.query.AttrRegexFilterFunction
-
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.BuildFileFunction
-
- eval(QueryExpression<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>) - Method in class com.facebook.buck.query.CachingQueryEvaluator
-
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.DepsFunction
-
Evaluates to the dependencies of the argument.
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- eval(QueryEvaluator<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>, ImmutableList<QueryEnvironment.Argument<ENV_NODE_TYPE>>) - Method in class com.facebook.buck.query.DepsFunction.LookupFunction
-
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.InputsFunction
-
Evaluates to the direct inputs of the argument.
- eval(QueryEvaluator<QueryBuildTarget>, QueryEnvironment<QueryBuildTarget>, ImmutableList<QueryEnvironment.Argument<QueryBuildTarget>>) - Method in class com.facebook.buck.query.LabelsFunction
-
- eval(QueryExpression<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>) - Method in class com.facebook.buck.query.NoopQueryEvaluator
-
- eval(QueryEvaluator<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>, ImmutableList<QueryEnvironment.Argument<ENV_NODE_TYPE>>) - Method in class com.facebook.buck.query.OwnerFunction
-
- eval(QueryEvaluator<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>, ImmutableList<QueryEnvironment.Argument<ENV_NODE_TYPE>>) - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
-
Called when a user-defined function is to be evaluated.
- eval(QueryExpression<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>) - Method in interface com.facebook.buck.query.QueryEvaluator
-
Evaluates the result of a query expression in the given environment.
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.RdepsFunction
-
Evaluates to the reverse dependencies of the argument 'x' in the transitive closure of the set
'u'.
- eval(QueryEvaluator<NODE_TYPE>, QueryEnvironment<NODE_TYPE>) - Method in class com.facebook.buck.query.TargetLiteral
-
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.TestsOfFunction
-
- eval(QueryEvaluator<QueryBuildTarget>, QueryEnvironment<QueryBuildTarget>, ImmutableList<QueryEnvironment.Argument<QueryBuildTarget>>) - Method in class com.facebook.buck.rules.query.ClasspathFunction
-
- evaluateQuery(QueryExpression<QueryBuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
Evaluate the specified query expression in this environment.
- evaluateQuery(String) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- evaluateTarget(String) - Method in interface com.facebook.buck.query.QueryEnvironment.TargetEvaluator
-
Returns the set of target nodes for the specified target pattern, in 'buck build' syntax.
- Event(EventKey, BuildRule) - Constructor for class com.facebook.buck.core.build.event.BuildRuleExecutionEvent.Event
-
- Event(EventKey, RuleKeyCalculationEvent.Type, BuildTarget) - Constructor for class com.facebook.buck.event.RuleKeyCalculationEvent.Event
-
- Event(Network) - Constructor for class com.facebook.buck.util.environment.NetworkInfo.Event
-
- EVENT_NAME - Static variable in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- EventDispatcher - Interface in com.facebook.buck.event
-
Thin wrapper around guava event bus.
- EventInterval - Class in com.facebook.buck.event.listener.util
-
Utility class to help match up start and end events
- EventInterval.Builder - Class in com.facebook.buck.event.listener.util
-
- EventKey - Class in com.facebook.buck.event
-
Immutable implementation of AbstractEventKey.
- EventKey.Builder - Class in com.facebook.buck.event
-
- EventPostingRuleKeyCacheScope<V> - Class in com.facebook.buck.rules.keys
-
- EventPostingRuleKeyCacheScope(BuckEventBus, TrackedRuleKeyCache<V>) - Constructor for class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
-
- EventReportingProjectBuildFileParser - Class in com.facebook.buck.parser.decorators
-
Decorator for
ProjectBuildFileParser that is responsible for reporting parse lifecycle
events like start and finish.
- EverstoreLogUploader - Class in com.facebook.buck.event.everstore
-
This class implements upload of data to everstore.
- EverstoreLogUploader() - Constructor for class com.facebook.buck.event.everstore.EverstoreLogUploader
-
- ExactConstraint - Class in com.facebook.buck.versions
-
Immutable implementation of AbstractExactConstraint.
- ExactPathMatcher - Class in com.facebook.buck.io.filesystem
-
Matcher that matches explicitly provided file paths.
- ExceptionHandler<T extends Throwable,R> - Class in com.facebook.buck.support.exceptions.handler
-
Abstract base class for handling certain type of exception
- ExceptionHandler(Class<T>) - Constructor for class com.facebook.buck.support.exceptions.handler.ExceptionHandler
-
- ExceptionHandlerRegistry<R> - Class in com.facebook.buck.support.exceptions.handler
-
Central registry to manage different kinds of exceptions thrown to Buck Main class level, which
will unwrap the exceptions when necessary to make exceptions more friendly and readable to users
- ExceptionHandlerRegistry(ImmutableList<ExceptionHandler<? extends Throwable, R>>, ExceptionHandler<Throwable, R>) - Constructor for class com.facebook.buck.support.exceptions.handler.ExceptionHandlerRegistry
-
- ExceptionHandlerRegistryFactory - Class in com.facebook.buck.support.exceptions.handler
-
- ExceptionWithContext - Interface in com.facebook.buck.core.exceptions
-
- ExceptionWithHumanReadableMessage - Interface in com.facebook.buck.core.exceptions
-
- EXCLUDE_INCOMPATIBLE_TARGETS_LONG_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- ExcludedValueTypeInfo() - Constructor for class com.facebook.buck.rules.modern.impl.ValueTypeInfos.ExcludedValueTypeInfo
-
- ExcludeFolder - Class in com.facebook.buck.features.project.intellij.model.folders
-
A path which contains a set of sources we wish to present to IntelliJ.
- ExcludeFolder(Path) - Constructor for class com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder
-
- ExcludeFromRuleKey - Annotation Type in com.facebook.buck.core.rulekey
-
Marks a field/method of a class explicitly excluded from rulekeys.
- ExcludeFromStringification() - Constructor for class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor.ExcludeFromStringification
-
- excludeUnsupportedTargets() - Method in class com.facebook.buck.parser.AbstractParsingContext
-
Whether targets with constraints that are not compatible with the target platform should be
excluded.
- excludeUnsupportedTargets() - Method in class com.facebook.buck.parser.ParsingContext
-
Whether targets with constraints that are not compatible with the target platform should be
excluded.
- exec() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingTask
-
- ExecCompatibleCommandLineBuilder - Class in com.facebook.buck.core.rules.actions.lib.args
-
Build a
CommandLine that is compatible with `exec()` style functions.
- ExecCompatibleCommandLineBuilder(ArtifactFilesystem) - Constructor for class com.facebook.buck.core.rules.actions.lib.args.ExecCompatibleCommandLineBuilder
-
- executable - Variable in class com.facebook.buck.cxx.CxxLinkAndCompileRules
-
- ExecutableFinder - Class in com.facebook.buck.io
-
Given the name of an executable, search a set of (possibly platform-specific) known locations for
that executable.
- ExecutableFinder() - Constructor for class com.facebook.buck.io.ExecutableFinder
-
- ExecutableFinder(Platform) - Constructor for class com.facebook.buck.io.ExecutableFinder
-
- ExecutableMacro - Class in com.facebook.buck.rules.macros
-
Immutable implementation of AbstractExecutableMacro.
- ExecutableMacroExpander - Class in com.facebook.buck.rules.macros
-
Resolves to the executable command for a build target referencing a
BinaryBuildRule.
- ExecutableMacroExpander() - Constructor for class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.AabBuilderStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MiniAapt
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.AndroidModuleConsistencyStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkBuilderStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkInstallStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.CompileStringsStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ConcatStep
-
- execute() - Method in class com.facebook.buck.android.dalvik.DalvikAwareZipSplitter
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.dalvik.EstimateDexWeightStep
-
- execute() - Method in interface com.facebook.buck.android.dalvik.ZipSplitter
-
Writes the primary zip file and if necessary, the secondary zip files.
- execute(ExecutionContext) - Method in class com.facebook.buck.android.DxStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ExtractFromAndroidManifestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateManifestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GetStringsFilesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.HashInputJarsToDexStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.IntraDexReorderStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.SmartDexingStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.SplitZipStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.WriteAppModuleMetadataStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.apple.IdbRunTestsStep
-
- execute(ActionExecutionContext) - Method in interface com.facebook.buck.core.rules.actions.Action
-
Executes this action as part of the build
- execute(ActionExecutionContext) - Method in class com.facebook.buck.core.rules.actions.lib.RunAction
-
- execute(ActionExecutionContext) - Method in class com.facebook.buck.core.rules.actions.lib.WriteAction
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlBuildStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlDebugLauncherStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.python.MovePythonWhlDataStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.python.PythonRunTestsStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.zip.rules.CopyToZipStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.file.DownloadStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.json.JsonConcatenateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CalculateClassAbiStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
-
- execute(Protocol.Digest, String, MetadataProvider) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionServiceClient
-
- execute(Protocol.Digest, String, MetadataProvider) - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient
-
This should run the command with the provided environment and inputs.
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.SymlinkFilesIntoDirectoryStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractExecutionStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractTestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.ConditionalStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.CopyStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FileScrubberStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MakeExecutableStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MoveStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.StringTemplateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymCopyStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeMergeStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.TouchStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.WriteFileStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.XzStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.ZstdStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.impl.ActionExecutionStep
-
- execute(ExecutionContext) - Method in interface com.facebook.buck.step.Step
-
- execute(ExecutionContext) - Method in class com.facebook.buck.unarchive.UnarchiveStep
-
- execute(Runnable) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- execute(ProcessExecutor.LaunchedProcess, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
-
Executes the specified already-launched process.
- execute(ExecutionContext) - Method in class com.facebook.buck.zip.RepackZipEntriesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.zip.ZipStep
-
- executeAndPrintFailuresToEventBus(Iterable<BuildTarget>, BuckEventBus, Console, Optional<Path>) - Method in class com.facebook.buck.command.Build
-
- executeAndPrintFailuresToEventBus(ListeningExecutorService, ProjectFilesystem, FileHashLoader, InvocationInfo, BuildMode, DistLocalBuildMode, MinionRequirements, String, String, ListenableFuture<ParallelRuleKeyCalculator<RuleKey>>) - Method in class com.facebook.buck.distributed.build_client.DistBuildController
-
Executes the tbuild and prints failures to the event bus.
- executeBuildAndProcessResult(CommandRunnerParams, CommandThreadManager, BuildCommand) - Method in class com.facebook.buck.cli.DistBuildCommandDelegate
-
- executeLocalBuild(CommandRunnerParams, BuildCommand.GraphsAndBuildTargets, WeightedListeningExecutorService, Optional<ThriftRuleKeyLogger>, RemoteBuildRuleCompletionWaiter, boolean, Optional<CountDownLatch>, RuleKeyCacheScope<RuleKey>, AtomicReference<Build>) - Method in class com.facebook.buck.cli.BuildCommand
-
- executeLocalBuild(boolean, RemoteBuildRuleCompletionWaiter, CountDownLatch, AtomicReference<Build>) - Method in interface com.facebook.buck.command.LocalBuildExecutorInvoker
-
- ExecutionContext - Class in com.facebook.buck.core.build.execution.context
-
Immutable implementation of AbstractExecutionContext.
- ExecutionContext.Builder - Class in com.facebook.buck.core.build.execution.context
-
- ExecutionEnvironment - Interface in com.facebook.buck.util.environment
-
- ExecutorPool - Enum in com.facebook.buck.util.concurrent
-
- executorService - Variable in class com.facebook.buck.parser.RawTargetNodeToTargetNodeParsePipeline
-
- ExistingFileMode - Enum in com.facebook.buck.util.unarchive
-
How existing files should be handled in a destination
- exists(Path, LinkOption...) - Method in class com.facebook.buck.edenfs.EdenProjectFilesystemDelegate
-
- exists(Path, LinkOption...) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- exists(Path, LinkOption...) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemDelegate
-
- exists(Path, LinkOption...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- exists(Path, LinkOption...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemDelegate
-
- exists(Path) - Method in class com.facebook.buck.remoteexecution.util.OutputsCollector.FilesystemBackedDelegate
-
- exitCode - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
-
- exitCode - Variable in class com.facebook.buck.remoteexecution.util.ActionRunner.ActionResult
-
- ExitCode - Enum in com.facebook.buck.util
-
ExitCode class defines Buck binary protocol, i.e.
- exitCodeToBuildStatus(int) - Static method in class com.facebook.buck.distributed.BuildStatusUtil
-
- EXOPACKAGE_FLAGS - Static variable in class com.facebook.buck.android.BuildConfigs
-
Name of a global variable that includes the exopackage configuration as a bitmask.
- EXOPACKAGE_INSTALL_ROOT - Static variable in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageArgsHelper - Class in com.facebook.buck.android
-
- ExopackageArgsHelper() - Constructor for class com.facebook.buck.android.ExopackageArgsHelper
-
- ExopackageDeviceDirectoryLister - Class in com.facebook.buck.android
-
This lists the entire contents of the exopackage installation directory on the requested devices.
- ExopackageDeviceDirectoryLister(BuildTarget, ProjectFilesystem) - Constructor for class com.facebook.buck.android.ExopackageDeviceDirectoryLister
-
- exopackageEnabled(ApkInfo) - Static method in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageFilesInstaller - Class in com.facebook.buck.android
-
Installs exopackage files to the device/devices.
- ExopackageFilesInstaller(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, SourcePath, SourcePath, ExopackageInfo) - Constructor for class com.facebook.buck.android.ExopackageFilesInstaller
-
- ExopackageInfo - Class in com.facebook.buck.android.exopackage
-
Immutable implementation of AbstractExopackageInfo.
- ExopackageInfo.Builder - Class in com.facebook.buck.android.exopackage
-
- ExopackageInfo.DexInfo - Class in com.facebook.buck.android.exopackage
-
Immutable implementation of AbstractExopackageInfo.AbstractDexInfo.
- ExopackageInfo.DexInfo.Builder - Class in com.facebook.buck.android.exopackage
-
- ExopackageInfo.NativeLibsInfo - Class in com.facebook.buck.android.exopackage
-
Immutable implementation of AbstractExopackageInfo.AbstractNativeLibsInfo.
- ExopackageInfo.NativeLibsInfo.Builder - Class in com.facebook.buck.android.exopackage
-
- ExopackageInfo.ResourcesInfo - Class in com.facebook.buck.android.exopackage
-
Immutable implementation of AbstractExopackageInfo.AbstractResourcesInfo.
- ExopackageInfo.ResourcesInfo.Builder - Class in com.facebook.buck.android.exopackage
-
- ExopackageInstaller - Class in com.facebook.buck.android.exopackage
-
ExopackageInstaller manages the installation of apps with the "exopackage" flag set to true.
- ExopackageInstaller(SourcePathResolver, ExecutionContext, ProjectFilesystem, String, AndroidDevice) - Constructor for class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageInstallFinisher - Class in com.facebook.buck.android
-
Finishes exopackage installation by:
updating the metadata.txt files for the different exopackage types
deleting unwanted files (.so/.dex/.apk from previous installs)
installing the apk
killing the app/process
- ExopackageInstallFinisher(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ApkInfo, ExopackageDeviceDirectoryLister, ImmutableList<BuildRule>) - Constructor for class com.facebook.buck.android.ExopackageInstallFinisher
-
- ExopackageMode - Enum in com.facebook.buck.android.exopackage
-
- ExopackagePathAndHash - Class in com.facebook.buck.android.exopackage
-
Holds a path to a file and a path to a file containing the hash of the first.
- ExopackageResourcesInstaller - Class in com.facebook.buck.android
-
Installs exopackage resource files to the device/devices.
- ExopackageResourcesInstaller(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Collection<ExopackagePathAndHash>, SourcePath, SourcePath) - Constructor for class com.facebook.buck.android.ExopackageResourcesInstaller
-
- ExopackageSymlinkTree - Class in com.facebook.buck.android.exopackage
-
Support out-of-process exopackage installation by creating a symlink tree mirroring the desired
on-device layout.
- ExopackageSymlinkTree() - Constructor for class com.facebook.buck.android.exopackage.ExopackageSymlinkTree
-
- ExopackageUtil - Class in com.facebook.buck.android.exopackage
-
- ExopackageUtil() - Constructor for class com.facebook.buck.android.exopackage.ExopackageUtil
-
- ExoResourcesRewriter - Class in com.facebook.buck.android.resources
-
ExoResourceRewriter is the core of constructing build outputs for exo-for-resources.
- expand(SourcePathResolver, M, BuildRule) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- expand(SourcePathResolver, ClasspathAbiMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacroExpander
-
- expand(ActionGraphBuilder, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacroExpander
-
- expand(SourcePathResolver, ClasspathMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
-
- expand(SourcePathResolver, ExecutableMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- expand(SourcePathResolver, LocationMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.LocationMacroExpander
-
- expand(SourcePathResolver, MavenCoordinatesMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
-
- expand(SourcePathResolver, WorkerMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
-
- expandAtFiles(Iterable<String>, ImmutableMap<CellName, Path>) - Static method in class com.facebook.buck.support.cli.args.BuckArgsMethods
-
Expand AT-file syntax in a way that matches what args4j does.
- expandFrom(BuildTarget, ActionGraphBuilder, AbsoluteOutputMacro) - Method in class com.facebook.buck.rules.macros.AbsoluteOutputMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, T, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- expandFrom(BuildTarget, ActionGraphBuilder, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- expandFrom(BuildTarget, ActionGraphBuilder, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, ClasspathAbiMacro) - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, EnvMacro) - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, T, P) - Method in interface com.facebook.buck.rules.macros.MacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, OutputMacro) - Method in class com.facebook.buck.rules.macros.OutputMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, QueryOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, QueryPathsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryPathsMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, QueryTargetsAndOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsAndOutputsMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, QueryTargetsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, M) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- expandFrom(BuildTarget, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- expandFrom(BuildTarget, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.StringExpander
-
- expandHomeDir(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Expands "~/foo" into "/home/zuck/foo".
- EXPECTED_NUMBER_OF_GENERATED_PROJECT_FILES - Static variable in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- EXPECTED_NUMBER_OF_PARSED_BUCK_FILES - Static variable in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- EXPECTED_NUMBER_OF_PARSED_RULES - Static variable in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- ExperimentEvent - Class in com.facebook.buck.event
-
- ExperimentEvent(String, String, String, Long, String) - Constructor for class com.facebook.buck.event.ExperimentEvent
-
- experimentStatsEvent(ExperimentEvent) - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- EXPLICIT_FILE_TYPE_BROKEN_IDENTIFIERS - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
-
Set of identifiers which only work as "lastKnownFileType" and not "explicitFileType" in a
PBXFileReference.
- explicitBuilder() - Static method in class com.facebook.buck.cxx.CxxToolFlags
-
Returns a builder for explicitly specifying the flags.
- ExplicitBuildTargetSourcePath - Class in com.facebook.buck.core.sourcepath
-
- ExplicitBuildTargetSourcePath.Builder - Class in com.facebook.buck.core.sourcepath
-
- ExplicitCxxToolFlags - Class in com.facebook.buck.cxx
-
CxxToolFlags implementation where the flags are stored explicitly as lists.
- ExplicitCxxToolFlags.Builder - Class in com.facebook.buck.cxx
-
- ExplodingDownloader - Class in com.facebook.buck.file.downloader.impl
-
- ExplodingDownloader() - Constructor for class com.facebook.buck.file.downloader.impl.ExplodingDownloader
-
- exponential(long, long) - Static method in class com.facebook.buck.remoteexecution.grpc.retry.Backoff
-
- export(Label, String) - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProvider
-
- export(Label, String) - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
- exportChromeTraceIfSuccess(Path) - Method in class com.facebook.buck.distributed.build_slave.ThriftCoordinatorServer
-
Exports the stampede distbuild chrome trace to argument file.
- ExportDependencies - Interface in com.facebook.buck.core.rules.attr
-
BuildRule that can export a subset of it's dependencies.
- EXPORTED_HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- ExportedDepsClosureResolver - Class in com.facebook.buck.features.project.intellij
-
Calculates the transitive closure of exported deps for every node in a
TargetGraph.
- ExportedDepsClosureResolver(TargetGraph, ImmutableSet<String>) - Constructor for class com.facebook.buck.features.project.intellij.ExportedDepsClosureResolver
-
- exportedSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
-
Exported symbols are those that need to be on the classpath when compiling against the
providedSymbols.
- exportFieldsToMap() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- exportFieldsToMap() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Export all the above metadata in a Map format
- ExportFile - Class in com.facebook.buck.shell
-
Export a file so that it can be easily referenced by other
BuildRules.
- ExportFile(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, String, ExportFileDescription.Mode, SourcePath, ExportFileDirectoryAction) - Constructor for class com.facebook.buck.shell.ExportFile
-
- ExportFileDescription - Class in com.facebook.buck.shell
-
- ExportFileDescription(BuckConfig) - Constructor for class com.facebook.buck.shell.ExportFileDescription
-
- ExportFileDescription.Mode - Enum in com.facebook.buck.shell
-
Controls how `export_file` exports it's wrapped source.
- ExportFileDescriptionArg - Class in com.facebook.buck.shell
-
Immutable implementation of ExportFileDescription.AbstractExportFileDescriptionArg.
- ExportFileDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- ExportFileDirectoryAction - Enum in com.facebook.buck.shell
-
An action for a situation when export_file is given a directory as input.
- ext(String...) - Static method in class com.facebook.buck.features.ocaml.OcamlUtil
-
Constructs a Predicate instance which returns true if the input argument ends with any String
in extensions
- ExtensionData - Class in com.facebook.buck.skylark.parser
-
Captures Extension and information related to its parsing like all other extensions used
in order to load it.
- externalCompute() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingTask
-
computes and completes this task, which can be called outside of the forkjoin framework, or by
threads that did not originally fork the task.
- ExternalJavac - Class in com.facebook.buck.jvm.java
-
javac implemented in a separate binary.
- ExternalJavac(Supplier<Tool>, String) - Constructor for class com.facebook.buck.jvm.java.ExternalJavac
-
- ExternalJavacProvider - Class in com.facebook.buck.jvm.java
-
Provides utilities for creating/providing javac instances.
- ExternalJavacProvider(SourcePath) - Constructor for class com.facebook.buck.jvm.java.ExternalJavacProvider
-
- ExternalKotlinc - Class in com.facebook.buck.jvm.kotlin
-
kotlinc implemented as a separate binary.
- ExternalKotlinc(Path) - Constructor for class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- ExternallyBuiltApplePackage - Class in com.facebook.buck.apple
-
Rule for generating an apple package via external script.
- ExternallyBuiltApplePackage(BuildTarget, ProjectFilesystem, SandboxExecutionStrategy, BuildRuleResolver, BuildRuleParams, ApplePackageConfigAndPlatformInfo, SourcePath, boolean, Optional<String>, Optional<AndroidTools>) - Constructor for class com.facebook.buck.apple.ExternallyBuiltApplePackage
-
- ExternalRunnerTestProtocol - Class in com.facebook.buck.core.test.rule
-
The JSON serializable object for test protocol
- ExternalRunnerTestProtocol() - Constructor for class com.facebook.buck.core.test.rule.ExternalRunnerTestProtocol
-
- ExternalTestRunEvent - Class in com.facebook.buck.test.external
-
Base class for events related to external test runs.
- ExternalTestRunEvent.Finished - Class in com.facebook.buck.test.external
-
- ExternalTestRunEvent.Started - Class in com.facebook.buck.test.external
-
- externalTestRunFinished(ExternalTestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ExternalTestRunner - Class in com.facebook.buck.core.test.rule.impl
-
A generic test runner that wraps a binary which will run the test.
- ExternalTestRunner(BuildTarget, ProjectFilesystem, BinaryBuildRule) - Constructor for class com.facebook.buck.core.test.rule.impl.ExternalTestRunner
-
- ExternalTestRunnerDescription - Class in com.facebook.buck.core.test.rule.impl
-
A rule for specifying external test runners.
- ExternalTestRunnerDescription() - Constructor for class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescription
-
- ExternalTestRunnerDescriptionArg - Class in com.facebook.buck.core.test.rule.impl
-
Immutable implementation of ExternalTestRunnerDescription.AbstractExternalTestRunnerDescriptionArg.
- ExternalTestRunnerDescriptionArg.Builder - Class in com.facebook.buck.core.test.rule.impl
-
- ExternalTestRunnerRule - Interface in com.facebook.buck.core.test.rule
-
A interface describing
TestRules which support being run by an external test runner.
- ExternalTestRunnerTestSpec - Class in com.facebook.buck.core.test.rule
-
A JSON-serializable structure that gets passed to external test runners.
- ExternalTestRunnerTestSpec.Builder - Class in com.facebook.buck.core.test.rule
-
- externalTestRunStarted(ExternalTestRunEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ExternalTestSpec - Interface in com.facebook.buck.core.test.rule
-
A JSON-serializable structure that gets passed to external test runners.
- ExternalTestSpecCalculationEvent - Class in com.facebook.buck.test.external
-
Base class for events about external test specs.
- ExternalTestSpecCalculationEvent.Finished - Class in com.facebook.buck.test.external
-
- ExternalTestSpecCalculationEvent.Started - Class in com.facebook.buck.test.external
-
- externalTestSpecCalculationFinished(ExternalTestSpecCalculationEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- externalTestSpecCalculationStarted(ExternalTestSpecCalculationEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ExtraClasspathProvider - Interface in com.facebook.buck.jvm.java
-
Used to provide extra classpath entries to a compiler.
- ExtraClasspathProvider.EmptyExtraClasspathProvider - Class in com.facebook.buck.jvm.java
-
- extractArchive(Path, ProjectFilesystem, Path, Optional<Path>, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a destination
- extractArchive(Path, ProjectFilesystem, Path, Optional<Path>, PatternsMatcher, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a destination
- extractArchive(Path, ProjectFilesystem, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a destination
- extractArchive(ProjectFilesystemFactory, Path, Path, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a specific directory
- extractArchive(ProjectFilesystemFactory, Path, Path, Optional<Path>, PatternsMatcher, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a specific directory
- extractArchive(Path, ProjectFilesystem, Path, Optional<Path>, PatternsMatcher, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Untar
-
- extractArchive(Path, ProjectFilesystem, Path, Optional<Path>, PatternsMatcher, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unzip
-
Unzips a file to a destination and returns the paths of the written files.
- extractBuildTargetContainer(BuildTarget) - Static method in class com.facebook.buck.rules.query.QueryTargetAccessor
-
- extractBuildTargets(CellPathResolver, String, Query) - Static method in class com.facebook.buck.rules.query.QueryUtils
-
- extractFeaturesFromJavaCode(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
-
- ExtractFromAndroidManifestStep - Class in com.facebook.buck.android
-
- ExtractFromAndroidManifestStep(Path, ProjectFilesystem, Path) - Constructor for class com.facebook.buck.android.ExtractFromAndroidManifestStep
-
- extractParseTimeTargets(BuildTarget, CellPathResolver, Query) - Static method in class com.facebook.buck.rules.query.QueryUtils
-
- extractSourcePath(ImmutableBiMap<Flavor, Either<SourcePath, Pair<SourcePath, String>>>, Stream<Flavor>) - Static method in class com.facebook.buck.features.js.JsFlavors
-
- extractSourcePath(SourcePath) - Static method in class com.facebook.buck.rules.query.QueryTargetAccessor
-
- extractSymbolInfo(String) - Static method in class com.facebook.buck.android.relinker.Symbols
-
- ExtraInfoCollector - Interface in com.facebook.buck.doctor
-
Responsible for getting extra information to the report by running a user-specified command.
- ExtraInfoCollector.AbstractExtraInfoResult - Interface in com.facebook.buck.doctor
-
- ExtraInfoCollector.ExtraInfoExecutionException - Exception in com.facebook.buck.doctor
-
- ExtraInfoExecutionException(String) - Constructor for exception com.facebook.buck.doctor.ExtraInfoCollector.ExtraInfoExecutionException
-
- ExtraInfoExecutionException(String, Throwable) - Constructor for exception com.facebook.buck.doctor.ExtraInfoCollector.ExtraInfoExecutionException
-
- ExtraInfoResult - Class in com.facebook.buck.doctor
-
- ExtraInfoResult.Builder - Class in com.facebook.buck.doctor
-
- extraXcodeFiles() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
- extraXcodeSources() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.lang.android.AndroidResourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.JavaResourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.JavaTestResourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.SourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.TestFolder
-
- failed(IOException, String, CacheResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents
-
- failed(int, IOException, String, CacheResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents
-
- failed(IOException, String) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.StoreEvents.StoreRequestEvents
-
- failed() - Method in class com.facebook.buck.distributed.build_client.DistBuildRunner
-
- fakeOutParseEvents(BuckEventBus) - Method in class com.facebook.buck.cli.CacheCommand
-
- FakeRDotTxtEntry - Class in com.facebook.buck.android.aapt
-
- FakeRDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntry
-
- FALSE - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- FastPaths - Class in com.facebook.buck.io.file
-
FastPaths is primarily utilities for interacting with Path objects in a way that is efficient
when those Paths are BuckUnixPath.
- FastPaths() - Constructor for class com.facebook.buck.io.file.FastPaths
-
- fastVersionControlStats(FastVersionControlStatsEvent) - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
-
- FastVersionControlStats - Class in com.facebook.buck.util.versioncontrol
-
Immutable implementation of AbstractFastVersionControlStats.
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
-
- fastVersionControlStats() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
-
- FastVersionControlStatsEvent - Class in com.facebook.buck.util.versioncontrol
-
- FastVersionControlStatsEvent(CommonFastVersionControlStats) - Constructor for class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
-
- FAT_JAR_INFO_RESOURCE - Static variable in class com.facebook.buck.jvm.java.FatJar
-
- FAT_JAR_MAIN_SRC_RESOURCE - Static variable in class com.facebook.buck.jvm.java.JarFattener
-
- FAT_JAR_SRC_RESOURCES - Static variable in class com.facebook.buck.jvm.java.JarFattener
-
- fatalError(SAXParseException) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
-
- FatJar - Class in com.facebook.buck.jvm.java
-
Helper class for unpacking fat JAR resources.
- FatJar(String, Map<String, String>) - Constructor for class com.facebook.buck.jvm.java.FatJar
-
- FatJarMain - Class in com.facebook.buck.jvm.java
-
- fatLTO(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.HasLTO
-
- fatLTO(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- fcntl(int, int, Object...) - Method in interface com.facebook.buck.util.Libc
-
- fetch(ArtifactCache, RuleKey, LazyPath) - Method in class com.facebook.buck.core.build.engine.cache.manager.BuildCacheArtifactFetcher
-
- fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in interface com.facebook.buck.file.downloader.AuthAwareDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in interface com.facebook.buck.file.downloader.Downloader
-
Download the given URL and, upon a successful download, place it in output.
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.ExplodingDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.HttpDownloader
-
- fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in class com.facebook.buck.file.downloader.impl.HttpDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.OnDiskMavenDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.RemoteMavenDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.RetryingDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.StackedDownloader
-
- fetch(Protocol.Digest) - Method in interface com.facebook.buck.remoteexecution.AsyncBlobFetcher
-
- fetch(Protocol.Digest) - Method in interface com.facebook.buck.remoteexecution.ContentAddressedStorageClient
-
- fetch(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcAsyncBlobFetcher
-
- fetch(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcContentAddressableStorageClient
-
- fetch(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
- fetchAndMaterializeAllLogs(StampedeId, List<BuildSlaveRunId>, long) - Method in class com.facebook.buck.distributed.build_client.BuildSlaveLogsMaterializer
-
Fetches and materializes all logs directories.
- fetchAndMaterializeAvailableLogs(StampedeId, List<BuildSlaveRunId>) - Method in class com.facebook.buck.distributed.build_client.BuildSlaveLogsMaterializer
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
-
Fetch a cached artifact, keyed by ruleKey, save the artifact to path specified by output, and
return true on success.
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
-
Fetch the artifact matching ruleKey and store it to output.
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCache
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
-
- fetchBuildJobState(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchBuildSlaveFinishedStats(StampedeId, BuildSlaveRunId) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchBuildSlaveLogDir(StampedeId, List<BuildSlaveRunId>) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchBuildSlaveLogDirs(StampedeId, List<BuildSlaveRunId>) - Method in class com.facebook.buck.distributed.build_client.BuildSlaveLogsMaterializer
-
Fetches the logs directory of a BuildSlave.
- fetchBuildSlaveStatus(StampedeId, BuildSlaveRunId) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchClient - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- FetchCommand - Class in com.facebook.buck.cli
-
- FetchCommand() - Constructor for class com.facebook.buck.cli.FetchCommand
-
- fetchImpl(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- fetchImpl(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
-
- fetchImpl(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
-
- fetchManifest(RuleKey) - Method in class com.facebook.buck.core.build.engine.cache.manager.ManifestRuleKeyManager
-
- fetchManifest(RuleKey, LazyPath) - Method in interface com.facebook.buck.core.build.engine.cache.manager.ManifestRuleKeyService
-
Reads the manifest used the ManifestRuleKey from some persistent storage.
- fetchManifest(String) - Method in interface com.facebook.buck.manifestservice.ManifestService
-
Fetch the current value of the Manifest.
- fetchManifest(String) - Method in class com.facebook.buck.manifestservice.ThriftManifestService
-
- FetchRequest(BuildTarget, RuleKey, LazyPath, SettableFuture<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchRequest
-
- FetchResponse(ImmutableSet<RuleKey>, ImmutableMap<String, String>, ByteSource) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
-
- FetchResponseReadResult - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractFetchResponseReadResult.
- FetchResponseReadResult.Builder - Class in com.facebook.buck.artifact_cache
-
- FetchResult - Class in com.facebook.buck.artifact_cache
-
Return type used by the implementations of this abstract class.
- FetchResult.Builder - Class in com.facebook.buck.artifact_cache
-
- fetchRuleKeyLogs(Collection<String>, String, String, boolean) - Method in class com.facebook.buck.distributed.DistBuildService
-
Fetch rule key logs as name says.
- fetchScheduled(RuleKey) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener
-
- fetchSlaveLogLines(StampedeId, List<LogLineBatchRequest>) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchSourceFile(String) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchStarted(BuildTarget, RuleKey) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener
-
- fetchToStream(Protocol.Digest, WritableByteChannel) - Method in interface com.facebook.buck.remoteexecution.AsyncBlobFetcher
-
- fetchToStream(Protocol.Digest, WritableByteChannel) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcAsyncBlobFetcher
-
- FieldInfo<T> - Class in com.facebook.buck.rules.modern
-
Holds a java.lang.reflect.Field and a ValueTypeInfo for a field referenced from a Buildable.
- FieldInfo(Field, ValueTypeInfo<T>, List<Class<? extends CustomFieldBehaviorTag>>) - Constructor for class com.facebook.buck.rules.modern.FieldInfo
-
- fieldReferences - Variable in class com.facebook.buck.android.dalvik.DalvikStatsTool.Stats
-
Fields referenced by the class.
- FieldValueExtractor - Class in com.facebook.buck.rules.keys
-
Extracts a value of a given field, that is assumed to be accessible.
- FILE_EXTENSION_TO_IDENTIFIER - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
-
Map of file extension to Xcode identifiers.
- FileAttributesScrubber - Interface in com.facebook.buck.io.file
-
Created by beefon on 06/06/2016.
- FileBasedWorkerRequirementsProvider - Class in com.facebook.buck.remoteexecution
-
Provides rule's RE worker requirements based on JSON file
- FileBasedWorkerRequirementsProvider(String, boolean, int) - Constructor for class com.facebook.buck.remoteexecution.FileBasedWorkerRequirementsProvider
-
- FileBundler - Class in com.facebook.buck.features.filebundler
-
- FileBundler(ProjectFilesystem, BuildTarget) - Constructor for class com.facebook.buck.features.filebundler.FileBundler
-
- FileBundler(Path) - Constructor for class com.facebook.buck.features.filebundler.FileBundler
-
- FileBundlerModule - Class in com.facebook.buck.features.filebundler
-
- FileBundlerModule() - Constructor for class com.facebook.buck.features.filebundler.FileBundlerModule
-
- FileBundlerModuleAdapterPlugin - Class in com.facebook.buck.features.filebundler
-
- FileBundlerModuleAdapterPlugin(PluginWrapper) - Constructor for class com.facebook.buck.features.filebundler.FileBundlerModuleAdapterPlugin
-
- FileChangesIgnoredReport - Class in com.facebook.buck.doctor
-
Information helpful when diagnosing 'buck is not picking up changes' reports.
- FileChangesIgnoredReport.Builder - Class in com.facebook.buck.doctor
-
- FileClassPathRunner - Class in com.facebook.buck.jvm.java.runner
-
This class handles extra large classpaths by allowing the client to pass the classpath via file
specified by buck.classpath_file.
- fileContentsDiffer(InputStream, Path, ProjectFilesystem) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
-
- FileContentsProvider - Interface in com.facebook.buck.distributed
-
- FileContentsScrubber - Interface in com.facebook.buck.io.file
-
- fileCreation(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
-
- FileCreation(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileCreation
-
- fileDeletion(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
-
- FileDeletion(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileDeletion
-
- FileDescriptionsProvider - Class in com.facebook.buck.file
-
- FileDescriptionsProvider() - Constructor for class com.facebook.buck.file.FileDescriptionsProvider
-
- FileExtensionMatcher - Class in com.facebook.buck.io.filesystem
-
Matcher that matches file paths with specific extension.
- FileFinder - Class in com.facebook.buck.io.file
-
Methods for finding files.
- fileFlavorForSourcePath(Path) - Static method in class com.facebook.buck.features.js.JsFlavors
-
- Filegroup - Class in com.facebook.buck.features.filegroup
-
A build rule that copies inputs provided in srcs to an output directory.
- Filegroup(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, String, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.features.filegroup.Filegroup
-
- FilegroupDescription - Class in com.facebook.buck.features.filegroup
-
- FilegroupDescription() - Constructor for class com.facebook.buck.features.filegroup.FilegroupDescription
-
- FileGroupDescriptionArg - Class in com.facebook.buck.features.filegroup
-
Immutable implementation of FilegroupDescription.AbstractFileGroupDescriptionArg.
- FileGroupDescriptionArg.Builder - Class in com.facebook.buck.features.filegroup
-
- FilegroupDescriptionsProvider - Class in com.facebook.buck.features.filegroup
-
- FilegroupDescriptionsProvider() - Constructor for class com.facebook.buck.features.filegroup.FilegroupDescriptionsProvider
-
- FilegroupModule - Class in com.facebook.buck.features.filegroup
-
- FilegroupModule() - Constructor for class com.facebook.buck.features.filegroup.FilegroupModule
-
- FilegroupModuleAdapterPlugin - Class in com.facebook.buck.features.filegroup
-
- FilegroupModuleAdapterPlugin(PluginWrapper) - Constructor for class com.facebook.buck.features.filegroup.FilegroupModuleAdapterPlugin
-
- FileHash - Class in com.facebook.buck.file
-
A small class that encapsulates a file hash that is either sha1, or sha256
- FileHashCache - Interface in com.facebook.buck.util.cache
-
A cache which maps Paths to cached hashes of their contents, based on a simplified subset of the
java.util.Map<Path, HashCode> interface.
- FileHashCache.AbstractFileHashCacheVerificationResult - Interface in com.facebook.buck.util.cache
-
- FileHashCacheEngine - Interface in com.facebook.buck.util.cache
-
This interface extracts the methods available to a file hash cache, so that the underlying
implementation is hidden and can be swapped.
- FileHashCacheEngine.ValueLoader<T> - Interface in com.facebook.buck.util.cache
-
- FileHashCacheEvent - Class in com.facebook.buck.event
-
- FileHashCacheEvent(String, long, long, long) - Constructor for class com.facebook.buck.event.FileHashCacheEvent
-
- FileHashCacheEvent(EventKey) - Constructor for class com.facebook.buck.event.FileHashCacheEvent
-
- FileHashCacheEvent.InvalidationFinished - Class in com.facebook.buck.event
-
- FileHashCacheEvent.InvalidationStarted - Class in com.facebook.buck.event
-
- FileHashCacheMode - Enum in com.facebook.buck.util.cache
-
Defines which file hash cache engine to use.
- FileHashCacheVerificationResult - Class in com.facebook.buck.util.cache
-
- FileHashCacheVerificationResult.Builder - Class in com.facebook.buck.util.cache
-
- fileHashLoader - Variable in class com.facebook.buck.parser.PerBuildStateFactory
-
- FileHashLoader - Interface in com.facebook.buck.util.hashing
-
- FileLike - Interface in com.facebook.buck.jvm.java.classes
-
Provides a file-like interface for objects which may be present within more specialized
containers (like zip files).
- FileLikeCharSource - Class in com.facebook.buck.jvm.java.classes
-
- FileLikeCharSource(FileLike) - Constructor for class com.facebook.buck.jvm.java.classes.FileLikeCharSource
-
- FileLikes - Class in com.facebook.buck.jvm.java.classes
-
Utilities for common operations when working with
FileLikes.
- fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- fileList(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
Specifies that the linker should link the files listed in file.
- FileListableLinkerInputArg - Class in com.facebook.buck.rules.args
-
Arg that represents object file that should be linked into resulting binary using normal
mechanism, e.g.
- FileManagerSimulator - Class in com.facebook.buck.jvm.java.abi.source
-
Simulates the behavior of javac's file manager for source-only ABI classpaths.
- FileManagerSimulator(Elements, Trees, SourceOnlyAbiRuleInfoFactory.SourceOnlyAbiRuleInfo) - Constructor for class com.facebook.buck.jvm.java.abi.source.FileManagerSimulator
-
- FileMaterializationStatsTracker - Class in com.facebook.buck.distributed
-
- FileMaterializationStatsTracker() - Constructor for class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- filenameFor(BuildTarget, String, CxxPlatform) - Method in enum com.facebook.buck.features.rust.CrateType
-
Return an appropriate filename for this crate, given its type and the platform.
- fileOutputName(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.features.halide.HalideCompile
-
- FilePathHashLoader - Class in com.facebook.buck.util.hashing
-
A
FileHashLoader that only hashes the files' paths without reading their contents.
- FilePathHashLoader(Path, ImmutableSet<Path>, boolean) - Constructor for class com.facebook.buck.util.hashing.FilePathHashLoader
-
- FileScrubber - Interface in com.facebook.buck.io.file
-
- FileScrubber.ScrubException - Exception in com.facebook.buck.io.file
-
- FileScrubberStep - Class in com.facebook.buck.step.fs
-
Scrub any non-deterministic meta-data from the given file (e.g.
- FileScrubberStep(ProjectFilesystem, Path, ImmutableList<FileScrubber>) - Constructor for class com.facebook.buck.step.fs.FileScrubberStep
-
- FileSerializationEventBusListener - Class in com.facebook.buck.event.listener
-
BuckEventListener that subscribes to
IndividualTestEvent.Finished events and
serialize them to outputFile in json-format.
- FileSerializationEventBusListener(Path) - Constructor for class com.facebook.buck.event.listener.FileSerializationEventBusListener
-
- FileSerializationOutputRuleDepsListener - Class in com.facebook.buck.event.listener
-
BuckEventListener that subscribes to
BuildRuleExecutionEvent.Finished events and
serialize rule build target, rule type, rule execution time, rule's dependencies to outputFile in
csv format.
- FileSerializationOutputRuleDepsListener(Path) - Constructor for class com.facebook.buck.event.listener.FileSerializationOutputRuleDepsListener
-
- FileSerializationOutputRuleDepsListener.RuleExecutionTimeData - Interface in com.facebook.buck.event.listener
-
Data object that is used to serialize rule execution information into a file
- fileSystem - Variable in class com.facebook.buck.android.toolchain.common.BaseAndroidToolchainResolver
-
- filesystem - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- filesystem - Variable in class com.facebook.buck.unarchive.UnarchiveStep
-
- FilesystemBackedBuildFileTree - Class in com.facebook.buck.core.model.impl
-
Class to allow looking up parents and children of build files.
- FilesystemBackedBuildFileTree(ProjectFilesystem, String) - Constructor for class com.facebook.buck.core.model.impl.FilesystemBackedBuildFileTree
-
- FilesystemBackedDelegate() - Constructor for class com.facebook.buck.remoteexecution.util.OutputsCollector.FilesystemBackedDelegate
-
- FilesystemFileMaterializer(Path) - Constructor for class com.facebook.buck.remoteexecution.util.OutputsMaterializer.FilesystemFileMaterializer
-
- FileSystemMap<T> - Class in com.facebook.buck.util.filesystem
-
This class implements a map for a filesystem structure relying on a prefix tree.
- FileSystemMap(FileSystemMap.ValueLoader<T>, ProjectFilesystem) - Constructor for class com.facebook.buck.util.filesystem.FileSystemMap
-
- FileSystemMap.ValueLoader<T> - Interface in com.facebook.buck.util.filesystem
-
Wrapper class that implements a method for loading a value in the leaves of the trie.
- FileSystemNotWatchedException - Exception in com.facebook.buck.io.watchman
-
- FileSystemNotWatchedException() - Constructor for exception com.facebook.buck.io.watchman.FileSystemNotWatchedException
-
- FileTree - Class in com.facebook.buck.core.files
-
Has information about files and folders at some directory
- FileTree() - Constructor for class com.facebook.buck.core.files.FileTree
-
- FileTreeCache - Class in com.facebook.buck.core.files
-
Stores a recursive file tree
- FileTreeCache.Invalidator - Class in com.facebook.buck.core.files
-
Subscribes to watchman event and invalidates internal state of a provided
FileTreeCache
- FileTreeComputation - Class in com.facebook.buck.core.files
-
Produce a file tree of a provided folder, i.e.
- FileTreeFileNameIterator - Class in com.facebook.buck.core.files
-
Iterator which recursively traverses
FileTree searching for specific file name Returns
relative Path of that file including file name itself This type of iterator is useful for finding
all build files under some path
- FileTreeKey - Class in com.facebook.buck.core.files
-
Transformation key that has info about recursive directory tree computation
- FileTreeKey() - Constructor for class com.facebook.buck.core.files.FileTreeKey
-
- FileTypes - Class in com.facebook.buck.apple.xcode.xcodeproj
-
File types used in Apple targets.
- FileZipEntrySource - Interface in com.facebook.buck.util.zip.collect
-
A file source for an entry in a zip file.
- fill(CellPathResolver, ProjectFilesystem, Path, TargetConfiguration, ImmutableCollection.Builder<T>, Object) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
-
Helper method to add coerced elements to the builder.
- fillSortedSet(CellPathResolver, ProjectFilesystem, Path, TargetConfiguration, SortedSet<T>, Object) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
-
- filter(Predicate<T>) - Method in class com.facebook.buck.cli.ThriftOutput.Builder
-
- filter(Iterable<TargetNode<?>>) - Method in class com.facebook.buck.parser.BuildTargetSpec
-
- filter(Iterable<TargetNode<?>>) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
-
- filter(Iterable<TargetNode<?>>) - Method in interface com.facebook.buck.parser.TargetNodeSpec
-
- filter(TargetNodeSpec, Iterable<TargetNode<?>>) - Method in interface com.facebook.buck.parser.TargetSpecResolver.TargetNodeFilterForSpecResolver
-
- filter(Class<U>) - Method in interface com.facebook.buck.util.RichStream
-
Filter stream elements, returning only those that is an instance of the given class.
- filter(Predicate<? super T>) - Method in interface com.facebook.buck.util.RichStream
-
- filterArgs(List<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.support.cli.args.BuckArgsMethods
-
Drops options from the args array.
- filterAttributeContents(QueryBuildTarget, String, Predicate<Object>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- filterAttributeContents(NODE_TYPE, String, Predicate<Object>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the objects in the `attribute` of the given `target` that satisfy `predicate`
- filterAttributeContents(NODE_TYPE, String, Predicate<Object>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- filterAttributeContents(QueryBuildTarget, String, Predicate<Object>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- filterAttributeContents(TypeCoercerFactory, TargetNode<T>, String, Predicate<Object>) - Static method in class com.facebook.buck.rules.query.QueryTargetAccessor
-
Filters the objects in the given attribute that satisfy the given predicate.
- filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- filterBuildRuleInputs(SourcePath...) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- filterBuildRuleInputs(Stream<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- filterBuildRuleInputs(Optional<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- filterBuildRuleInputs(SourcePath...) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- filterBuildRuleInputs(Stream<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- filterBuildRuleInputs(Optional<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- filterBuildRuleInputs(SourcePath...) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- filterBuildRuleInputs(Stream<SourcePath>) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- filterBuildRuleInputs(Optional<SourcePath>) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- FilteredDirectoryCopier - Interface in com.facebook.buck.util
-
- FilteredResourcesProvider - Interface in com.facebook.buck.android
-
- FilteredSourceFiles - Class in com.facebook.buck.features.go
-
- FilteredSourceFiles(List<Path>, GoPlatform, List<GoListStep.ListType>) - Constructor for class com.facebook.buck.features.go.FilteredSourceFiles
-
- FilteredSourceFiles(List<Path>, List<Path>, GoPlatform, List<GoListStep.ListType>) - Constructor for class com.facebook.buck.features.go.FilteredSourceFiles
-
- filterForSubpaths(Iterable<Path>, Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Filters out
Path objects from
paths that aren't a subpath of
root and
returns a set of paths relative to
root.
- FilterFunction<NODE_TYPE> - Class in com.facebook.buck.query
-
A filter(pattern, argument) expression, evaluates its argument and filters the resulting targets
by applying the given regular expression pattern to the targets' names.
- FilterFunction() - Constructor for class com.facebook.buck.query.FilterFunction
-
- filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- filterLibrariesForAbi(Path, ImmutableMultimap<String, Path>, String, ImmutableSet<String>) - Static method in class com.facebook.buck.android.exopackage.NativeExoHelper
-
- filterMatchingMapKeys(Map<String, V>) - Method in class com.facebook.buck.util.PatternsMatcher
-
- filterPEMInputStream(InputStream, String) - Static method in class com.facebook.buck.artifact_cache.ClientCertificateHandler
-
Filter an InputStream containing PEM sections into another InputStream just containing sections
of a specific PEM block type
- FilterResourcesSteps - Class in com.facebook.buck.android
-
This
Step copies
res directories to a different location,
while filtering out certain resources.
- FilterResourcesSteps.Builder - Class in com.facebook.buck.android
-
- FilterResourcesSteps.DefaultDrawableFinder - Class in com.facebook.buck.android
-
- FilterResourcesSteps.DrawableFinder - Interface in com.facebook.buck.android
-
- FilterResourcesSteps.ImageScaler - Interface in com.facebook.buck.android
-
- FilterResourcesSteps.ResourceFilter - Class in com.facebook.buck.android
-
Helper class for interpreting the resource_filter argument to android_binary().
- filterTests(ImmutableSet<BuildTarget>, CellPathResolver, ImmutableSet<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.features.project.intellij.IjProjectCommandHelper
-
- filterValues(Map<K, V>, Predicate<? super V>) - Static method in class com.facebook.buck.util.MoreMaps
-
Version of Maps.filterValues(Map, Predicate) that collects the results in an immutable
map.
- finalize() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
- finalize() - Method in class com.facebook.buck.log.GlobalStateManager
-
Since this is a Singleton class, make sure it cleans after itself once it's GC'ed.
- FinalizingBuildRuleEvent - Class in com.facebook.buck.core.build.event
-
Event to signal the end of finalize BuildRule stage during building of a rule.
- finallyCallback(Runnable) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
- finallyCallback(Consumer<ListenableFuture<V>>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
- find(String) - Method in interface com.facebook.buck.rules.modern.Deserializer.ClassFinder
-
- findAll(ImmutableSet<String>, String) - Static method in class com.facebook.buck.core.macros.MacroFinder
-
- FindAndReplaceStep - Class in com.facebook.buck.step.fs
-
- FindAndReplaceStep(ProjectFilesystem, Path, Path, Function<String, String>) - Constructor for class com.facebook.buck.step.fs.FindAndReplaceStep
-
- findChildren(T) - Method in interface com.facebook.buck.core.util.graph.GraphTraversable
-
- findChildren(AggregationTreeNode) - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationTree
-
- findCurrentSsid() - Static method in class com.facebook.buck.util.environment.MacWifiSsidFinder
-
Finds the SSID of the default Wi-Fi interface using Mac OS X APIs.
- findCycles() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidAarDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidBuildConfigDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidBundleDescription.AbstractAndroidBundleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBundleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidInstrumentationApkDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidInstrumentationTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidPrebuiltAarDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidResourceDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, NdkLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescription
-
Deprecated.
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RobolectricTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleBinaryDescription.AbstractAppleBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleBundleDescription.AbstractAppleBundleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescription
-
Propagate the bundle's platform, debug symbol and strip flavors to its dependents which are
other bundles (e.g.
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleLibraryDescription.AbstractAppleLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ApplePackageDescription.AbstractApplePackageDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.ApplePackageDescription
-
Propagate the packages's flavors to its dependents.
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleTestDescription.AbstractAppleTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.core.description.attr.ImplicitDepsInferringDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxBinaryDescription.AbstractCxxBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxGenruleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxLibraryDescription.CommonArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxTestDescription.AbstractCxxTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PrebuiltCxxLibraryDescription.AbstractPrebuiltCxxLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
-
- findDepsForTargetFromConstructorArgs(CxxPlatformsProvider, BuildTarget, Optional<Flavor>) - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DBinaryDescription.AbstractDBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.d.DBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.d.DLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DTestDescription.AbstractDTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.d.DTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CgoLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.go.CgoLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoBinaryDescription.AbstractGoBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.go.GoBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.go.GoLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoTestDescription.AbstractGoTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.go.GoTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GwtBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellGhciDescription.AbstractHaskellGhciDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellHaddockDescription.AbstractHaskellHaddockDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JsBundleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.js.JsBundleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JsLibraryDescription.AbstractJsLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.js.JsLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxLuaExtensionDescription.AbstractCxxLuaExtensionDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, LuaBinaryDescription.AbstractLuaBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.lua.LuaBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, OcamlBinaryDescription.AbstractOcamlBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, OcamlLibraryDescription.AbstractOcamlLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxPythonExtensionDescription.AbstractCxxPythonExtensionDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PythonBinaryDescription.AbstractPythonBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.python.PythonBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PythonTestDescription.AbstractPythonTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.python.PythonTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustBinaryDescription.AbstractRustBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.rust.RustBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustLibraryDescription.AbstractRustLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.rust.RustLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustTestDescription.AbstractRustTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.rust.RustTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GroovyLibraryDescription.AbstractGroovyLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GroovyTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JarGenruleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JarGenruleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaBinaryDescription.AbstractJavaBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaTestDescription.AbstractJavaTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaTestRunnerDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, KotlinLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, KotlinTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ScalaLibraryDescription.AbstractScalaLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ScalaTestDescription.AbstractScalaTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- findDrawables(Collection<Path>, ProjectFilesystem) - Method in class com.facebook.buck.android.FilterResourcesSteps.DefaultDrawableFinder
-
- findDrawables(Collection<Path>, ProjectFilesystem) - Method in interface com.facebook.buck.android.FilterResourcesSteps.DrawableFinder
-
- findFirstDirectory(ImmutableList<Pair<String, Optional<String>>>) - Method in class com.facebook.buck.android.toolchain.common.BaseAndroidToolchainResolver
-
- findIncludeForBuildFile(Path) - Method in class com.facebook.buck.parser.implicit.PackageImplicitIncludesFinder
-
Find the file (if any) that should be included implicitly for a given build file path
- findJavaPackage(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
- findJavaPackage(BuildTarget) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
- findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackageFolder(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
Given the relative path to a file under the project root, return the Java package with which
the file is associated.
- findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackageWithPackageFolder(Path) - Static method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findManifestFiles() - Method in class com.facebook.buck.android.AndroidTransitiveDependencyGraph
-
- findMatchingConditions(SelectableConfigurationContext, Selector<T>) - Method in class com.facebook.buck.core.select.AbstractSelectorListResolver
-
Returns the value for which the current configuration matches the key inside the select
dictionary
- findMissing(Iterable<Protocol.Digest>) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
- findModuleForTarget(BuildTarget) - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Get the Module that contains the given target
- findNdkVersion(Path) - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- findNdkVersionFromDirectory(Path) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
The method returns the NDK version of a path.
- findReferenceAssembly(String) - Method in class com.facebook.buck.features.dotnet.DotnetFramework
-
- findResourceModuleForTarget(BuildTarget) - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Get the Module that should contain the resources for the given target
- findSelector(TestDescription) - Method in class com.facebook.buck.test.selectors.TestSelectorList
-
- findSources(ProjectFilesystem, Path) - Method in class com.facebook.buck.android.NdkLibraryDescription
-
Deprecated.
- findStronglyConnectedComponents() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
For this graph, returns the set of strongly connected components using Tarjan's algorithm.
- findSwiftCompatibilityRuntimePath(Path, String) - Static method in class com.facebook.buck.swift.toolchain.impl.SwiftPlatformFactory
-
- findSwiftRuntimePath(Path, String) - Static method in class com.facebook.buck.swift.toolchain.impl.SwiftPlatformFactory
-
- fine(String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- fine(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- finer(String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- finer(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- Fingerprinter - Class in com.facebook.buck.parser.cache.impl
-
This class implements functionality to get the weak fingerprint and strong fingerprint hashes for
caching parser result -
BuildFileManifest.
- finished(FetchResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents
-
- finished(int, FetchResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents
-
- finished(StoreResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.StoreEvents.StoreRequestEvents
-
- finished(ArtifactCacheConnectEvent.Started) - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
-
- Finished(ArtifactCacheConnectEvent.Started) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>, ArtifactCacheEvent.StoreType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Finished
-
- Finished(ArtifactCacheEvent.Started, Optional<BuildTarget>, HttpArtifactCacheEventFetchData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- Finished(ArtifactCacheEvent.Started, HttpArtifactCacheEventStoreData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.Finished
-
- finished(BuildResult, Optional<Long>, Optional<HashCode>, Optional<BuildRuleSuccessType>, UploadToCacheResultType, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>) - Method in class com.facebook.buck.core.build.engine.cache.manager.BuildRuleScopeManager
-
- finished(BuildEvent.Started, ExitCode) - Static method in class com.facebook.buck.core.build.event.BuildEvent
-
- Finished(BuildEvent.Started, ExitCode) - Constructor for class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- finished(BuildRuleEvent.BeginningBuildRuleEvent, BuildRuleKeys, BuildRuleStatus, CacheResult, Optional<BuildId>, Optional<BuildRuleSuccessType>, UploadToCacheResultType, Optional<HashCode>, Optional<Long>, Optional<BuildRuleDiagnosticData>, Optional<ManifestFetchResult>, Optional<ManifestStoreResult>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<String>) - Static method in class com.facebook.buck.core.build.event.BuildRuleEvent
-
- Finished(EventKey, BuildRule, long) - Constructor for class com.facebook.buck.core.build.event.BuildRuleExecutionEvent.Finished
-
- finished(Iterable<String>, TestResults) - Static method in class com.facebook.buck.core.test.event.IndividualTestEvent
-
- finished(ImmutableSet<String>, List<TestResults>) - Static method in class com.facebook.buck.core.test.event.TestRunEvent
-
- Finished(int, List<TestResults>) - Constructor for class com.facebook.buck.core.test.event.TestRunEvent.Finished
-
- finished(TestStatusMessageEvent.Started, TestStatusMessage) - Static method in class com.facebook.buck.core.test.event.TestStatusMessageEvent
-
- Finished(TestStatusMessageEvent.Started, TestStatusMessage) - Constructor for class com.facebook.buck.core.test.event.TestStatusMessageEvent.Finished
-
- finished(UUID, TestResultSummary) - Static method in class com.facebook.buck.core.test.event.TestSummaryEvent
-
- Finished(UUID, TestResultSummary) - Constructor for class com.facebook.buck.core.test.event.TestSummaryEvent.Finished
-
- finished(ActionGraphEvent.Started) - Static method in class com.facebook.buck.event.ActionGraphEvent
-
- finished(ActionGraphEvent.Started, int) - Static method in class com.facebook.buck.event.ActionGraphEvent
-
- Finished(ActionGraphEvent.Started, OptionalInt) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Finished
-
- finished(ArtifactCompressionEvent.Started, long, long) - Static method in class com.facebook.buck.event.ArtifactCompressionEvent
-
Create a new Finished event for corresponding Started event
- Finished(ArtifactCompressionEvent.Started, long, long) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent.Finished
-
- finished(CommandEvent.Started, ExitCode) - Static method in class com.facebook.buck.event.CommandEvent
-
- finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- Finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent.Finished
-
- finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Static method in class com.facebook.buck.event.InstallEvent
-
- Finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Constructor for class com.facebook.buck.event.InstallEvent.Finished
-
- finished() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
-
- Finished() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Finished
-
- Finished(SimplePerfEvent.StartedImpl, ImmutableMap<String, Object>) - Constructor for class com.facebook.buck.event.SimplePerfEvent.Finished
-
- finished(StartActivityEvent.Started, boolean) - Static method in class com.facebook.buck.event.StartActivityEvent
-
- Finished(StartActivityEvent.Started, boolean) - Constructor for class com.facebook.buck.event.StartActivityEvent.Finished
-
- finished(UninstallEvent.Started, boolean) - Static method in class com.facebook.buck.event.UninstallEvent
-
- Finished(UninstallEvent.Started, boolean) - Constructor for class com.facebook.buck.event.UninstallEvent.Finished
-
- finished() - Static method in class com.facebook.buck.event.WatchmanStatusEvent
-
- Finished() - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.Finished
-
- finished(DownloadEvent.Started) - Static method in class com.facebook.buck.file.downloader.impl.DownloadEvent
-
- Finished(DownloadEvent.Started) - Constructor for class com.facebook.buck.file.downloader.impl.DownloadEvent.Finished
-
- Finished(ProjectBuildFileParseEvents.Started) - Constructor for class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
-
- finished(AnnotationProcessingEvent.Started) - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- Finished(AnnotationProcessingEvent.Started) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
-
- Finished(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskListenerProxy
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.PostEnterTaskListener
-
- finished(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
-
- finished(TaskEventMirror) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskListener
-
- finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
-
- Finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Finished
-
- finished(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
-
- finished(ParseBuckFileEvent.Started, int, long, Optional<String>) - Static method in class com.facebook.buck.parser.events.ParseBuckFileEvent
-
Create an event when parsing of build file finishes
- Finished(ParseBuckFileEvent.Started, int, long, Optional<String>) - Constructor for class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- finished(ParseEvent.Started, long, Optional<TargetGraph>) - Static method in class com.facebook.buck.parser.ParseEvent
-
- Finished(ParseEvent.Started, long, Optional<TargetGraph>) - Constructor for class com.facebook.buck.parser.ParseEvent.Finished
-
- Finished(CasBlobDownloadEvent.Started) - Constructor for class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent.Finished
-
- finished(RemoteExecutionSessionEvent.Started) - Static method in class com.facebook.buck.remoteexecution.event.RemoteExecutionSessionEvent
-
- finished(StepEvent.Started, int) - Static method in class com.facebook.buck.step.StepEvent
-
- Finished(StepEvent.Started, int) - Constructor for class com.facebook.buck.step.StepEvent.Finished
-
- finished(Set<String>, ExitCode) - Static method in class com.facebook.buck.test.external.ExternalTestRunEvent
-
- Finished(int, ExitCode) - Constructor for class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
-
- finished(BuildTarget) - Static method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
-
- Finished(BuildTarget) - Constructor for class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent.Finished
-
- finished(BuildTarget) - Static method in class com.facebook.buck.test.TestRuleEvent
-
- Finished(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent.Finished
-
- finished(VersionedTargetGraphEvent.Started) - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
-
- finishedSuccessfully() - Method in class com.facebook.buck.distributed.build_client.DistBuildRunner
-
- finishedSuccessfully() - Method in class com.facebook.buck.distributed.build_client.LocalBuildRunner
-
- finishEpochMillis - Variable in class com.facebook.buck.distributed.build_slave.DistBuildTrace.RuleTrace
-
- finishExoFileInstallation(ImmutableSortedSet<Path>, ExopackageInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- finishModuleCreation() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationContext
-
- FirstOrderDepsFunction() - Constructor for class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- FirstOrderHelper - Class in com.facebook.buck.android.dalvik.firstorder
-
- FixBuckConfig - Class in com.facebook.buck.support.fix
-
Configuration that handles how `buck fix` and automatic invocations of fix scripts work
- FixCommand - Class in com.facebook.buck.cli
-
Attempts to fix errors encountered in previous builds
- FixCommand() - Constructor for class com.facebook.buck.cli.FixCommand
-
- FixCommandHandler - Class in com.facebook.buck.cli
-
Encapsulates the logic around running `buck fix`.
- fixedDelegate(NativeLinkableInput, ImmutableMap<String, SourcePath>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
Creates a delegate that always returns a fixed instance.
- fixPath(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Drop any "." parts (useless).
- fixupSourcePath(ActionGraphBuilder, CxxPlatform, SourcePath) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(ActionGraphBuilder, CxxPlatform, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(ActionGraphBuilder, CxxPlatform, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(ActionGraphBuilder, CxxPlatform, ImmutableMap<T, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- flags - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- flags - Variable in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- flagsKey - Variable in enum com.facebook.buck.cxx.toolchain.ToolType
-
Buck config key used to specify tool flags.
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.facebook.buck.util.RichStream
-
- flattenToSpaceSeparatedString(Optional<Arg>, SourcePathResolver) - Static method in interface com.facebook.buck.rules.args.Arg
-
- FLAVOR - Static variable in class com.facebook.buck.apple.AppleAssetCatalog
-
- FLAVOR - Static variable in class com.facebook.buck.apple.CoreDataModel
-
- FLAVOR - Static variable in class com.facebook.buck.apple.SceneKitAssets
-
- Flavor - Interface in com.facebook.buck.core.model
-
- FLAVOR - Static variable in class com.facebook.buck.cxx.CxxPrefixHeader
-
- FLAVOR - Static variable in class com.facebook.buck.cxx.toolchain.impl.DefaultCxxPlatforms
-
- FLAVOR_DELIMITER - Static variable in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetLanguageConstants
-
Symbol that delimits flavors specified after FLAVOR_SYMBOL
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.apple.AppleDebugFormat
-
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
-
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.toolchain.StripStyle
-
- FLAVOR_ORDERING - Static variable in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
Flavors passed to this object should be sorted using this ordering
- FLAVOR_SYMBOL - Static variable in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetLanguageConstants
-
Symbol that represents flavor part of a build target
- FLAVOR_VALUES - Static variable in enum com.facebook.buck.features.haskell.HaskellLibraryDescription.Type
-
- FlavorConvertible - Interface in com.facebook.buck.core.model
-
Values that has a canonical mapping to flavors.
- FlavorDomain<T> - Class in com.facebook.buck.core.model
-
Provides a named flavor abstraction on top of boolean flavors.
- FlavorDomain(String, ImmutableMap<Flavor, T>) - Constructor for class com.facebook.buck.core.model.FlavorDomain
-
- FlavorDomainException - Exception in com.facebook.buck.core.model
-
- FlavorDomainException(String) - Constructor for exception com.facebook.buck.core.model.FlavorDomainException
-
- flavorDomains() - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.AppleBundleDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.ApplePackageDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.AppleTestDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
-
- flavorDomains() - Method in interface com.facebook.buck.core.model.Flavored
-
- flavorDomains() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- flavorDomains() - Method in class com.facebook.buck.cxx.CxxBinaryFlavored
-
- flavorDomains() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- flavorDomains() - Method in class com.facebook.buck.cxx.CxxLibraryFlavored
-
- flavorDomains() - Method in class com.facebook.buck.features.js.JsBundleDescription
-
- flavorDomains() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescription
-
- flavorDomains() - Method in class com.facebook.buck.features.js.JsLibraryDescription
-
- flavorDomains() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescription
-
- flavorDomains() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescription
-
- flavorDomains() - Method in class com.facebook.buck.features.rust.RustBinaryDescription
-
- flavorDomains() - Method in class com.facebook.buck.features.rust.RustLibraryDescription
-
- flavorDomains() - Method in class com.facebook.buck.features.rust.RustTestDescription
-
- flavorDomains() - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- Flavored - Interface in com.facebook.buck.core.model
-
- flavorForLinkableDepType(Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- Flavors - Class in com.facebook.buck.apple
-
- flavorsDoNotAllowLinkerMapMode(BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- FlavorSearchTargetNodeFinder - Class in com.facebook.buck.versions
-
A lookup table of
TargetNodes which matches
BuildTarget lookups to nodes indexed
by a base target which contains a subset of the input targets flavors.
- FlavorTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- FlavorTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.FlavorTypeCoercer
-
- FLOAT - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
-
- flush() - Method in class com.facebook.buck.counters.Counter
-
If the counter has no data, returns an absent value.
- flush() - Method in class com.facebook.buck.counters.IntegerCounter
-
- flush() - Method in class com.facebook.buck.counters.SamplingCounter
-
- flush() - Method in class com.facebook.buck.counters.TagSetCounter
-
- flush() - Method in class com.facebook.buck.log.AsyncLogHandler
-
- flush() - Method in class com.facebook.buck.log.ConsoleHandler
-
- flush() - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
-
- flush() - Method in class com.facebook.buck.log.LogFileHandler
-
- flush() - Method in class com.facebook.buck.log.LogFileHandlerDispatcher
-
- flush() - Method in class com.facebook.buck.log.memory.MemoryHandler
-
- flush() - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- flush() - Method in class com.facebook.buck.util.TeeOutputStream
-
- flushAllPendingBuildRuleFinishedEvents() - Method in class com.facebook.buck.distributed.build_client.BuildRuleEventManager
-
Publishes results of all pending BuildRuleFinishedEvent, waiting for cache synchronization if
necessary.
- FlushConsoleEvent - Class in com.facebook.buck.event
-
Event to tell the console that it needs to flush now.
- FlushConsoleEvent() - Constructor for class com.facebook.buck.event.FlushConsoleEvent
-
- flushLogs() - Static method in class com.facebook.buck.log.LogConfig
-
- flushToFile() - Method in class com.facebook.buck.maven.Pom
-
- flushToLogger() - Method in class com.facebook.buck.rules.keys.hasher.ThriftRuleKeyHasher
-
Writes the object out to the logger
- FocusedModuleTargetMatcher - Class in com.facebook.buck.features.apple.project
-
- focusedOn(ImmutableSet<UnflavoredBuildTargetView>) - Static method in class com.facebook.buck.features.apple.project.FocusedModuleTargetMatcher
-
Returns a matcher that specifies a set of targets to focus on.
- FocusedTargetMatcher - Class in com.facebook.buck.features.apple.projectV2
-
Matcher class that matches build targets against specific focused target entries.
- FocusedTargetMatcher(String, String) - Constructor for class com.facebook.buck.features.apple.projectV2.FocusedTargetMatcher
-
Returns a matcher configured to match any Build Target Patterns or String Regular Expressions.
- FocusedTargetMatcher(String) - Constructor for class com.facebook.buck.features.apple.projectV2.FocusedTargetMatcher
-
Returns a matcher configured to match any Build Target Patterns or String Regular Expressions.
- FOLDER_IJ_NAME - Static variable in class com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder
-
- FolderTypeWithPackageInfo - Enum in com.facebook.buck.features.project.intellij
-
- forAllData(MerkleTreeNodeCache.MerkleTreeNode, Consumer<MerkleTreeNodeCache.NodeData>) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache
-
Iterate over all the encoded data for the tree rooted at the provided node.
- forAllData(Consumer<InputsMapBuilder.Data>) - Method in class com.facebook.buck.rules.modern.impl.InputsMapBuilder.Data
-
- forAllFiles(BiConsumer<Path, Protocol.FileNode>) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.MerkleTreeNode
-
Iterate over the files in the tree rooted at this node.
- forAllNodes(Consumer<MerkleTreeNodeCache.MerkleTreeNode>) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.MerkleTreeNode
-
Iterate over the nodes in the tree rooted at this node.
- FORCE_JS_BUNDLE - Static variable in class com.facebook.buck.features.js.JsFlavors
-
- forceDisableRemoteExecution() - Method in class com.facebook.buck.cli.BuildCommand
-
- forceFlush() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
-
- forceFlush() - Method in interface com.facebook.buck.util.network.BatchingLogger
-
Signals to upload whatever remaining information is buffered.
- forcefullyCreateDirs(Path) - Method in class com.facebook.buck.util.unarchive.DirectoryCreator
-
Force a directory to be created.
- forceLinkWholeForHaskellOmnibus() - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- forceLinkWholeForHaskellOmnibus() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- forceLinkWholeForHaskellOmnibus() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- forceLinkWholeForHaskellOmnibus() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- forceLinkWholeForHaskellOmnibus() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- forceRender(FlushConsoleEvent) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- forceTty() - Static method in class com.facebook.buck.util.Ansi
-
- forDirectory(ProjectFilesystem, Path, Path, CopyStep.DirectoryMode) - Static method in class com.facebook.buck.step.fs.CopyStep
-
Creates a CopyStep which recursively copies a directory from 'source' to 'destination'.
- forEach(Consumer<N>) - Method in class com.facebook.buck.core.util.graph.ConsumingTraverser
-
- forEachFwdDep(Iterable<NODE_TYPE>, Consumer<NODE_TYPE>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Applies action to each forward dependencies of the specified targets.
- forEachFwdDep(Iterable<QueryBuildTarget>, Consumer<QueryBuildTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- forEachOrderedThrowing(ThrowingConsumer<? super T, E>) - Method in interface com.facebook.buck.util.RichStream
-
- forEachPair(Iterable<L>, Iterable<R>, BiConsumer<? super L, ? super R>) - Static method in class com.facebook.buck.util.MoreIterables
-
Provides convenient consumption of a pair of Iterables of the same length.
- forEachSuccessor(N, Consumer<N>) - Method in interface com.facebook.buck.core.util.graph.ForEachSuccessorFunction
-
Runs consumer on all nodes in this graph adjacent to node which can be reached by
traversing node's outgoing edges in the direction (if any) of the edge.
- ForEachSuccessorFunction<N> - Interface in com.facebook.buck.core.util.graph
-
A
Consumer-based interface for graph operations/traversals (based on Guava's
`SuccessorsFunction`).
- forEachThrowing(ThrowingConsumer<N, E>) - Method in class com.facebook.buck.core.util.graph.ConsumingTraverser
-
- forEachThrowing(ThrowingConsumer<? super T, E>) - Method in interface com.facebook.buck.util.RichStream
-
- forFile(ProjectFilesystem, Path, Path) - Static method in class com.facebook.buck.step.fs.CopyStep
-
Creates a CopyStep which copies a single file from 'source' to 'destination'.
- forInstance(T) - Static method in class com.facebook.buck.rules.modern.impl.DefaultClassInfoFactory
-
Returns the ClassInfo for the object based on its runtime type.
- forkJoinPoolWithThreadLimit(int, int) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
-
Construct a ForkJoinPool with a stricter thread limit.
- ForkMode - Enum in com.facebook.buck.jvm.java
-
- forkMode() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- format(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.LogFormatter
-
- format(Diagnostic<? extends JavaFileObject>) - Static method in class com.facebook.buck.jvm.java.DiagnosticPrettyPrinter
-
- format(LogRecord) - Method in class com.facebook.buck.log.LogFormatter
-
- format(String) - Method in enum com.facebook.buck.support.cli.config.JsonAttributeFormat
-
Returns a formatted rule attribute
- format(LogRecord) - Method in class com.facebook.buck.testrunner.JulLogFormatter
-
- format(String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- format(Locale, String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- format(Locale, double) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(Locale, double, StringBuffer, FieldPosition) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(Locale, long) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(Locale, Object) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(Locale, Object, StringBuffer, FieldPosition) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(String, Object...) - Method in class com.facebook.buck.util.ThrowingPrintWriter
-
- formatConfigChange(Map.Entry<String, ConfigDifference.ConfigChange>, boolean) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Format a single config change
- formatConfigDiff(Map<String, ConfigDifference.ConfigChange>) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Format the full set of changes between configs to be logged
- formatConfigDiffShort(Map<String, ConfigDifference.ConfigChange>, int) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Format a set of changes between configs for the console
- formatConsoleEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- formatConsoleEvent(ConsoleEvent, Ansi) - Static method in class com.facebook.buck.util.console.ConsoleUtils
-
- formatElapsedTime(long) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- formatElapsedTime(long) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- formatForConsole(Locale, long, Ansi) - Static method in class com.facebook.buck.util.TimeFormat
-
- forModuleMapMode(ModuleMapMode) - Static method in enum com.facebook.buck.cxx.toolchain.HeaderMode
-
Returns the appropriate header mode for module map mode.
- forPath(Path) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- forString(String) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- forTypeToken(TypeToken<T>) - Static method in class com.facebook.buck.rules.modern.impl.ValueTypeInfoFactory
-
- forVisibilityArgument() - Static method in class com.facebook.buck.core.parser.buildtargetparser.BuildTargetMatcherParser
-
Used when parsing target names in the visibility argument to a build rule.
- ForwardingBuildTargetSourcePath - Class in com.facebook.buck.core.sourcepath
-
- ForwardingBuildTargetSourcePath.Builder - Class in com.facebook.buck.core.sourcepath
-
- ForwardingProcessListener - Class in com.facebook.buck.util
-
- ForwardingProcessListener(OutputStream, OutputStream) - Constructor for class com.facebook.buck.util.ForwardingProcessListener
-
- ForwardingProjectBuildFileParserDecorator - Class in com.facebook.buck.parser.api
-
- ForwardingProjectBuildFileParserDecorator(ProjectBuildFileParser) - Constructor for class com.facebook.buck.parser.api.ForwardingProjectBuildFileParserDecorator
-
- ForwardingRuleKeyHasher<HASH,HASH2> - Class in com.facebook.buck.rules.keys.hasher
-
A
RuleKeyHasher that forwards all the methods to the two underlying hashers.
- ForwardingRuleKeyHasher(RuleKeyHasher<HASH>, RuleKeyHasher<HASH2>) - Constructor for class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
-
- ForwardingStandardJavaFileManager - Class in com.facebook.buck.jvm.java
-
- ForwardingStandardJavaFileManager(StandardJavaFileManager) - Constructor for class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- fragmentToPath(PathFragment) - Static method in class com.facebook.buck.util.filesystem.PathFragments
-
Convert a skylark PathFragment to a Path using the default filesystem.
- fragmentToPath(FileSystem, PathFragment) - Static method in class com.facebook.buck.util.filesystem.PathFragments
-
Convert a skylark PathFragment to a Path.
- FRAMEWORK - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.ProductTypes
-
- FRAMEWORK_CURRENT_PROJECT - Static variable in enum com.facebook.buck.features.apple.project.ProjectGenerator.FilterFlags
-
Filter framework deps *
- FRAMEWORK_CURRENT_PROJECT - Static variable in enum com.facebook.buck.features.apple.projectV2.ProjectGenerator.FilterFlags
-
Filter framework deps *
- FRAMEWORK_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
-
- FRAMEWORK_FOCUSED - Static variable in enum com.facebook.buck.features.apple.project.ProjectGenerator.FilterFlags
-
- FRAMEWORK_FOCUSED - Static variable in enum com.facebook.buck.features.apple.projectV2.ProjectGenerator.FilterFlags
-
- FRAMEWORK_OTHER - Static variable in enum com.facebook.buck.features.apple.project.ProjectGenerator.FilterFlags
-
- FRAMEWORK_OTHER - Static variable in enum com.facebook.buck.features.apple.projectV2.ProjectGenerator.FilterFlags
-
- FrameworkDependencies - Class in com.facebook.buck.cxx
-
Metadata query for collecting framework dependencies to include in a bundle.
- FrameworkDependencies.Builder - Class in com.facebook.buck.cxx
-
- frameworkHeadersEnabled() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
- FrameworkPath - Class in com.facebook.buck.rules.coercer
-
Frameworks can be specified as either a path to a file, or a path prefixed by a build setting.
- FrameworkPath.Builder - Class in com.facebook.buck.rules.coercer
-
- frameworkPathToSearchPath(CxxPlatform, SourcePathResolver) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- FrameworkPathTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- FrameworkPathTypeCoercer(TypeCoercer<SourcePath>) - Constructor for class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- frameworks() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
- FrameworkVersion - Enum in com.facebook.buck.features.dotnet
-
- from(AndroidResourceIndexEntry) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry.Builder
-
Fill a builder with attribute values from the provided AndroidResourceIndexEntry instance.
- from(MergeAndroidResourceSourcesStep) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
-
Fill a builder with attribute values from the provided MergeAndroidResourceSourcesStep instance.
- from(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
-
- from(AaptOutputInfo) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
-
Fill a builder with attribute values from the provided AaptOutputInfo instance.
- from(AndroidLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasProvidedDepsQuery) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDepsQuery instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AndroidAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidAarDescriptionArg instance.
- from(AndroidAarDescription.AbstractAndroidAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidAarDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AndroidAppModularityDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidAppModularityDescriptionArg instance.
- from(AndroidAppModularityDescription.AbstractAndroidAppModularityDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidAppModularityDescriptionArg instance into builder.
- from(AndroidAppModularityGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult.Builder
-
Fill a builder with attribute values from the provided AndroidAppModularityGraphEnhancementResult instance.
- from(AndroidGraphEnhancerArgs) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidGraphEnhancerArgs instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(AndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidBinaryDescriptionArg instance.
- from(AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidBinaryDescriptionArg instance into builder.
- from(HasExopackageArgs) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.HasExopackageArgs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasDuplicateAndroidResourceTypes) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.HasDuplicateAndroidResourceTypes instance.
- from(AndroidBinaryResourcesGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Fill a builder with attribute values from the provided AndroidBinaryResourcesGraphEnhancementResult instance.
- from(AndroidBuildConfigDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidBuildConfigDescriptionArg instance.
- from(AndroidBuildConfigDescription.AbstractAndroidBuildConfigDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidBuildConfigDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AndroidGraphEnhancerArgs) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidGraphEnhancerArgs instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AndroidBundleDescriptionArg) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidBundleDescriptionArg instance.
- from(AndroidBundleDescription.AbstractAndroidBundleDescriptionArg) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidBundleDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasExopackageArgs) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.HasExopackageArgs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasDuplicateAndroidResourceTypes) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.HasDuplicateAndroidResourceTypes instance.
- from(AndroidGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Fill a builder with attribute values from the provided AndroidGraphEnhancementResult instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AndroidInstrumentationApkDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidInstrumentationApkDescriptionArg instance.
- from(AndroidInstrumentationApkDescription.AbstractAndroidInstrumentationApkDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidInstrumentationApkDescriptionArg instance into builder.
- from(HasTestTimeout) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasContacts) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AndroidInstrumentationTestDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidInstrumentationTestDescriptionArg instance.
- from(AndroidInstrumentationTestDescription.AbstractAndroidInstrumentationTestDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidInstrumentationTestDescriptionArg instance into builder.
- from(AndroidInstrumentationTestJVMArgs) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Fill a builder with attribute values from the provided AndroidInstrumentationTestJVMArgs instance.
- from(AndroidLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasProvidedDepsQuery) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDepsQuery instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(AndroidLibraryDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidLibraryDescriptionArg instance.
- from(AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidLibraryDescriptionArg instance into builder.
- from(AndroidLinkableMetadata) - Method in class com.facebook.buck.android.AndroidLinkableMetadata.Builder
-
Fill a builder with attribute values from the provided AndroidLinkableMetadata instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(AndroidManifestDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidManifestDescriptionArg instance.
- from(AndroidManifestDescription.AbstractAndroidManifestDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidManifestDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AndroidPrebuiltAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidPrebuiltAarDescriptionArg instance.
- from(AndroidPrebuiltAarDescription.AbstractAndroidPrebuiltAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidPrebuiltAarDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(AndroidResourceDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidResourceDescriptionArg instance.
- from(AndroidResourceDescription.AbstractAndroidResourceDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidResourceDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(ApkGenruleDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ApkGenruleDescriptionArg instance.
- from(ApkGenruleDescription.AbstractApkGenruleDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Copy abstract value type AbstractApkGenruleDescriptionArg instance into builder.
- from(HasTests) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasInstallableApk.AbstractApkInfo) - Method in class com.facebook.buck.android.ApkInfo.Builder
-
Fill a builder with attribute values from the provided AbstractApkInfo instance.
- from(ExopackageInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
-
Fill a builder with attribute values from the provided ExopackageInfo instance.
- from(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo.Builder
-
Fill a builder with attribute values from the provided DexInfo instance.
- from(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo.Builder
-
Fill a builder with attribute values from the provided NativeLibsInfo instance.
- from(ExopackageInfo.ResourcesInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo.Builder
-
Fill a builder with attribute values from the provided ResourcesInfo instance.
- from(RapidInstallMode) - Method in class com.facebook.buck.android.exopackage.RapidInstallMode.Builder
-
Fill a builder with attribute values from the provided RapidInstallMode instance.
- from(GenAidlDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GenAidlDescriptionArg instance.
- from(GenAidlDescription.AbstractGenAidlDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Copy abstract value type AbstractGenAidlDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(MergedNativeLibraryConstituents) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
-
Fill a builder with attribute values from the provided MergedNativeLibraryConstituents instance.
- from(AbstractModuleInfo) - Method in class com.facebook.buck.android.ModuleInfo.Builder
-
Fill a builder with attribute values from the provided AbstractModuleInfo instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(NdkLibraryDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided NdkLibraryDescriptionArg instance.
- from(NdkLibraryDescription.AbstractNdkLibraryDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractNdkLibraryDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(NdkToolchainDescriptionArg) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided NdkToolchainDescriptionArg instance.
- from(NdkToolchainDescription.AbstractNdkToolchainDescriptionArg) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Copy abstract value type AbstractNdkToolchainDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(NonPredexedDexBuildableArgs) - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs.Builder
-
Fill a builder with attribute values from the provided NonPredexedDexBuildableArgs instance.
- from(AndroidPackageableCollection) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
-
Fill a builder with attribute values from the provided AndroidPackageableCollection instance.
- from(AbstractAndroidPackageableCollection.AbstractResourceDetails) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
-
Fill a builder with attribute values from the provided AbstractResourceDetails instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PrebuiltNativeLibraryDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltNativeLibraryDescriptionArg instance.
- from(PrebuiltNativeLibraryDescription.AbstractPrebuiltNativeLibraryDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltNativeLibraryDescriptionArg instance into builder.
- from(RedexOptions) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Fill a builder with attribute values from the provided RedexOptions instance.
- from(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
-
- from(Path) - Static method in class com.facebook.buck.android.ResourceFilters.Qualifiers
-
Creates a Qualfiers given the Path to a resource folder, pulls out the density filters and
leaves the rest.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(RobolectricTestDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RobolectricTestDescriptionArg instance.
- from(RobolectricTestDescription.AbstractRobolectricTestDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Copy abstract value type AbstractRobolectricTestDescriptionArg instance into builder.
- from(HasProvidedDeps) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasTestRunner) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.test.rule.HasTestRunner instance.
- from(HasContacts) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(StrippedObjectDescription) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
-
Fill a builder with attribute values from the provided StrippedObjectDescription instance.
- from(AbstractAndroidBuildToolsLocation) - Method in class com.facebook.buck.android.toolchain.AndroidBuildToolsLocation.Builder
-
Fill a builder with attribute values from the provided AbstractAndroidBuildToolsLocation instance.
- from(StaticUnresolvedNdkCxxPlatform) - Method in class com.facebook.buck.android.toolchain.ndk.impl.StaticUnresolvedNdkCxxPlatform.Builder
-
Fill a builder with attribute values from the provided StaticUnresolvedNdkCxxPlatform instance.
- from(NdkCxxPlatform) - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatform.Builder
-
Fill a builder with attribute values from the provided NdkCxxPlatform instance.
- from(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformCompiler.Builder
-
Fill a builder with attribute values from the provided NdkCxxPlatformCompiler instance.
- from(NdkCxxPlatformTargetConfiguration) - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration.Builder
-
Fill a builder with attribute values from the provided NdkCxxPlatformTargetConfiguration instance.
- from(AndroidPlatformArg) - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg.Builder
-
Fill a builder with attribute values from the provided AndroidPlatformArg instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(AppleAssetCatalogDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleAssetCatalogDescriptionArg instance.
- from(AppleAssetCatalogDescription.AbstractAppleAssetCatalogDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Copy abstract value type AbstractAppleAssetCatalogDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AppleAssetCatalogsCompilationOptions) - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions.Builder
-
Fill a builder with attribute values from the provided AppleAssetCatalogsCompilationOptions instance.
- from(AppleBinaryDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleBinaryDescriptionArg instance.
- from(AppleBinaryDescription.AbstractAppleBinaryDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractAppleBinaryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasEntitlementsFile) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasEntitlementsFile instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(HasAppleBundleFields) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleBundleFields instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(AppleBundleDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleBundleDescriptionArg instance.
- from(AppleBundleDescription.AbstractAppleBundleDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Copy abstract value type AbstractAppleBundleDescriptionArg instance into builder.
- from(HasAppleCodesignFields) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleCodesignFields instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AppleBundleDestinations) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Fill a builder with attribute values from the provided AppleBundleDestinations instance.
- from(AppleBundleResources) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Fill a builder with attribute values from the provided AppleBundleResources instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(AppleLibraryDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleLibraryDescriptionArg instance.
- from(AppleLibraryDescription.AbstractAppleLibraryDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractAppleLibraryDescriptionArg instance into builder.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(ImmutableSortedSet<SourceWithFlags>, SourcePathResolver) - Static method in class com.facebook.buck.apple.AppleLibrarySwiftMetadata
-
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(ApplePackageDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ApplePackageDescriptionArg instance.
- from(ApplePackageDescription.AbstractApplePackageDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Copy abstract value type AbstractApplePackageDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AppleResourceDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleResourceDescriptionArg instance.
- from(AppleResourceDescription.AbstractAppleResourceDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Copy abstract value type AbstractAppleResourceDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasAppleBundleFields) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleBundleFields instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasEntitlementsFile) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasEntitlementsFile instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasAppleCodesignFields) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleCodesignFields instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AppleTestDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleTestDescriptionArg instance.
- from(AppleTestDescription.AbstractAppleTestDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Copy abstract value type AbstractAppleTestDescriptionArg instance into builder.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(AppleWrapperResourceArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Fill a builder with attribute values from the provided AppleWrapperResourceArg instance.
- from(AbstractAppleWrapperResourceArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Copy abstract value type AbstractAppleWrapperResourceArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(GroupedSource) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Fill a builder with attribute values from the provided GroupedSource instance.
- from(MultiarchFileInfo) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
-
Fill a builder with attribute values from the provided MultiarchFileInfo instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PrebuiltAppleFrameworkDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltAppleFrameworkDescriptionArg instance.
- from(PrebuiltAppleFrameworkDescription.AbstractPrebuiltAppleFrameworkDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltAppleFrameworkDescriptionArg instance into builder.
- from(AppleSimulator) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
-
Fill a builder with attribute values from the provided AppleSimulator instance.
- from(AppleSimulatorProfile) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Fill a builder with attribute values from the provided AppleSimulatorProfile instance.
- from(AbstractSourcePathWithAppleBundleDestination) - Method in class com.facebook.buck.apple.SourcePathWithAppleBundleDestination.Builder
-
Fill a builder with attribute values from the provided AbstractSourcePathWithAppleBundleDestination instance.
- from(AppleCxxPlatform) - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform.Builder
-
Fill a builder with attribute values from the provided AppleCxxPlatform instance.
- from(ApplePlatform) - Method in class com.facebook.buck.apple.toolchain.ApplePlatform.Builder
-
Fill a builder with attribute values from the provided ApplePlatform instance.
- from(AppleSdk) - Method in class com.facebook.buck.apple.toolchain.AppleSdk.Builder
-
Fill a builder with attribute values from the provided AppleSdk instance.
- from(AppleSdkPaths) - Method in class com.facebook.buck.apple.toolchain.AppleSdkPaths.Builder
-
Fill a builder with attribute values from the provided AppleSdkPaths instance.
- from(AppleToolchain) - Method in class com.facebook.buck.apple.toolchain.AppleToolchain.Builder
-
Fill a builder with attribute values from the provided AppleToolchain instance.
- from(CodeSignIdentity) - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentity.Builder
-
Fill a builder with attribute values from the provided CodeSignIdentity instance.
- from(ProvisioningProfileMetadata) - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata.Builder
-
Fill a builder with attribute values from the provided ProvisioningProfileMetadata instance.
- from(CopyFilePhaseDestinationSpec) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
-
Fill a builder with attribute values from the provided CopyFilePhaseDestinationSpec instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(XcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided XcodeScriptDescriptionArg instance.
- from(AbstractXcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Copy abstract value type AbstractXcodeScriptDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ArtifactInfo) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Fill a builder with attribute values from the provided ArtifactInfo instance.
- from(CacheCountersSummary) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
-
Fill a builder with attribute values from the provided CacheCountersSummary instance.
- from(AbstractCacheDeleteResult) - Method in class com.facebook.buck.artifact_cache.CacheDeleteResult.Builder
-
Fill a builder with attribute values from the provided AbstractCacheDeleteResult instance.
- from(CacheResult) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Fill a builder with attribute values from the provided CacheResult instance.
- from(ArtifactCacheEntries) - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheEntries.Builder
-
Fill a builder with attribute values from the provided ArtifactCacheEntries instance.
- from(DirCacheEntry) - Method in class com.facebook.buck.artifact_cache.config.DirCacheEntry.Builder
-
Fill a builder with attribute values from the provided DirCacheEntry instance.
- from(HttpCacheEntry) - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry.Builder
-
Fill a builder with attribute values from the provided HttpCacheEntry instance.
- from(SQLiteCacheEntry) - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry.Builder
-
Fill a builder with attribute values from the provided SQLiteCacheEntry instance.
- from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
- from(FetchResponseReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Fill a builder with attribute values from the provided FetchResponseReadResult instance.
- from(HttpArtifactCacheBinaryProtocol.AbstractFetchResponseReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Copy abstract value type AbstractFetchResponseReadResult instance into builder.
- from(AbstractAsynchronousCache.AbstractFetchResult) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
-
Fill a builder with attribute values from the provided AbstractFetchResult instance.
- from(HttpArtifactCacheEventFetchData) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Fill a builder with attribute values from the provided HttpArtifactCacheEventFetchData instance.
- from(HttpArtifactCacheEventStoreData) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Fill a builder with attribute values from the provided HttpArtifactCacheEventStoreData instance.
- from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
- from(MetadataAndPayloadReadResultInternal) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Fill a builder with attribute values from the provided MetadataAndPayloadReadResultInternal instance.
- from(HttpArtifactCacheBinaryProtocol.AbstractMetadataAndPayloadReadResultInternal) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Copy abstract value type AbstractMetadataAndPayloadReadResultInternal instance into builder.
- from(AbstractAsynchronousCache.AbstractMultiContainsResult) - Method in class com.facebook.buck.artifact_cache.MultiContainsResult.Builder
-
Fill a builder with attribute values from the provided AbstractMultiContainsResult instance.
- from(AbstractAsynchronousCache.AbstractMultiFetchResult) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult.Builder
-
Fill a builder with attribute values from the provided AbstractMultiFetchResult instance.
- from(NetworkCacheArgs) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Fill a builder with attribute values from the provided NetworkCacheArgs instance.
- from(RuleKeyCacheResult) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
-
Fill a builder with attribute values from the provided RuleKeyCacheResult instance.
- from(StoreResponseReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Fill a builder with attribute values from the provided StoreResponseReadResult instance.
- from(HttpArtifactCacheBinaryProtocol.AbstractStoreResponseReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Copy abstract value type AbstractStoreResponseReadResult instance into builder.
- from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
- from(AbstractAsynchronousCache.AbstractStoreResult) - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
-
Fill a builder with attribute values from the provided AbstractStoreResult instance.
- from(StoreWriteResult) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
-
Fill a builder with attribute values from the provided StoreWriteResult instance.
- from(Cell, OwnersReport.Builder, Parser, PerBuildState, TargetPatternEvaluator, BuckEventBus, TypeCoercerFactory) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- from(CommandRunnerParams, PerBuildState, ParsingContext) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- from(ConfigValue) - Method in class com.facebook.buck.cli.ConfigValue.Builder
-
Fill a builder with attribute values from the provided ConfigValue instance.
- from(InstallResult) - Method in class com.facebook.buck.cli.InstallResult.Builder
-
Fill a builder with attribute values from the provided InstallResult instance.
- from(AbstractProjectGeneratorParameters) - Method in class com.facebook.buck.cli.ProjectGeneratorParameters.Builder
-
Fill a builder with attribute values from the provided AbstractProjectGeneratorParameters instance.
- from(TargetResult) - Method in class com.facebook.buck.cli.TargetResult.Builder
-
Fill a builder with attribute values from the provided TargetResult instance.
- from(TestRun) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Fill a builder with attribute values from the provided TestRun instance.
- from(BuildExecutionResult) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
-
Fill a builder with attribute values from the provided BuildExecutionResult instance.
- from(BuildExecutorArgs) - Method in class com.facebook.buck.command.BuildExecutorArgs.Builder
-
Fill a builder with attribute values from the provided BuildExecutorArgs instance.
- from(BuildContext) - Method in class com.facebook.buck.core.build.context.BuildContext.Builder
-
Fill a builder with attribute values from the provided BuildContext instance.
- from(BuildEngineBuildContext) - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext.Builder
-
Fill a builder with attribute values from the provided BuildEngineBuildContext instance.
- from(BuildEngine.AbstractBuildEngineResult) - Method in class com.facebook.buck.core.build.engine.BuildEngineResult.Builder
-
Fill a builder with attribute values from the provided AbstractBuildEngineResult instance.
- from(BuildResult) - Method in class com.facebook.buck.core.build.engine.BuildResult.Builder
-
Fill a builder with attribute values from the provided BuildResult instance.
- from(ManifestFetchResult) - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult.Builder
-
Fill a builder with attribute values from the provided ManifestFetchResult instance.
- from(ManifestStats) - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStats.Builder
-
Fill a builder with attribute values from the provided ManifestStats instance.
- from(ManifestStoreResult) - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStoreResult.Builder
-
Fill a builder with attribute values from the provided ManifestStoreResult instance.
- from(ExecutionContext) - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext.Builder
-
Fill a builder with attribute values from the provided ExecutionContext instance.
- from(CxxLinkGroupMapping) - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMapping.Builder
-
Fill a builder with attribute values from the provided CxxLinkGroupMapping instance.
- from(CxxLinkGroupMappingTarget) - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMappingTarget.Builder
-
Fill a builder with attribute values from the provided CxxLinkGroupMappingTarget instance.
- from(MacroMatchResult) - Method in class com.facebook.buck.core.macros.MacroMatchResult.Builder
-
Fill a builder with attribute values from the provided MacroMatchResult instance.
- from(ActionGraphAndBuilder) - Method in class com.facebook.buck.core.model.actiongraph.ActionGraphAndBuilder.Builder
-
Fill a builder with attribute values from the provided ActionGraphAndBuilder instance.
- from(String, Iterable<T>) - Static method in class com.facebook.buck.core.model.FlavorDomain
-
Create a FlavorDomain from FlavorConvertible objects.
- from(String, Class<E>) - Static method in class com.facebook.buck.core.model.FlavorDomain
-
Create a FlavorDomain from FlavorConverbile Enum.
- from(ActionAndTargetGraphs) - Method in class com.facebook.buck.core.model.graph.ActionAndTargetGraphs.Builder
-
Fill a builder with attribute values from the provided ActionAndTargetGraphs instance.
- from(AbstractRuleType) - Method in class com.facebook.buck.core.model.RuleType.Builder
-
Fill a builder with attribute values from the provided AbstractRuleType instance.
- from(BuildRuleKeys) - Method in class com.facebook.buck.core.rulekey.BuildRuleKeys.Builder
-
Fill a builder with attribute values from the provided BuildRuleKeys instance.
- from(ImmutableList<Object>) - Static method in class com.facebook.buck.core.rules.actions.lib.args.CommandLineArgsFactory
-
- from(ConfigSettingArg) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg.Builder
-
Fill a builder with attribute values from the provided ConfigSettingArg instance.
- from(ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, BuildTarget, Path, SourcePath, ImmutableMap<String, String>, boolean) - Static method in class com.facebook.buck.core.rules.impl.WriteStringTemplateRule
-
- from(ConstraintSettingArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg.Builder
-
Fill a builder with attribute values from the provided ConstraintSettingArg instance.
- from(ConstraintValueArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg.Builder
-
Fill a builder with attribute values from the provided ConstraintValueArg instance.
- from(CpuConstraintDetectorArg) - Method in class com.facebook.buck.core.rules.platform.CpuConstraintDetectorArg.Builder
-
Fill a builder with attribute values from the provided CpuConstraintDetectorArg instance.
- from(OsConstraintDetectorArg) - Method in class com.facebook.buck.core.rules.platform.OsConstraintDetectorArg.Builder
-
Fill a builder with attribute values from the provided OsConstraintDetectorArg instance.
- from(PlatformArg) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
Fill a builder with attribute values from the provided PlatformArg instance.
- from(RuleScheduleInfo) - Method in class com.facebook.buck.core.rules.schedule.RuleScheduleInfo.Builder
-
Fill a builder with attribute values from the provided RuleScheduleInfo instance.
- from(SourcePath) - Static method in class com.facebook.buck.core.sourcepath.AbstractPathSourcePath
-
- from(ArchiveMemberSourcePath) - Method in class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath.Builder
-
Fill a builder with attribute values from the provided ArchiveMemberSourcePath instance.
- from(AbstractDefaultBuildTargetSourcePath) - Method in class com.facebook.buck.core.sourcepath.DefaultBuildTargetSourcePath.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.sourcepath.AbstractDefaultBuildTargetSourcePath instance.
- from(BuildTargetSourcePath) - Method in class com.facebook.buck.core.sourcepath.DefaultBuildTargetSourcePath.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.sourcepath.BuildTargetSourcePath instance.
- from(BuildTargetSourcePath) - Method in class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.sourcepath.BuildTargetSourcePath instance.
- from(AbstractExplicitBuildTargetSourcePath) - Method in class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.sourcepath.AbstractExplicitBuildTargetSourcePath instance.
- from(BuildTargetSourcePath) - Method in class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.sourcepath.BuildTargetSourcePath instance.
- from(AbstractForwardingBuildTargetSourcePath) - Method in class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.sourcepath.AbstractForwardingBuildTargetSourcePath instance.
- from(AbstractPathSourcePath) - Method in class com.facebook.buck.core.sourcepath.PathSourcePath.Builder
-
Fill a builder with attribute values from the provided AbstractPathSourcePath instance.
- from(SourcePathRuleFinder) - Static method in class com.facebook.buck.core.sourcepath.resolver.impl.DefaultSourcePathResolver
-
- from(SourceWithFlags) - Method in class com.facebook.buck.core.sourcepath.SourceWithFlags.Builder
-
Fill a builder with attribute values from the provided SourceWithFlags instance.
- from(ExternalTestRunnerTestSpec) - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec.Builder
-
Fill a builder with attribute values from the provided ExternalTestRunnerTestSpec instance.
- from(ExternalTestRunnerDescriptionArg) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ExternalTestRunnerDescriptionArg instance.
- from(ExternalTestRunnerDescription.AbstractExternalTestRunnerDescriptionArg) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Copy abstract value type AbstractExternalTestRunnerDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(VersionedTool) - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool.Builder
-
Fill a builder with attribute values from the provided VersionedTool instance.
- from(String, Object...) - Static method in class com.facebook.buck.core.toolchain.toolprovider.impl.ErrorToolProvider
-
- from(SystemToolProvider) - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider.Builder
-
Fill a builder with attribute values from the provided SystemToolProvider instance.
- from(CounterInfo) - Method in class com.facebook.buck.counters.CounterInfo.Builder
-
Fill a builder with attribute values from the provided CounterInfo instance.
- from(CounterSnapshot) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
-
Fill a builder with attribute values from the provided CounterSnapshot instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, String, ImmutableList<SourcePath>, boolean) - Static method in class com.facebook.buck.cxx.Archive
-
- from(CxxToolProviderParams) - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams.Builder
-
Fill a builder with attribute values from the provided CxxToolProviderParams instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxBinaryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxBinaryDescriptionArg instance.
- from(CxxBinaryDescription.AbstractCxxBinaryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractCxxBinaryDescriptionArg instance into builder.
- from(CxxCompilationDatabaseEntry) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
-
Fill a builder with attribute values from the provided CxxCompilationDatabaseEntry instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxGenruleDescriptionArg instance.
- from(CxxGenruleDescription.AbstractCxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Copy abstract value type AbstractCxxGenruleDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
- from(CxxHeadersDir) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
-
Fill a builder with attribute values from the provided CxxHeadersDir instance.
- from(AbstractCxxHeadersDir) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
-
Copy abstract value type AbstractCxxHeadersDir instance into builder.
- from(CxxIncludes) - Method in class com.facebook.buck.cxx.CxxIncludes.Builder
-
Fill a builder with attribute values from the provided CxxIncludes instance.
- from(AbstractCxxIncludes) - Method in class com.facebook.buck.cxx.CxxIncludes.Builder
-
Copy abstract value type AbstractCxxIncludes instance into builder.
- from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxIncludes.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxLibraryDescriptionArg instance.
- from(CxxLibraryDescription.AbstractCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractCxxLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CxxPrecompiledHeaderDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxPrecompiledHeaderDescriptionArg instance.
- from(CxxPrecompiledHeaderDescription.AbstractCxxPrecompiledHeaderDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Copy abstract value type AbstractCxxPrecompiledHeaderDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(CxxPreprocessorInput) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Fill a builder with attribute values from the provided CxxPreprocessorInput instance.
- from(CxxRawHeaders) - Method in class com.facebook.buck.cxx.CxxRawHeaders.Builder
-
Fill a builder with attribute values from the provided CxxRawHeaders instance.
- from(AbstractCxxSource) - Method in class com.facebook.buck.cxx.CxxSource.Builder
-
Fill a builder with attribute values from the provided AbstractCxxSource instance.
- from(CxxSourceRuleFactory) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Fill a builder with attribute values from the provided CxxSourceRuleFactory instance.
- from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
- from(CxxSymlinkTreeHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Fill a builder with attribute values from the provided CxxSymlinkTreeHeaders instance.
- from(AbstractCxxSymlinkTreeHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Copy abstract value type AbstractCxxSymlinkTreeHeaders instance into builder.
- from(CxxTestDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxTestDescriptionArg instance.
- from(CxxTestDescription.AbstractCxxTestDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Copy abstract value type AbstractCxxTestDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasContacts) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CxxToolchainDescriptionArg) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxToolchainDescriptionArg instance.
- from(CxxToolchainDescription.AbstractCxxToolchainDescriptionArg) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Copy abstract value type AbstractCxxToolchainDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(CxxToolFlags) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxToolFlags instance.
- from(ExplicitCxxToolFlags) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Fill a builder with attribute values from the provided ExplicitCxxToolFlags instance.
- from(AbstractExplicitCxxToolFlags) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Copy abstract value type AbstractExplicitCxxToolFlags instance into builder.
- from(FrameworkDependencies) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
-
Fill a builder with attribute values from the provided FrameworkDependencies instance.
- from(CxxBuckConfig, LinkableCxxConstructorArg, TargetGraph) - Static method in class com.facebook.buck.cxx.LinkableListFilterFactory
-
- from(CxxBuckConfig, Optional<String>, ImmutableList<CxxLinkGroupMapping>, TargetGraph) - Static method in class com.facebook.buck.cxx.LinkableListFilterFactory
-
- from(NewPrebuiltCxxLibraryPaths) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
-
Fill a builder with attribute values from the provided NewPrebuiltCxxLibraryPaths instance.
- from(OmnibusLibraries) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
-
Fill a builder with attribute values from the provided OmnibusLibraries instance.
- from(OmnibusLibrary) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
-
Fill a builder with attribute values from the provided OmnibusLibrary instance.
- from(OmnibusRoot) - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
-
Fill a builder with attribute values from the provided OmnibusRoot instance.
- from(PrebuiltCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltCxxLibraryDescriptionArg instance.
- from(PrebuiltCxxLibraryDescription.AbstractPrebuiltCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltCxxLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PrebuiltCxxLibraryGroupDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltCxxLibraryGroupDescriptionArg instance.
- from(AbstractPrebuiltCxxLibraryGroupDescription.AbstractPrebuiltCxxLibraryGroupDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltCxxLibraryGroupDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PreIncludeFactory) - Method in class com.facebook.buck.cxx.PreIncludeFactory.Builder
-
Fill a builder with attribute values from the provided PreIncludeFactory instance.
- from(PreprocessorFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Fill a builder with attribute values from the provided PreprocessorFlags instance.
- from(Archiver) - Static method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
-
- from(ToolProvider, Platform, Optional<ArchiverProvider.LegacyArchiverType>) - Static method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
-
- from(ToolProvider, ArchiverProvider.Type) - Static method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
-
Creates an appropriate ArchiverProvider instance for the given parameters.
- from(CxxPlatform) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
-
Fill a builder with attribute values from the provided CxxPlatform instance.
- from(AbstractCxxPlatform) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
-
Copy abstract value type AbstractCxxPlatform instance into builder.
- from(FlavorConvertible) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.model.FlavorConvertible instance.
- from(HeaderVerification) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
-
Fill a builder with attribute values from the provided HeaderVerification instance.
- from(NativeLinkableInput) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
-
Fill a builder with attribute values from the provided NativeLinkableInput instance.
- from(MachoHeader) - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader.Builder
-
Fill a builder with attribute values from the provided MachoHeader instance.
- from(AnalysisResults) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
-
Fill a builder with attribute values from the provided AnalysisResults instance.
- from(BuildSlaveStats) - Method in class com.facebook.buck.distributed.build_client.BuildSlaveStats.Builder
-
Fill a builder with attribute values from the provided BuildSlaveStats instance.
- from(DistBuildControllerArgs) - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs.Builder
-
Fill a builder with attribute values from the provided DistBuildControllerArgs instance.
- from(DistBuildControllerInvocationArgs) - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs.Builder
-
Fill a builder with attribute values from the provided DistBuildControllerInvocationArgs instance.
- from(StampedeExecutionResult) - Method in class com.facebook.buck.distributed.build_client.StampedeExecutionResult.Builder
-
Fill a builder with attribute values from the provided StampedeExecutionResult instance.
- from(DelegateAndGraphs) - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphs.Builder
-
Fill a builder with attribute values from the provided DelegateAndGraphs instance.
- from(DelegateAndGraphsInitializerArgs) - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs.Builder
-
Fill a builder with attribute values from the provided DelegateAndGraphsInitializerArgs instance.
- from(DistBuildSlaveExecutorArgs) - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs.Builder
-
Fill a builder with attribute values from the provided DistBuildSlaveExecutorArgs instance.
- from(BuildRuleMachineLogEntry) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Fill a builder with attribute values from the provided BuildRuleMachineLogEntry instance.
- from(BuildRuleStats) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
-
Fill a builder with attribute values from the provided BuildRuleStats instance.
- from(DistBuildClientCacheResult) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult.Builder
-
Fill a builder with attribute values from the provided DistBuildClientCacheResult instance.
- from(DistBuildClientStats) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Fill a builder with attribute values from the provided DistBuildClientStats instance.
- from(PerRuleCumulativeStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Fill a builder with attribute values from the provided PerRuleCumulativeStats instance.
- from(RuleKeyNameAndType) - Method in class com.facebook.buck.distributed.RuleKeyNameAndType.Builder
-
Fill a builder with attribute values from the provided RuleKeyNameAndType instance.
- from(DefectReporter.AbstractDefectReport) - Method in class com.facebook.buck.doctor.DefectReport.Builder
-
Fill a builder with attribute values from the provided AbstractDefectReport instance.
- from(DefectReporter.AbstractDefectSubmitResult) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
-
Fill a builder with attribute values from the provided AbstractDefectSubmitResult instance.
- from(ExtraInfoCollector.AbstractExtraInfoResult) - Method in class com.facebook.buck.doctor.ExtraInfoResult.Builder
-
Fill a builder with attribute values from the provided AbstractExtraInfoResult instance.
- from(DefectReporter.AbstractFileChangesIgnoredReport) - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport.Builder
-
Fill a builder with attribute values from the provided AbstractFileChangesIgnoredReport instance.
- from(UserReport) - Method in class com.facebook.buck.doctor.UserReport.Builder
-
Fill a builder with attribute values from the provided UserReport instance.
- from(EventKey) - Method in class com.facebook.buck.event.EventKey.Builder
-
Fill a builder with attribute values from the provided EventKey instance.
- from(HttpArtifactCacheEventListenerCloseArgs) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListenerCloseArgs.Builder
-
Fill a builder with attribute values from the provided HttpArtifactCacheEventListenerCloseArgs instance.
- from(LogUploaderListenerCloseArgs) - Method in class com.facebook.buck.event.listener.LogUploaderListenerCloseArgs.Builder
-
Fill a builder with attribute values from the provided LogUploaderListenerCloseArgs instance.
- from(MachineReadableLoggerListenerCloseArgs) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListenerCloseArgs.Builder
-
Fill a builder with attribute values from the provided MachineReadableLoggerListenerCloseArgs instance.
- from(ProxyBuckEvent) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
-
Fill a builder with attribute values from the provided ProxyBuckEvent instance.
- from(AbstractProxyBuckEvent) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
-
Copy abstract value type AbstractProxyBuckEvent instance into builder.
- from(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.event.external.events.BuckEventExternalInterface instance.
- from(RuleKeyDiagnosticsListenerCloseArgs) - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListenerCloseArgs.Builder
-
Fill a builder with attribute values from the provided RuleKeyDiagnosticsListenerCloseArgs instance.
- from(RuleKeyLoggerListenerCloseArgs) - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListenerCloseArgs.Builder
-
Fill a builder with attribute values from the provided RuleKeyLoggerListenerCloseArgs instance.
- from(RunIdStreamPair) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
-
Fill a builder with attribute values from the provided RunIdStreamPair instance.
- from(RemoteArtifactUploadStats) - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats.Builder
-
Fill a builder with attribute values from the provided RemoteArtifactUploadStats instance.
- from(EventInterval) - Method in class com.facebook.buck.event.listener.util.EventInterval.Builder
-
Fill a builder with attribute values from the provided EventInterval instance.
- from(PerfEventId) - Method in class com.facebook.buck.event.PerfEventId.Builder
-
Fill a builder with attribute values from the provided PerfEventId instance.
- from(ScubaData) - Method in class com.facebook.buck.event.ScubaData.Builder
-
Fill a builder with attribute values from the provided ScubaData instance.
- from(XcodeWorkspaceConfigDescriptionArg) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided XcodeWorkspaceConfigDescriptionArg instance.
- from(XcodeWorkspaceConfigDescription.AbstractXcodeWorkspaceConfigDescriptionArg) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Copy abstract value type AbstractXcodeWorkspaceConfigDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(ProjectGeneratorOptions) - Method in class com.facebook.buck.features.apple.project.ProjectGeneratorOptions.Builder
-
Fill a builder with attribute values from the provided ProjectGeneratorOptions instance.
- from(GeneratedTargetAttributes) - Method in class com.facebook.buck.features.apple.projectV2.GeneratedTargetAttributes.Builder
-
Fill a builder with attribute values from the provided GeneratedTargetAttributes instance.
- from(ProjectGeneratorOptions) - Method in class com.facebook.buck.features.apple.projectV2.ProjectGeneratorOptions.Builder
-
Fill a builder with attribute values from the provided ProjectGeneratorOptions instance.
- from(XCodeNativeTargetAttributes) - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes.Builder
-
Fill a builder with attribute values from the provided XCodeNativeTargetAttributes instance.
- from(XcodeProjectWriteOptions) - Method in class com.facebook.buck.features.apple.projectV2.XcodeProjectWriteOptions.Builder
-
Fill a builder with attribute values from the provided XcodeProjectWriteOptions instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(DBinaryDescriptionArg) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DBinaryDescriptionArg instance.
- from(DBinaryDescription.AbstractDBinaryDescriptionArg) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractDBinaryDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(DIncludes) - Method in class com.facebook.buck.features.d.DIncludes.Builder
-
Fill a builder with attribute values from the provided DIncludes instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(DLibraryDescriptionArg) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DLibraryDescriptionArg instance.
- from(DLibraryDescription.AbstractDLibraryDescriptionArg) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractDLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(DTestDescriptionArg) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DTestDescriptionArg instance.
- from(DTestDescription.AbstractDTestDescriptionArg) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Copy abstract value type AbstractDTestDescriptionArg instance into builder.
- from(HasContacts) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(CsharpLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CsharpLibraryDescriptionArg instance.
- from(CsharpLibraryDescription.AbstractCsharpLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractCsharpLibraryDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(PrebuiltDotnetLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltDotnetLibraryDescriptionArg instance.
- from(PrebuiltDotnetLibraryDescription.AbstractPrebuiltDotnetLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltDotnetLibraryDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(FileGroupDescriptionArg) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided FileGroupDescriptionArg instance.
- from(FilegroupDescription.AbstractFileGroupDescriptionArg) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Copy abstract value type AbstractFileGroupDescriptionArg instance into builder.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(CgoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CgoLibraryDescriptionArg instance.
- from(CgoLibraryDescription.AbstractCgoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractCgoLibraryDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasGoLinkable) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.go.HasGoLinkable instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(GoBinaryDescriptionArg) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoBinaryDescriptionArg instance.
- from(GoBinaryDescription.AbstractGoBinaryDescriptionArg) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractGoBinaryDescriptionArg instance into builder.
- from(GoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoLibraryDescriptionArg instance.
- from(GoLibraryDescription.AbstractGoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractGoLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(GoLinkable) - Method in class com.facebook.buck.features.go.GoLinkable.Builder
-
Fill a builder with attribute values from the provided GoLinkable instance.
- from(GoPlatform) - Method in class com.facebook.buck.features.go.GoPlatform.Builder
-
Fill a builder with attribute values from the provided GoPlatform instance.
- from(AbstractGoPlatform) - Method in class com.facebook.buck.features.go.GoPlatform.Builder
-
Copy abstract value type AbstractGoPlatform instance into builder.
- from(FlavorConvertible) - Method in class com.facebook.buck.features.go.GoPlatform.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.model.FlavorConvertible instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(GoTestDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoTestDescriptionArg instance.
- from(GoTestDescription.AbstractGoTestDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Copy abstract value type AbstractGoTestDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasTestRunner) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.test.rule.HasTestRunner instance.
- from(HasGoLinkable) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.go.HasGoLinkable instance.
- from(HasContacts) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(GoTestRunnerDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoTestRunnerDescriptionArg instance.
- from(GoTestRunnerDescription.AbstractGoTestRunnerDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Copy abstract value type AbstractGoTestRunnerDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(PrebuiltGoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltGoLibraryDescriptionArg instance.
- from(PrebuiltGoLibraryDescription.AbstractPrebuiltGoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltGoLibraryDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(GwtBinaryDescriptionArg) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GwtBinaryDescriptionArg instance.
- from(GwtBinaryDescription.AbstractGwtBinaryDescriptionArg) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractGwtBinaryDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HalideLibraryDescriptionArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HalideLibraryDescriptionArg instance.
- from(HalideLibraryDescription.AbstractHalideLibraryDescriptionArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractHalideLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HaskellBinaryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellBinaryDescriptionArg instance.
- from(HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellBinaryDescriptionArg instance into builder.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HaskellCompileInput) - Method in class com.facebook.buck.features.haskell.HaskellCompileInput.Builder
-
Fill a builder with attribute values from the provided HaskellCompileInput instance.
- from(HaskellCompilerFlags) - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags.Builder
-
Fill a builder with attribute values from the provided HaskellCompilerFlags instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellCompilerFlags, HaskellPlatform, Linker.LinkableDepType, boolean, Optional<String>, Optional<HaskellPackageInfo>, HaskellSources, Preprocessor) - Static method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HaskellGhciDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellGhciDescriptionArg instance.
- from(HaskellGhciDescription.AbstractHaskellGhciDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellGhciDescriptionArg instance into builder.
- from(HaskellGhciOmnibusSpec) - Method in class com.facebook.buck.features.haskell.HaskellGhciOmnibusSpec.Builder
-
Fill a builder with attribute values from the provided HaskellGhciOmnibusSpec instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, HaskellSources, ImmutableList<String>, Optional<SourcePath>, Optional<SourcePath>, BuildRule, ImmutableSortedMap<String, SourcePath>, ImmutableSortedMap<String, SourcePath>, ImmutableSet<HaskellPackage>, ImmutableSet<HaskellPackage>, ImmutableSet<HaskellPackage>, boolean, Path, ImmutableList<SourcePath>, Path, Path, Path, Path, Path, Path, Path, Path, Path, Path) - Static method in class com.facebook.buck.features.haskell.HaskellGhciRule
-
- from(HaskellHaddockDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellHaddockDescriptionArg instance.
- from(HaskellHaddockDescription.AbstractHaskellHaddockDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellHaddockDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HaskellHaddockInput) - Method in class com.facebook.buck.features.haskell.HaskellHaddockInput.Builder
-
Fill a builder with attribute values from the provided HaskellHaddockInput instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, HaskellSources, Tool, ImmutableList<String>, HaskellCompilerFlags, ImmutableList<String>, HaskellPackageInfo, HaskellPlatform, Preprocessor) - Static method in class com.facebook.buck.features.haskell.HaskellHaddockLibRule
-
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, ImmutableList<String>, ImmutableSet<HaskellHaddockInput>) - Static method in class com.facebook.buck.features.haskell.HaskellHaddockRule
-
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HaskellLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellLibraryDescriptionArg instance.
- from(HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellLibraryDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HaskellPackage) - Method in class com.facebook.buck.features.haskell.HaskellPackage.Builder
-
Fill a builder with attribute values from the provided HaskellPackage instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellVersion, Linker.LinkableDepType, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.features.haskell.HaskellPackageRule
-
- from(HaskellPlatform) - Method in class com.facebook.buck.features.haskell.HaskellPlatform.Builder
-
Fill a builder with attribute values from the provided HaskellPlatform instance.
- from(HaskellPrebuiltLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellPrebuiltLibraryDescriptionArg instance.
- from(HaskellPrebuiltLibraryDescription.AbstractHaskellPrebuiltLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellPrebuiltLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HaskellSourceModule) - Method in class com.facebook.buck.features.haskell.HaskellSourceModule.Builder
-
Fill a builder with attribute values from the provided HaskellSourceModule instance.
- from(HaskellSources) - Method in class com.facebook.buck.features.haskell.HaskellSources.Builder
-
Fill a builder with attribute values from the provided HaskellSources instance.
- from(HaskellVersion) - Method in class com.facebook.buck.features.haskell.HaskellVersion.Builder
-
Fill a builder with attribute values from the provided HaskellVersion instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JsBundleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JsBundleDescriptionArg instance.
- from(JsBundleDescription.AbstractJsBundleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Copy abstract value type AbstractJsBundleDescriptionArg instance into builder.
- from(HasExtraJson) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.js.HasExtraJson instance.
- from(HasBundleName) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.js.HasBundleName instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(JsBundleGenruleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JsBundleGenruleDescriptionArg instance.
- from(JsBundleGenruleDescription.AbstractJsBundleGenruleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Copy abstract value type AbstractJsBundleGenruleDescriptionArg instance into builder.
- from(HasTests) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(HasBundleName) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.js.HasBundleName instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasExtraJson) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.js.HasExtraJson instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(JsLibraryDescriptionArg) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JsLibraryDescriptionArg instance.
- from(JsLibraryDescription.AbstractJsLibraryDescriptionArg) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractJsLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CxxLuaExtensionDescriptionArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxLuaExtensionDescriptionArg instance.
- from(CxxLuaExtensionDescription.AbstractCxxLuaExtensionDescriptionArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Copy abstract value type AbstractCxxLuaExtensionDescriptionArg instance into builder.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LuaBinaryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided LuaBinaryDescriptionArg instance.
- from(LuaBinaryDescription.AbstractLuaBinaryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractLuaBinaryDescriptionArg instance into builder.
- from(LuaLibraryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided LuaLibraryDescriptionArg instance.
- from(LuaLibraryDescription.AbstractLuaLibraryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractLuaLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(LuaPlatform) - Method in class com.facebook.buck.features.lua.LuaPlatform.Builder
-
Fill a builder with attribute values from the provided LuaPlatform instance.
- from(OcamlBinaryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided OcamlBinaryDescriptionArg instance.
- from(OcamlBinaryDescription.AbstractOcamlBinaryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractOcamlBinaryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(OcamlBuildContext) - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext.Builder
-
Fill a builder with attribute values from the provided OcamlBuildContext instance.
- from(OcamlGeneratedBuildRules) - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules.Builder
-
Fill a builder with attribute values from the provided OcamlGeneratedBuildRules instance.
- from(OcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided OcamlLibraryDescriptionArg instance.
- from(OcamlLibraryDescription.AbstractOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractOcamlLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlPlatform.Builder
-
Fill a builder with attribute values from the provided OcamlPlatform instance.
- from(PrebuiltOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltOcamlLibraryDescriptionArg instance.
- from(PrebuiltOcamlLibraryDescription.AbstractPrebuiltOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltOcamlLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AggregationModule) - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule.Builder
-
Fill a builder with attribute values from the provided AggregationModule instance.
- from(DependencyEntry) - Method in class com.facebook.buck.features.project.intellij.DependencyEntry.Builder
-
Fill a builder with attribute values from the provided DependencyEntry instance.
- from(DependencyEntryData) - Method in class com.facebook.buck.features.project.intellij.DependencyEntryData.Builder
-
Fill a builder with attribute values from the provided DependencyEntryData instance.
- from(ProjectFilesystem, IjProjectConfig, TargetGraph, IjLibraryFactory, IjModuleFactory, AggregationModuleFactory) - Static method in class com.facebook.buck.features.project.intellij.IjModuleGraphFactory
-
- from(ContentRoot) - Method in class com.facebook.buck.features.project.intellij.model.ContentRoot.Builder
-
Fill a builder with attribute values from the provided ContentRoot instance.
- from(IjSourceFolder) - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder.Builder
-
Fill a builder with attribute values from the provided IjSourceFolder instance.
- from(IjProjectElement) - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.project.intellij.model.IjProjectElement instance.
- from(IjLibrary) - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary.Builder
-
Fill a builder with attribute values from the provided IjLibrary instance.
- from(AbstractIjLibrary) - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary.Builder
-
Copy abstract value type AbstractIjLibrary instance into builder.
- from(IjProjectElement) - Method in class com.facebook.buck.features.project.intellij.model.IjModule.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.project.intellij.model.IjProjectElement instance.
- from(IjModule) - Method in class com.facebook.buck.features.project.intellij.model.IjModule.Builder
-
Fill a builder with attribute values from the provided IjModule instance.
- from(AbstractIjModule) - Method in class com.facebook.buck.features.project.intellij.model.IjModule.Builder
-
Copy abstract value type AbstractIjModule instance into builder.
- from(IjModuleAndroidFacet) - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet.Builder
-
Fill a builder with attribute values from the provided IjModuleAndroidFacet instance.
- from(IjProjectConfig) - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig.Builder
-
Fill a builder with attribute values from the provided IjProjectConfig instance.
- from(ModuleIndexEntry) - Method in class com.facebook.buck.features.project.intellij.model.ModuleIndexEntry.Builder
-
Fill a builder with attribute values from the provided ModuleIndexEntry instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CxxPythonExtensionDescriptionArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxPythonExtensionDescriptionArg instance.
- from(CxxPythonExtensionDescription.AbstractCxxPythonExtensionDescriptionArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Copy abstract value type AbstractCxxPythonExtensionDescriptionArg instance into builder.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PrebuiltPythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltPythonLibraryDescriptionArg instance.
- from(PrebuiltPythonLibraryDescription.AbstractPrebuiltPythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltPythonLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(PythonBinaryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonBinaryDescriptionArg instance.
- from(PythonBinaryDescription.AbstractPythonBinaryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractPythonBinaryDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PythonLibraryDescription.CoreArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.python.PythonLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonLibraryDescriptionArg instance.
- from(PythonLibraryDescription.AbstractPythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPythonLibraryDescriptionArg instance into builder.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, Function<BuildRuleResolver, ImmutableMap<String, Arg>>, PythonBinary, ImmutableSet<String>, ImmutableList<Pair<Float, ImmutableSet<Path>>>, ImmutableSet<SourcePath>, Optional<Long>, ImmutableSet<String>) - Static method in class com.facebook.buck.features.python.PythonTest
-
- from(PythonLibraryDescription.CoreArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.python.PythonLibraryDescription.CoreArg instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(HasTests) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(PythonTestDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonTestDescriptionArg instance.
- from(PythonTestDescription.AbstractPythonTestDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Copy abstract value type AbstractPythonTestDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasContacts) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PrebuiltRustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltRustLibraryDescriptionArg instance.
- from(PrebuiltRustLibraryDescription.AbstractPrebuiltRustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltRustLibraryDescriptionArg instance into builder.
- from(HasNamedDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.HasNamedDeclaredDeps instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(RustCommonArgs) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.RustCommonArgs instance.
- from(RustBinaryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustBinaryDescriptionArg instance.
- from(RustBinaryDescription.AbstractRustBinaryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractRustBinaryDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(SourcePathRuleFinder, BuildTarget, ProjectFilesystem, BuildRuleParams, Optional<String>, Tool, Linker, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableSortedMap<String, Arg>, ImmutableSortedMap<SourcePath, Optional<String>>, SourcePath, RustBuckConfig.RemapSrcPaths, Optional<Path>) - Static method in class com.facebook.buck.features.rust.RustCompileRule
-
- from(HasNamedDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.HasNamedDeclaredDeps instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(RustCommonArgs) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.RustCommonArgs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(RustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustLibraryDescriptionArg instance.
- from(RustLibraryDescription.AbstractRustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractRustLibraryDescriptionArg instance into builder.
- from(RustPlatform) - Method in class com.facebook.buck.features.rust.RustPlatform.Builder
-
Fill a builder with attribute values from the provided RustPlatform instance.
- from(HasNamedDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.HasNamedDeclaredDeps instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(RustTestDescriptionArg) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustTestDescriptionArg instance.
- from(RustTestDescription.AbstractRustTestDescriptionArg) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Copy abstract value type AbstractRustTestDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(RustCommonArgs) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.RustCommonArgs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ZipFileDescriptionArg) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ZipFileDescriptionArg instance.
- from(ZipFileDescription.AbstractZipFileDescriptionArg) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Copy abstract value type AbstractZipFileDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HttpCommonDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.file.HttpCommonDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HttpArchiveDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HttpArchiveDescriptionArg instance.
- from(HttpArchiveDescription.AbstractHttpArchiveDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Copy abstract value type AbstractHttpArchiveDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HttpCommonDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.file.HttpCommonDescriptionArg instance.
- from(HttpFileDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HttpFileDescriptionArg instance.
- from(HttpFileDescription.AbstractHttpFileDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Copy abstract value type AbstractHttpFileDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(RemoteFileDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RemoteFileDescriptionArg instance.
- from(RemoteFileDescription.AbstractRemoteFileDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Copy abstract value type AbstractRemoteFileDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(BuckPaths) - Method in class com.facebook.buck.io.filesystem.BuckPaths.Builder
-
Fill a builder with attribute values from the provided BuckPaths instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(GroovyLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(GroovyLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GroovyLibraryDescriptionArg instance.
- from(GroovyLibraryDescription.AbstractGroovyLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractGroovyLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(GroovyLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasContacts) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(GroovyTestDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GroovyTestDescriptionArg instance.
- from(GroovyTestDescription.AbstractGroovyTestDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Copy abstract value type AbstractGroovyTestDescriptionArg instance into builder.
- from(CompilerOutputPaths) - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths.Builder
-
Fill a builder with attribute values from the provided CompilerOutputPaths instance.
- from(CompilerParameters) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
-
Fill a builder with attribute values from the provided CompilerParameters instance.
- from(DefaultJavaLibraryClasspaths) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths.Builder
-
Fill a builder with attribute values from the provided DefaultJavaLibraryClasspaths instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(JarGenruleDescriptionArg) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JarGenruleDescriptionArg instance.
- from(JarGenruleDescription.AbstractJarGenruleDescriptionArg) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Copy abstract value type AbstractJarGenruleDescriptionArg instance into builder.
- from(JarParameters) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
-
Fill a builder with attribute values from the provided JarParameters instance.
- from(JavacPluginArgs) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavacPluginArgs instance.
- from(JavaAnnotationProcessorDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaAnnotationProcessorDescriptionArg instance.
- from(JavaAnnotationProcessorDescription.AbstractJavaAnnotationProcessorDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Copy abstract value type AbstractJavaAnnotationProcessorDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(JavaBinaryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaBinaryDescriptionArg instance.
- from(JavaBinaryDescription.AbstractJavaBinaryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractJavaBinaryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(AbstractJavacLanguageLevelOptions) - Method in class com.facebook.buck.jvm.java.JavacLanguageLevelOptions.Builder
-
Fill a builder with attribute values from the provided AbstractJavacLanguageLevelOptions instance.
- from(JavacOptions) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Fill a builder with attribute values from the provided JavacOptions instance.
- from(JavacPluginJsr199Fields) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Fill a builder with attribute values from the provided JavacPluginJsr199Fields instance.
- from(JavacPluginParams) - Method in class com.facebook.buck.jvm.java.JavacPluginParams.Builder
-
Fill a builder with attribute values from the provided JavacPluginParams instance.
- from(JavacPluginProperties) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Fill a builder with attribute values from the provided JavacPluginProperties instance.
- from(JavacSpec) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Fill a builder with attribute values from the provided JavacSpec instance.
- from(JavacVersion) - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
-
Fill a builder with attribute values from the provided JavacVersion instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(JavaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaLibraryDescriptionArg instance.
- from(JavaLibraryDescription.AbstractJavaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractJavaLibraryDescriptionArg instance into builder.
- from(JavacPluginArgs) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavacPluginArgs instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(JavaPluginDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaPluginDescriptionArg instance.
- from(JavaPluginDescription.AbstractJavaPluginDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Copy abstract value type AbstractJavaPluginDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasTestRunner) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.test.rule.HasTestRunner instance.
- from(HasContacts) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(JavaTestDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaTestDescriptionArg instance.
- from(JavaTestDescription.AbstractJavaTestDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Copy abstract value type AbstractJavaTestDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(JavaTestRunnerDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaTestRunnerDescriptionArg instance.
- from(JavaTestRunnerDescription.AbstractJavaTestRunnerDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Copy abstract value type AbstractJavaTestRunnerDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(JUnitJvmArgs) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Fill a builder with attribute values from the provided JUnitJvmArgs instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(KeystoreDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Fill a builder with attribute values from the provided KeystoreDescriptionArg instance.
- from(KeystoreDescription.AbstractKeystoreDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Copy abstract value type AbstractKeystoreDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from - Variable in class com.facebook.buck.jvm.java.lang.model.BridgeMethod
-
For a normal override bridge, this is the overriding method.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(PrebuiltJarDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltJarDescriptionArg instance.
- from(PrebuiltJarDescription.AbstractPrebuiltJarDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltJarDescriptionArg instance into builder.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(ResourcesParameters) - Method in class com.facebook.buck.jvm.java.ResourcesParameters.Builder
-
Fill a builder with attribute values from the provided ResourcesParameters instance.
- from(JavaToolchain) - Method in class com.facebook.buck.jvm.java.toolchain.JavaToolchain.Builder
-
Fill a builder with attribute values from the provided JavaToolchain instance.
- from(KotlincVersion) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion.Builder
-
Fill a builder with attribute values from the provided KotlincVersion instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(KotlinLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided KotlinLibraryDescriptionArg instance.
- from(KotlinLibraryDescription.AbstractKotlinLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractKotlinLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasContacts) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(KotlinTestDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided KotlinTestDescriptionArg instance.
- from(KotlinTestDescription.AbstractKotlinTestDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Copy abstract value type AbstractKotlinTestDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ScalaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.scala.ScalaLibraryDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(ScalaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ScalaLibraryDescriptionArg instance.
- from(ScalaLibraryDescription.AbstractScalaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractScalaLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(ScalaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.scala.ScalaLibraryDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasContacts) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(ScalaTestDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ScalaTestDescriptionArg instance.
- from(ScalaTestDescription.AbstractScalaTestDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Copy abstract value type AbstractScalaTestDescriptionArg instance into builder.
- from(ErrorLogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
-
Fill a builder with attribute values from the provided ErrorLogRecord instance.
- from(InvocationInfo) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Fill a builder with attribute values from the provided InvocationInfo instance.
- from(LogConfigSetup) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
-
Fill a builder with attribute values from the provided LogConfigSetup instance.
- from(PerfTimesStats) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Fill a builder with attribute values from the provided PerfTimesStats instance.
- from(String) - Static method in enum com.facebook.buck.parser.api.Syntax
-
Converts a syntax name to a corresponding enum value.
- from(UnconfiguredBuildTargetView) - Static method in class com.facebook.buck.parser.BuildTargetSpec
-
- from(Exception) - Static method in class com.facebook.buck.parser.exceptions.ParsingError
-
Transform regular Exception to parsing error object
- from(ProjectBuildFileParserOptions) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
-
Fill a builder with attribute values from the provided ProjectBuildFileParserOptions instance.
- from(AbstractParsingContext) - Method in class com.facebook.buck.parser.ParsingContext.Builder
-
Fill a builder with attribute values from the provided AbstractParsingContext instance.
- from(LocalFallbackStats) - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackStats.Builder
-
Fill a builder with attribute values from the provided LocalFallbackStats instance.
- from(RetryPolicy) - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy.Builder
-
Fill a builder with attribute values from the provided RetryPolicy instance.
- from(ImmutableList<SourcePathArg>) - Static method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- from(Function<? super String, String>, Iterable<String>) - Static method in class com.facebook.buck.rules.args.SanitizedArg
-
Create a list of SanitizedArgs by applying the given sanitizer function to a list of arg
strings and filtering empty args
- from(BuildConfigFields) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
-
Fill a builder with attribute values from the provided BuildConfigFields instance.
- from(BuildConfigFields.Field) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
-
Fill a builder with attribute values from the provided Field instance.
- from(FrameworkPath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
-
Fill a builder with attribute values from the provided FrameworkPath instance.
- from(ManifestEntries) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Fill a builder with attribute values from the provided ManifestEntries instance.
- from(SourceSet) - Method in class com.facebook.buck.rules.coercer.SourceSet.Builder
-
Fill a builder with attribute values from the provided SourceSet instance.
- from(SourceSortedSet) - Method in class com.facebook.buck.rules.coercer.SourceSortedSet.Builder
-
Fill a builder with attribute values from the provided SourceSortedSet instance.
- from(RuleKeyConfiguration) - Method in class com.facebook.buck.rules.keys.config.RuleKeyConfiguration.Builder
-
Fill a builder with attribute values from the provided RuleKeyConfiguration instance.
- from(DependencyFileEntry) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
-
Fill a builder with attribute values from the provided DependencyFileEntry instance.
- from(MacroContainer) - Method in class com.facebook.buck.rules.macros.MacroContainer.Builder
-
Fill a builder with attribute values from the provided MacroContainer instance.
- from(StringWithMacrosConverter) - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter.Builder
-
Fill a builder with attribute values from the provided StringWithMacrosConverter instance.
- from(Path) - Method in interface com.facebook.buck.rules.modern.BuildCellRelativePathFactory
-
Converts a Path relative to the Buildable's ProjectFilesystem to a BuildCellRelativePath.
- from(OutputPath) - Method in interface com.facebook.buck.rules.modern.BuildCellRelativePathFactory
-
Converts an OutputPath to a BuildCellRelativePath.
- from(Path) - Method in class com.facebook.buck.rules.modern.DefaultBuildCellRelativePathFactory
-
- from(OutputPath) - Method in class com.facebook.buck.rules.modern.DefaultBuildCellRelativePathFactory
-
- from(CachedErrors) - Method in class com.facebook.buck.rules.modern.tools.CachedErrors.Builder
-
Fill a builder with attribute values from the provided CachedErrors instance.
- from(SandboxProperties) - Method in class com.facebook.buck.sandbox.SandboxProperties.Builder
-
Fill a builder with attribute values from the provided SandboxProperties instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommandAliasDescriptionArg) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CommandAliasDescriptionArg instance.
- from(CommandAliasDescription.AbstractCommandAliasDescriptionArg) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Copy abstract value type AbstractCommandAliasDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(ExportFileDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ExportFileDescriptionArg instance.
- from(ExportFileDescription.AbstractExportFileDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Copy abstract value type AbstractExportFileDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(GenruleDescriptionArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GenruleDescriptionArg instance.
- from(GenruleDescription.AbstractGenruleDescriptionArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Copy abstract value type AbstractGenruleDescriptionArg instance into builder.
- from(HasTests) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(ShBinaryDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ShBinaryDescriptionArg instance.
- from(ShBinaryDescription.AbstractShBinaryDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractShBinaryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(HasContacts) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(ShTestDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ShTestDescriptionArg instance.
- from(ShTestDescription.AbstractShTestDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Copy abstract value type AbstractShTestDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(TestSuiteDescriptionArg) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Fill a builder with attribute values from the provided TestSuiteDescriptionArg instance.
- from(TestSuiteDescription.AbstractTestSuiteDescriptionArg) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Copy abstract value type AbstractTestSuiteDescriptionArg instance into builder.
- from(WorkerToolDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Fill a builder with attribute values from the provided WorkerToolDescriptionArg instance.
- from(WorkerToolDescription.AbstractWorkerToolDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Copy abstract value type AbstractWorkerToolDescriptionArg instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(GlobSpec) - Method in class com.facebook.buck.skylark.io.GlobSpec.Builder
-
Fill a builder with attribute values from the provided GlobSpec instance.
- from(BuckGlobals) - Method in class com.facebook.buck.skylark.parser.BuckGlobals.Builder
-
Fill a builder with attribute values from the provided BuckGlobals instance.
- from(ClientSideSlbConfig) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Fill a builder with attribute values from the provided ClientSideSlbConfig instance.
- from(HybridThriftOverHttpServiceImplArgs) - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs.Builder
-
Fill a builder with attribute values from the provided HybridThriftOverHttpServiceImplArgs instance.
- from(LoadBalancedServiceEventData) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Fill a builder with attribute values from the provided LoadBalancedServiceEventData instance.
- from(LoadBalancerPingEventData) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
-
Fill a builder with attribute values from the provided LoadBalancerPingEventData instance.
- from(PerServerData) - Method in class com.facebook.buck.slb.PerServerData.Builder
-
Fill a builder with attribute values from the provided PerServerData instance.
- from(PerServerPingData) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
-
Fill a builder with attribute values from the provided PerServerPingData instance.
- from(ServerHealthManagerEventData) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
-
Fill a builder with attribute values from the provided ServerHealthManagerEventData instance.
- from(ThriftOverHttpServiceConfig) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
-
Fill a builder with attribute values from the provided ThriftOverHttpServiceConfig instance.
- from(SymlinkFileStep) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
-
Fill a builder with attribute values from the provided SymlinkFileStep instance.
- from(StepExecutionResult) - Method in class com.facebook.buck.step.ImmutableStepExecutionResult.Builder
-
Fill a builder with attribute values from the provided StepExecutionResult instance.
- from(BackgroundTask<T>) - Method in class com.facebook.buck.support.bgtasks.ImmutableBackgroundTask.Builder
-
Fill a builder with attribute values from the provided BackgroundTask instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(SwiftLibraryDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided SwiftLibraryDescriptionArg instance.
- from(SwiftLibraryDescription.AbstractSwiftLibraryDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractSwiftLibraryDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(SwiftPlatform) - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform.Builder
-
Fill a builder with attribute values from the provided SwiftPlatform instance.
- from(TestResultSummaryVerbosity) - Method in class com.facebook.buck.test.config.TestResultSummaryVerbosity.Builder
-
Fill a builder with attribute values from the provided TestResultSummaryVerbosity instance.
- from(TestResults) - Method in class com.facebook.buck.test.TestResults.Builder
-
Fill a builder with attribute values from the provided TestResults instance.
- from(TestRunningOptions) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Fill a builder with attribute values from the provided TestRunningOptions instance.
- from(TestStatusMessage) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
-
Fill a builder with attribute values from the provided TestStatusMessage instance.
- from(CacheStats) - Method in class com.facebook.buck.util.cache.CacheStats.Builder
-
Fill a builder with attribute values from the provided CacheStats instance.
- from(FileHashCache.AbstractFileHashCacheVerificationResult) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
-
Fill a builder with attribute values from the provided AbstractFileHashCacheVerificationResult instance.
- from(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
-
Fill a builder with attribute values from the provided ResourceAmounts instance.
- from(DirectoryCleanerArgs) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
-
Fill a builder with attribute values from the provided DirectoryCleanerArgs instance.
- from(BuildEnvironmentDescription) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Fill a builder with attribute values from the provided BuildEnvironmentDescription instance.
- from(ScribeData) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
-
Fill a builder with attribute values from the provided ScribeData instance.
- from(PatternAndMessage) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
-
Fill a builder with attribute values from the provided PatternAndMessage instance.
- from(ProcessExecutorParams) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Fill a builder with attribute values from the provided ProcessExecutorParams instance.
- from(ProcessResourceConsumption) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Fill a builder with attribute values from the provided ProcessResourceConsumption instance.
- from(T[]) - Static method in interface com.facebook.buck.util.RichStream
-
- from(Iterable<T>) - Static method in interface com.facebook.buck.util.RichStream
-
- from(Iterator<T>) - Static method in interface com.facebook.buck.util.RichStream
-
- from(Optional<T>) - Static method in interface com.facebook.buck.util.RichStream
-
- from(Stream<T>) - Static method in interface com.facebook.buck.util.RichStream
-
- from(SampleRate) - Method in class com.facebook.buck.util.SampleRate.Builder
-
Fill a builder with attribute values from the provided SampleRate instance.
- from(CommonSlowVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonSlowVersionControlStats instance.
- from(CommonFastVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats instance.
- from(FullVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Fill a builder with attribute values from the provided FullVersionControlStats instance.
- from(AbstractFullVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Copy abstract value type AbstractFullVersionControlStats instance into builder.
- from(CommonSlowVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonSlowVersionControlStats instance.
- from(CommonFastVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats instance.
- from(SlowVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
-
Fill a builder with attribute values from the provided SlowVersionControlStats instance.
- from(AbstractSlowVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
-
Copy abstract value type AbstractSlowVersionControlStats instance into builder.
- from(HasTargetCompatibleWith) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTargetCompatibleWith instance.
- from(VersionedAliasDescriptionArg) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Fill a builder with attribute values from the provided VersionedAliasDescriptionArg instance.
- from(AbstractVersionedAliasDescription.AbstractVersionedAliasDescriptionArg) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Copy abstract value type AbstractVersionedAliasDescriptionArg instance into builder.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.CommonDescriptionArg instance.
- from(VersionUniverse) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
-
Fill a builder with attribute values from the provided VersionUniverse instance.
- fromArchitecture(Architecture) - Static method in enum com.facebook.buck.features.go.GoArch
-
returns the corresponding GoOs for a given Architecture
- fromArgs(String...) - Static method in class com.facebook.buck.testrunner.InstrumentationTestRunner
-
- fromArtifactCache(BuildCacheArtifactFetcher, ArtifactCache) - Static method in class com.facebook.buck.core.build.engine.cache.manager.ManifestRuleKeyServiceFactory
-
Return an implementation of ManifestRuleKeyService that uses the ArtifactCache/buckcache.
- fromArtifactInfo(ArtifactInfo) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.StoreType
-
- fromBuildSetting(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
-
Return a sourceTree given a build setting that is typically used as a source tree prefix.
- fromBytes(byte[]) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
-
Clones the specified bytes and uses the clone to create a new
Sha1HashCode.
- fromCommandLineArgs(String[]) - Static method in class com.facebook.buck.maven.ArtifactConfig
-
- fromConfiguration(Iterable<String>) - Static method in class com.facebook.buck.android.ClassNameFilter
-
Convenience factory to produce a filter from a very simple pattern language.
- fromConfiguration(ArtifactCacheBuckConfig) - Static method in class com.facebook.buck.artifact_cache.ClientCertificateHandler
-
Create a new ClientCertificateHandler based on client tls settings in configuration
- fromConfiguration(ArtifactCacheBuckConfig, Optional<HostnameVerifier>) - Static method in class com.facebook.buck.artifact_cache.ClientCertificateHandler
-
Create a new ClientCertificateHandler based on client tls settings in configuration, with
optional HostnameVerifier to allow for ignoring hostname mismatches in tests
- fromConfiguration(ImmutableMap<String, ImplicitInclude>) - Static method in class com.facebook.buck.parser.implicit.PackageImplicitIncludesFinder
-
- fromConfigurationString(String) - Static method in class com.facebook.buck.parser.implicit.AbstractImplicitInclude
-
- fromDeps() - Static method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
-
- fromExtension(String) - Static method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
-
- fromFolder(IjFolder) - Static method in enum com.facebook.buck.features.project.intellij.FolderTypeWithPackageInfo
-
- fromHashCode(HashCode) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- fromIdentifier(String) - Static method in class com.facebook.buck.core.starlark.rule.names.UserDefinedRuleNames
-
Parses the extension label and the rule name from an identifier
- fromInterpreter(ProcessExecutor, Path) - Static method in class com.facebook.buck.features.python.toolchain.impl.PythonVersionFactory
-
- fromJson(String) - Static method in class com.facebook.buck.core.model.BuildId
-
- fromJson(Map<String, Long>, Map<String, String>, SetMultimap<String, String>) - Static method in class com.facebook.buck.event.ScubaEvent
-
- fromJson(String, String, String, long, String, String, String, String) - Static method in class com.facebook.buck.test.TestResultSummary
-
- fromJsonFunction(Class<T>) - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- fromLibraryRule() - Static method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
-
Retrieve the transitive CxxPreprocessorInput from the CxxLibrary rule.
- fromManifestService(ManifestService) - Static method in class com.facebook.buck.core.build.engine.cache.manager.ManifestRuleKeyServiceFactory
-
Return an implementation of the ManifestRuleKeyService that uses the ManifestService.
- fromMode(long) - Static method in class com.facebook.buck.io.file.MorePosixFilePermissions
-
Convert a unix bit representation (e.g.
- fromName(String) - Static method in enum com.facebook.buck.util.environment.Architecture
-
- fromPath(Path, Path) - Static method in class com.facebook.buck.parser.BuildFileSpec
-
- fromPaths(ImmutableMap<Path, Path>, char, Charset) - Static method in class com.facebook.buck.util.ByteBufferReplacer
-
Build a replacer using the given map of paths to replacement paths, using charset to
convert to underlying byte arrays.
- fromPlatform(Platform) - Static method in enum com.facebook.buck.features.go.GoOs
-
returns the corresponding GoOs for a given Platform
- fromProvisioningProfilePath(ProcessExecutor, ImmutableList<String>, Path) - Static method in class com.facebook.buck.apple.toolchain.impl.ProvisioningProfileMetadataFactory
-
- fromRecursivePath(Path, Path) - Static method in class com.facebook.buck.parser.BuildFileSpec
-
- fromResourceArgs(AppleWrapperResourceArg, ProjectFilesystem) - Static method in class com.facebook.buck.features.apple.projectV2.CoreDataResource
-
Creates a CoreDataResource object from an AppleWrapperResourceArg
- fromSearchPath(ProcessExecutor, ImmutableList<String>, Path) - Static method in class com.facebook.buck.apple.toolchain.impl.ProvisioningProfileStoreFactory
-
- fromString(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
-
- fromString(String) - Static method in enum com.facebook.buck.features.go.GoArch
-
Finds the GoArch from it's name.
- fromString(String) - Static method in enum com.facebook.buck.features.go.GoOs
-
Finds the GoOs from it's name.
- fromString(String) - Static method in class com.facebook.buck.features.project.intellij.aggregation.AggregationMode
-
- fromString(String) - Static method in class com.facebook.buck.features.python.toolchain.impl.PythonVersionFactory
-
- fromString(String) - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
-
- fromStringWithMacros(Arg, BuildTarget, BuildRuleResolver, StringWithMacros) - Static method in class com.facebook.buck.rules.macros.WorkerMacroArg
-
- fromSupplier(Supplier<T>) - Static method in interface com.facebook.buck.util.function.ThrowingSupplier
-
- fromSupplierOfIterable(Supplier<? extends Iterable<T>>) - Static method in interface com.facebook.buck.util.RichStream
-
- fromSystem(ProcessExecutor, ImmutableList<String>) - Static method in class com.facebook.buck.apple.toolchain.impl.CodeSignIdentityStoreFactory
-
Construct a store by asking the system keychain for all stored code sign identities.
- fromUnconfiguredBuildTarget(UnconfiguredBuildTargetView) - Static method in class com.facebook.buck.parser.BuildFileSpec
-
- FrontendOnlyJavacTask - Class in com.facebook.buck.jvm.java.abi.source
-
An implementation of JavacTask that implements only the frontend portions of the task,
using only the parse phase of the underlying compiler and without requiring a complete classpath.
- FrontendOnlyJavacTask(JavacTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- FrontendOnlyJavacTaskProxy - Interface in com.facebook.buck.jvm.java.abi.source.api
-
- FrontendOnlyJavacTaskProxyImpl - Class in com.facebook.buck.jvm.java.abi.source
-
- FrontendOnlyJavacTaskProxyImpl(JavaCompiler.CompilationTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTaskProxyImpl
-
- FrontendOnlyJavacTaskProxyImpl(FrontendOnlyJavacTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTaskProxyImpl
-
- FrontendService - Class in com.facebook.buck.distributed
-
Extension of ThriftOverHttpServiceImpl to get rid of the template arguments and make it
easymock-able
- FrontendService(ThriftOverHttpServiceConfig) - Constructor for class com.facebook.buck.distributed.FrontendService
-
- FullBuildReport - Interface in com.facebook.buck.support.build.report
-
FullBuildReport is an object serialized and uploaded to the server by
BuildReportUpload
to capture diagnostics about a specific buck invocation.
- fullSize - Variable in class com.facebook.buck.event.ArtifactCompressionEvent.Finished
-
- FullVersionControlStats - Class in com.facebook.buck.util.versioncontrol
-
Immutable implementation of AbstractFullVersionControlStats.
- FullVersionControlStats.Builder - Class in com.facebook.buck.util.versioncontrol
-
- FullyReadOnCloseInputStream - Class in com.facebook.buck.artifact_cache
-
An
InputStream wrapper that fully reads the underlying stream on close.
- FullyReadOnCloseInputStream(InputStream) - Constructor for class com.facebook.buck.artifact_cache.FullyReadOnCloseInputStream
-
- FunctionMacroReplacer<T> - Class in com.facebook.buck.rules.macros
-
A @{link MacroReplacer} wrapping a @{link Function}.
- FunctionMacroReplacer(Function<ImmutableList<String>, T>) - Constructor for class com.facebook.buck.rules.macros.FunctionMacroReplacer
-
- future - Variable in class com.facebook.buck.remoteexecution.util.OutputsMaterializer.PendingMaterialization
-
- gatherDeps(BuildRule) - Method in enum com.facebook.buck.jvm.java.JarShape
-
- GccCompiler - Class in com.facebook.buck.cxx.toolchain
-
- GccCompiler(Tool, ToolType, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.GccCompiler
-
- GccCompiler(Tool, ToolType, boolean, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.GccCompiler
-
- GccPreprocessor - Class in com.facebook.buck.cxx.toolchain
-
Preprocessor implementation for a gcc toolchain.
- GccPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.GccPreprocessor
-
- GenAidl - Class in com.facebook.buck.android
-
Buildable for generating a .java file from an .aidl file.
- GenAidlDescription - Class in com.facebook.buck.android
-
- GenAidlDescription() - Constructor for class com.facebook.buck.android.GenAidlDescription
-
- GenAidlDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of GenAidlDescription.AbstractGenAidlDescriptionArg.
- GenAidlDescriptionArg.Builder - Class in com.facebook.buck.android
-
- generate(String) - Method in class com.facebook.buck.features.ocaml.OcamlDependencyGraphGenerator
-
- generate() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- generate(Set<Element>) - Method in class com.facebook.buck.jvm.java.abi.StubGenerator
-
- generate() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- generate() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- GENERATE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- generateActiveNetworkAsync(ExecutorService, BuckEventBus) - Static method in class com.facebook.buck.util.environment.NetworkInfo
-
- generateBuildConfigDotJava(UnflavoredBuildTargetView, String) - Static method in class com.facebook.buck.android.BuildConfigs
-
- generateBuildConfigDotJava(UnflavoredBuildTargetView, String, boolean, BuildConfigFields) - Static method in class com.facebook.buck.android.BuildConfigs
-
Generates the source code for an Android BuildConfig.java file with fields specified by
userFields.
- GenerateBuildConfigStep - Class in com.facebook.buck.android
-
- GenerateBuildConfigStep(ProjectFilesystem, UnflavoredBuildTargetView, String, boolean, Supplier<BuildConfigFields>, Path) - Constructor for class com.facebook.buck.android.GenerateBuildConfigStep
-
- GenerateCodeCoverageReportStep - Class in com.facebook.buck.jvm.java
-
- GenerateCodeCoverageReportStep(ImmutableList<String>, ProjectFilesystem, Set<String>, Set<Path>, Path, Set<CoverageReportFormat>, String, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
-
- generateDependencyMap(String) - Method in class com.facebook.buck.features.ocaml.OcamlDependencyGraphGenerator
-
- GeneratedTargetAttributes - Class in com.facebook.buck.features.apple.projectV2
-
- GeneratedTargetAttributes.Builder - Class in com.facebook.buck.features.apple.projectV2
-
- generateEndpointRequest(BuildLogEntry, DefectSubmitResult) - Method in class com.facebook.buck.doctor.DoctorReportHelper
-
- generateForConsole(Console) - Method in class com.facebook.buck.command.BuildReport
-
- generateGid(String, int) - Method in class com.facebook.buck.apple.xcode.GidGenerator
-
Generate a stable GID based on the class name and hash of some object info.
- generateGid(GidGenerator) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
Generate a stable GID.
- generateJsonBuildReport() - Method in class com.facebook.buck.command.BuildReport
-
- generateJsonOutput - Variable in class com.facebook.buck.cli.AbstractQueryCommand
-
Deprecated.
- GenerateManifestStep - Class in com.facebook.buck.android
-
- GenerateManifestStep(ProjectFilesystem, Path, APKModule, ImmutableSet<Path>, Path, Path) - Constructor for class com.facebook.buck.android.GenerateManifestStep
-
- generateMinionId(BuildSlaveRunId) - Static method in class com.facebook.buck.distributed.DistBuildUtil
-
From buildslave runId generates id for a minion running on this buildslave host.
- generatePomFile(SourcePathResolver, MavenPublishable) - Static method in class com.facebook.buck.maven.Pom
-
- GenerateRDotJava - Class in com.facebook.buck.android
-
- generateStats() - Method in class com.facebook.buck.distributed.build_slave.BuildSlaveTimingStatsTracker
-
- generateStats() - Method in class com.facebook.buck.distributed.ClientStatsTracker
-
- generateStats(VersionControlStatsGenerator.Mode) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
-
- generateStatsAsync(boolean, boolean, BuckEventBus, ListeningExecutorService) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
-
- GenerateStringResources - Class in com.facebook.buck.android
-
Copy filtered string resources (values/strings.xml) files to output directory.
- GenerateStringResources(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ImmutableList<FilteredResourcesProvider>) - Constructor for class com.facebook.buck.android.GenerateStringResources
-
- generateThinFlavors(Set<Flavor>, SortedSet<Flavor>) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
-
Expand flavors representing a fat binary into its thin binary equivalents.
- generateTrace() - Method in class com.facebook.buck.distributed.build_slave.DistBuildTraceTracker
-
- generateWorkspaceAndDependentProjects(Map<Path, ProjectGenerator>, ListeningExecutorService) - Method in class com.facebook.buck.features.apple.project.WorkspaceAndProjectGenerator
-
- generateWorkspaceAndDependentProjects() - Method in class com.facebook.buck.features.apple.projectV2.WorkspaceAndProjectGenerator
-
Generates a workspace and all projects
- GenerationResult - Class in com.facebook.buck.features.apple.project
-
Immutable implementation of AbstractGenerationResult.
- GenerationResult - Class in com.facebook.buck.features.apple.projectV2
-
Immutable implementation of AbstractGenerationResult.
- Genrule - Class in com.facebook.buck.shell
-
Build rule for generating a file via a shell command.
- Genrule(BuildTarget, ProjectFilesystem, BuildRuleResolver, BuildRuleParams, SandboxExecutionStrategy, SourceSet, Optional<Arg>, Optional<Arg>, Optional<Arg>, Optional<String>, String, boolean, boolean, Optional<String>, Optional<AndroidTools>, boolean) - Constructor for class com.facebook.buck.shell.Genrule
-
- GenruleBinary - Class in com.facebook.buck.shell
-
Same as a Genrule, but marked as a binary.
- GenruleBinary(BuildTarget, ProjectFilesystem, SandboxExecutionStrategy, BuildRuleResolver, BuildRuleParams, SourceSet, Optional<Arg>, Optional<Arg>, Optional<Arg>, Optional<String>, String, boolean, Optional<String>, Optional<AndroidTools>, boolean) - Constructor for class com.facebook.buck.shell.GenruleBinary
-
- GenruleBuildable - Class in com.facebook.buck.shell
-
Buildable for
Genrule suitable for building Genrules directly and also for subclasses
extending the functionality of a bare Genrule.
- GenruleBuildable(BuildTarget, ProjectFilesystem, SandboxExecutionStrategy, SourceSet, Optional<Arg>, Optional<Arg>, Optional<Arg>, String, boolean, String, SandboxProperties, Optional<GenruleAndroidTools>) - Constructor for class com.facebook.buck.shell.GenruleBuildable
-
- GenruleDescription - Class in com.facebook.buck.shell
-
- GenruleDescription(ToolchainProvider, BuckConfig, SandboxExecutionStrategy) - Constructor for class com.facebook.buck.shell.GenruleDescription
-
- GenruleDescriptionArg - Class in com.facebook.buck.shell
-
Immutable implementation of GenruleDescription.AbstractGenruleDescriptionArg.
- GenruleDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- genruleFiles() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
- get() - Method in class com.facebook.buck.android.dalvik.EstimateDexWeightStep
-
- get(ToolchainProvider, Supplier<ExecutionContext>, BuckConfig, AdbOptions, TargetDeviceOptions) - Static method in class com.facebook.buck.android.exopackage.AndroidDevicesHelperFactory
-
- get() - Method in class com.facebook.buck.android.PackagedResource
-
- get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.ResourcesXml
-
- get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.ResourceTable
-
- get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.ResTableType
-
- get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.StringPool
-
- get(ProjectFilesystem) - Method in class com.facebook.buck.core.build.engine.cache.manager.BuildInfoStoreManager
-
- get(BuildRule) - Method in class com.facebook.buck.core.build.engine.impl.DefaultRuleDepsCache
-
- get(BuildEngineAction) - Method in class com.facebook.buck.core.build.engine.impl.DefaultRuleDepsCache
-
- get(BuildRule) - Method in interface com.facebook.buck.core.build.engine.RuleDepsCache
-
- get(BuildEngineAction) - Method in interface com.facebook.buck.core.build.engine.RuleDepsCache
-
- get(DirectoryListKey) - Method in class com.facebook.buck.core.files.DirectoryListCache
-
- get(FileTreeKey) - Method in class com.facebook.buck.core.files.FileTreeCache
-
- get() - Method in class com.facebook.buck.core.graph.transformation.executor.DepsAwareTask.DepsSupplier
-
- get(Key) - Method in interface com.facebook.buck.core.graph.transformation.GraphEngineCache
-
Optionally returns the cached result given the key
- get(Key) - Method in class com.facebook.buck.core.graph.transformation.impl.NoOpGraphEngineCache
-
- get(BuildTarget) - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- get(RuleAnalysisKey) - Method in interface com.facebook.buck.core.rules.analysis.computation.RuleAnalysisGraph
-
- get(RuleAnalysisKey) - Method in class com.facebook.buck.core.rules.analysis.impl.RuleAnalysisCacheImpl
-
- get(RuleAnalysisKey) - Method in class com.facebook.buck.core.rules.analysis.impl.RuleAnalysisGraphImpl
-
- get() - Method in class com.facebook.buck.core.rules.common.BuildableSupport.DepsSupplier
-
- get(Cell) - Method in class com.facebook.buck.core.rules.knowntypes.provider.KnownRuleTypesProvider
-
- get(Provider<T>) - Method in class com.facebook.buck.core.rules.providers.collect.impl.LegacyProviderInfoCollectionImpl
-
- get(Provider<T>) - Method in class com.facebook.buck.core.rules.providers.collect.impl.ProviderInfoCollectionImpl
-
- get(Provider<T>) - Method in interface com.facebook.buck.core.rules.providers.collect.ProviderInfoCollection
-
- get(RuleAnalysisKey) - Method in class com.facebook.buck.core.rules.resolver.impl.RuleAnalysisCompatibleDelegatingActionGraphBuilder
-
- get(Object) - Method in class com.facebook.buck.core.starlark.coercer.SkylarkParamInfo
-
- get(Class<?>) - Static method in class com.facebook.buck.core.util.log.Logger
-
Gets a logger named after a class' fully qualified name.
- get(String) - Static method in class com.facebook.buck.core.util.log.Logger
-
Gets a named logger
- get() - Method in class com.facebook.buck.counters.IntegerCounter
-
- get(TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.BuildRuleResolverCacheByTargetConfiguration
-
- get(CxxPlatform) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup.Cache
-
- get(CxxPlatform, Supplier<T>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformMappedCache
-
Returns either a cached or computed linkable.
- get(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- get(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
-
- get() - Method in class com.facebook.buck.io.file.LazyPath
-
On first access it will invoke the given supplier to obtain the value of the Path.
- get() - Method in class com.facebook.buck.io.watchman.WatchmanCursor
-
- get(BuildPackagePathToBuildFileManifestKey) - Method in class com.facebook.buck.parser.manifest.BuildFileManifestCache
-
- get(Protocol.Digest) - Static method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- get(Protocol.OutputFile) - Static method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- get(Protocol.OutputDirectory) - Static method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- get(Protocol.Directory) - Static method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- get() - Method in interface com.facebook.buck.remoteexecution.interfaces.MetadataProvider
-
- get() - Method in interface com.facebook.buck.remoteexecution.UploadDataSupplier
-
- get(Object) - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- get(Object) - Method in class com.facebook.buck.rules.coercer.ReflectionParamInfo
-
- get(BuildEngineAction, CacheStatsTracker) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
-
- get(BuildEngineAction, Function<? super BuildEngineAction, RuleKeyResult<V>>, CacheStatsTracker) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
-
- get(AddsToRuleKey, Function<? super AddsToRuleKey, RuleKeyResult<V>>, CacheStatsTracker) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
-
- get(BuildEngineAction) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
-
- get(BuildEngineAction, Function<? super BuildEngineAction, RuleKeyResult<V>>) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
-
- get(AddsToRuleKey, Function<? super AddsToRuleKey, RuleKeyResult<V>>) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
-
- get(BuildEngineAction, Function<BuildEngineAction, V>) - Method in class com.facebook.buck.rules.keys.SingleBuildActionRuleKeyCache
-
- get(AddsToRuleKey, Function<AddsToRuleKey, V>) - Method in class com.facebook.buck.rules.keys.SingleBuildActionRuleKeyCache
-
- get(Action, Function<Action, V>) - Method in class com.facebook.buck.rules.keys.SingleBuildActionRuleKeyCache
-
- get(BuildEngineAction, CacheStatsTracker) - Method in interface com.facebook.buck.rules.keys.TrackableRuleKeyCache
-
- get(BuildEngineAction, Function<? super BuildEngineAction, RuleKeyResult<V>>, CacheStatsTracker) - Method in interface com.facebook.buck.rules.keys.TrackableRuleKeyCache
-
- get(AddsToRuleKey, Function<? super AddsToRuleKey, RuleKeyResult<V>>, CacheStatsTracker) - Method in interface com.facebook.buck.rules.keys.TrackableRuleKeyCache
-
- get(BuildEngineAction) - Method in class com.facebook.buck.rules.keys.TrackedRuleKeyCache
-
- get(BuildEngineAction, Function<? super BuildEngineAction, RuleKeyResult<V>>) - Method in class com.facebook.buck.rules.keys.TrackedRuleKeyCache
-
- get(AddsToRuleKey, Function<? super AddsToRuleKey, RuleKeyResult<V>>) - Method in class com.facebook.buck.rules.keys.TrackedRuleKeyCache
-
- get(Class<U>, List<Class<? extends CustomFieldBehaviorTag>>) - Static method in class com.facebook.buck.rules.modern.CustomBehaviorUtils
-
Returns the field behavior behavior of the requested type (if there is one).
- get() - Method in class com.facebook.buck.util.AbstractCloseableMemoizedSupplier
-
- get() - Method in class com.facebook.buck.util.AbstractCloseableWrapper
-
- get(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
-
- get(Path) - Method in interface com.facebook.buck.util.cache.FileHashCacheEngine
-
- get(Path) - Method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- get(Path) - Method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- get(ProjectFilesystem, Path) - Method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- get(Path) - Method in class com.facebook.buck.util.cache.impl.StatsTrackingFileHashCacheEngine
-
- get() - Method in class com.facebook.buck.util.CloseableHolder
-
- get(String, String) - Method in class com.facebook.buck.util.config.Config
-
- get(String) - Method in class com.facebook.buck.util.config.Config
-
- get() - Method in class com.facebook.buck.util.Discardable
-
- get(Path) - Method in class com.facebook.buck.util.filesystem.FileSystemMap
-
Gets the value associated with the given path.
- get() - Method in interface com.facebook.buck.util.function.ThrowingSupplier
-
- get(Path) - Method in interface com.facebook.buck.util.hashing.FileHashLoader
-
- get(ProjectFilesystem, Path) - Method in interface com.facebook.buck.util.hashing.FileHashLoader
-
- get(Path) - Method in class com.facebook.buck.util.hashing.FilePathHashLoader
-
- get(Path) - Method in interface com.facebook.buck.util.hashing.ProjectFileHashLoader
-
- get(Object) - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- get(Supplier<T>) - Method in class com.facebook.buck.util.Memoizer
-
- get() - Method in class com.facebook.buck.util.NamedTemporaryFile
-
- get() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlSupplier
-
- get(Supplier<T>) - Method in class com.facebook.buck.util.WeakMemoizer
-
Get the value and memoize the result.
- GET_PATH_MODIFIED_TIME - Static variable in class com.facebook.buck.io.file.PathListing
-
Uses Files.getLastModifiedTime() to get the last modified time for a Path.
- getAapt2Override() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
Returns the tool provider to the platform specific aapt2 executable that is overridden by the
current project.
- getAapt2Path() - Method in interface com.facebook.buck.android.toolchain.AbstractAndroidBuildToolsLocation
-
- getAapt2Path() - Method in class com.facebook.buck.android.toolchain.AndroidBuildToolsLocation
-
- getAapt2ToolProvider() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getAapt2ToolProvider() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getAaptExecutable() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getAaptExecutable() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getAaptGeneratedProguardConfigFile() - Method in class com.facebook.buck.android.AaptOutputInfo
-
- getAaptGeneratedProguardConfigFiles() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
- getAaptMode() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getAaptMode() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getAaptMode() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getAaptMode() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getAaptOutputInfo() - Method in class com.facebook.buck.android.Aapt2Link
-
- getAaptOutputInfo() - Method in class com.facebook.buck.android.AaptPackageResources
-
- getAaptOverride() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
Returns the path to the platform specific aapt executable that is overridden by the current
project.
- getAaptPath() - Method in interface com.facebook.buck.android.toolchain.AbstractAndroidBuildToolsLocation
-
- getAaptPath() - Method in class com.facebook.buck.android.toolchain.AndroidBuildToolsLocation
-
- getAar() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getAarUnzipPathFormat() - Static method in class com.facebook.buck.android.UnzipAar
-
- getAbbreviateName() - Method in enum com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.State
-
Abbreviated name for the current state.
- getAbbreviation() - Method in enum com.facebook.buck.util.unit.SizeUnit
-
- getAbiCompatibilityMode() - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
- getAbiGenerationMode() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getAbiGenerationMode() - Method in interface com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.java.JavaConfiguredCompilerFactory
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getAbiGenerationMode() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinConfiguredCompilerFactory
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getAbiGenerationMode() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getAbiInfo() - Method in class com.facebook.buck.android.DummyRDotJava
-
- getAbiInfo() - Method in interface com.facebook.buck.jvm.core.HasJavaAbi
-
- getAbiInfo() - Method in class com.facebook.buck.jvm.java.CalculateClassAbi
-
- getAbiInfo() - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- getAbiInfo() - Method in class com.facebook.buck.jvm.java.CalculateSourceAbiFromLibraryTarget
-
- getAbiInfo() - Method in class com.facebook.buck.jvm.java.CompareAbis
-
- getAbiInfo() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getAbiInfo() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getAbiJar() - Method in class com.facebook.buck.android.DummyRDotJava
-
- getAbiJar() - Method in interface com.facebook.buck.jvm.core.HasJavaAbi
-
- getAbiJar() - Method in interface com.facebook.buck.jvm.java.CalculateAbi
-
- getAbiJar() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getAbiJarParameters(BuildTarget, BuildContext, ProjectFilesystem, CompilerParameters) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getAbiJarPath() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
- getAbiRules(ActionGraphBuilder, Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
-
- getAbsoluteHeaderPath() - Method in class com.facebook.buck.cxx.PreInclude
-
- getAbsoluteOutputFilePath() - Method in class com.facebook.buck.shell.Genrule
-
- getAbsoluteOutputFilePath() - Method in class com.facebook.buck.shell.LegacyGenrule
-
- getAbsolutePath(SourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getAbsolutePath(SourcePath) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getAbsolutePathToBuildFile(Cell, UnconfiguredBuildTargetView) - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getAbsolutePathToBuildFileUnsafe(Cell, UnconfiguredBuildTargetView) - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getAccessedConfigurationOptions() - Method in class com.facebook.buck.skylark.parser.context.ParseContext
-
- getAccessFlags(TypeElement) - Method in class com.facebook.buck.jvm.java.abi.AccessFlags
-
Gets the class access flags (see JVMS8 4.1) for the given type element, augmented by the
special ASM pseudo-access flag for @Deprecated types.
- getAccessFlags(ExecutableElement) - Method in class com.facebook.buck.jvm.java.abi.AccessFlags
-
Gets the method access flags (see JVMS8 4.6) for the given executable element, augmented by the
special ASM pseudo-access flag for @Deprecated methods.
- getAccessFlags(VariableElement) - Method in class com.facebook.buck.jvm.java.abi.AccessFlags
-
Gets the field access flags (see JVMS8 4.5) for the given variable element, augmented by the
special ASM pseudo-access flag for @Deprecated fields.
- getAccessFlagsForClassNode(TypeElement) - Method in class com.facebook.buck.jvm.java.abi.AccessFlags
-
Gets the class access flags (see JVMS8 4.1) for the given type element as they should appear in
the ClassNode of a class file.
- getAccessLevel() - Method in class com.facebook.buck.jvm.java.JarFileObject
-
- getAction() - Method in class com.facebook.buck.core.rules.actions.ActionWrapperData
-
- getActionConfigNames() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getActionConfigNamesFromArg(XcodeWorkspaceConfigDescriptionArg) - Static method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescription
-
- getActionDataKey() - Method in interface com.facebook.buck.core.artifact.BuildArtifact
-
- getActionDigest() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Started
-
- getActionDigest() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Terminal
-
- getActionDigest() - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionActionInfo
-
- getActionGraph() - Method in class com.facebook.buck.core.model.actiongraph.ActionGraphAndBuilder
-
- getActionGraph(TargetGraphCreationResult) - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphProvider
-
Create an ActionGraph, using options extracted from a BuckConfig.
- getActionGraph(TargetNodeToBuildRuleTransformer, TargetGraphCreationResult, Optional<ThriftRuleKeyLogger>) - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphProvider
-
- getActionGraphAndBuilder() - Method in class com.facebook.buck.core.model.graph.ActionAndTargetGraphs
-
- getActionGraphAndBuilder() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphs
-
- getActionGraphAndBuilder() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializer
-
- getActionGraphBuilder() - Method in class com.facebook.buck.core.model.actiongraph.ActionGraphAndBuilder
-
- getActionGraphBuilder() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContext
-
- getActionGraphBuilder() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContextWithTargetGraph
-
- getActionGraphBuilder() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
- getActionGraphBuilder() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getActionGraphBuilder() - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
- getActionGraphBuilder() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getActionGraphBuilder() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getActionGraphBuilder() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
-
- getActionGraphBuilder() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
- getActionGraphCache() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getActionGraphCacheEvents() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getActionGraphNodeCount() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getActionGraphPerfStatEvents() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getActionGraphProvider() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getActionGraphProvider() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getActionGraphProvider() - Method in class com.facebook.buck.cli.ParserAndCaches
-
- getActionGraphProvider() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getActionGraphProvider() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getActionGraphReusedNodeCount() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getActionGraphTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getActionMetadata() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionResult
-
- getActionOptional(ActionAnalysisData.ID) - Method in interface com.facebook.buck.core.rules.analysis.action.ActionAnalysisDataLookUp
-
- getActionOptional(ActionAnalysisData.ID) - Method in class com.facebook.buck.core.rules.analysis.impl.LegacyProviderRuleAnalysisResult
-
- getActionResultDigest() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionResult
-
- getActions() - Method in class com.facebook.buck.core.starlark.rule.SkylarkRuleContext
-
- getActionsPerState() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getActionsPerState() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Current state of all remote execution Actions.
- getActivityLogs() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
Array of strings that show the activity logs
- getActivityLogs() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
Array of strings that show the activity logs
- getActivityName() - Method in class com.facebook.buck.event.StartActivityEvent
-
- getActivityToStart() - Method in class com.facebook.buck.cli.InstallCommand
-
- getActool() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getActualHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
- getActualHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
- getActualHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
- getAdbExecutable() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getAdbExecutable() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getAdbOptions(BuckConfig) - Method in class com.facebook.buck.cli.AdbCommandLineOptions
-
- getAdbOptions(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
-
- getAdbRapidInstallTypes() - Method in class com.facebook.buck.android.exopackage.AbstractAdbConfig
-
- getAdbRapidInstallTypes() - Method in class com.facebook.buck.android.exopackage.AdbConfig
- getAdbThreadCount() - Method in class com.facebook.buck.step.AdbOptions
-
- getAdbTimeout() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getAdbTimeout() - Method in class com.facebook.buck.step.AdbOptions
-
- getAdditionalClasspathEntries(SourcePathResolver) - Method in interface com.facebook.buck.jvm.java.JavaTest.AdditionalClasspathEntriesProvider
-
- getAdditionalClasspathEntries(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- getAdditionalClasspathEntries(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- getAdditionalClasspathEntries(SourcePathResolver) - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
-
- getAdditionalCoverageTargets() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getAdditionalCoverageTargets() - Method in class com.facebook.buck.cxx.CxxTest
-
- getAdditionalCoverageTargets() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getAdditionalCoverageTargets() - Method in class com.facebook.buck.features.python.PythonTest
-
- getAdditionalCoverageTargets() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getAdditionalExportedLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate.ConfiguredDelegate
-
Provides the ability to inject additional exported linker flags.
- getAdditionalFlags() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
Additional flags passed to Haskell compiler
- getAdditionalPreprocessorFlags() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
Additional flags passed to C preprocessor.
- getAdditionalRedexInputs() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getAdditionalSchemeActions() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getAdditionalTargetsToBuild(BuildCommand.GraphsAndBuildTargets) - Method in class com.facebook.buck.cli.BuildCommand
-
- getAdditionalTargetsToBuild(BuildCommand.GraphsAndBuildTargets) - Method in class com.facebook.buck.cli.InstallCommand
-
- getAggregatedCacheRateStats(ImmutableCollection<CacheRateStatsKeeper.CacheRateStatsUpdateEvent>) - Static method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper
-
- getAggregationLimit(IjProjectConfig) - Method in enum com.facebook.buck.features.project.intellij.model.IjModuleType
-
- getAggregationLimitForAndroidResourceModule() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getAggregationMode() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getAggregationTag() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationContext
-
- getAggregationTag() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
Uniquely identifies the type of this module for aggregation purpose.
- getAidl() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
- getAidlExecutable() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getAidlExecutable() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getAidlSrcs() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
- getAlias() - Method in class com.facebook.buck.android.KeystoreProperties
-
- getAliases() - Method in class com.facebook.buck.support.cli.config.AliasConfig
- getAll(Iterable<BuildTarget>) - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- getAll(Set<RuleAnalysisKey>) - Method in interface com.facebook.buck.core.rules.analysis.computation.RuleAnalysisGraph
-
- getAll(Set<RuleAnalysisKey>) - Method in class com.facebook.buck.core.rules.analysis.impl.RuleAnalysisGraphImpl
-
- getAll(Set<RuleAnalysisKey>) - Method in class com.facebook.buck.core.rules.resolver.impl.RuleAnalysisCompatibleDelegatingActionGraphBuilder
-
- getAll(ListeningExecutorService, Iterable<Callable<V>>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
Invoke multiple callables on the provided executor and wait for all to return successfully.
- getAllAbsolutePaths(Collection<? extends SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getAllAbsolutePaths(Collection<? extends SourcePath>) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getAllAvailableCapacity() - Method in class com.facebook.buck.distributed.build_slave.CapacityService
-
- getAllAvailableWriters() - Method in interface com.facebook.buck.log.ConsoleHandlerState
-
- getAllBridgeMethods(TypeElement) - Method in interface com.facebook.buck.jvm.java.lang.model.ElementsExtended
-
- getAllBridgeMethods(TypeElement) - Method in class com.facebook.buck.jvm.java.plugin.adapter.ElementsExtendedImpl
-
- getAllCells() - Method in interface com.facebook.buck.core.cell.Cell
-
Returns a list of all cells, including this cell.
- getAllFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
-
Returns all flags in the appropriate order.
- getAllKnownTargets() - Method in class com.facebook.buck.core.rulekey.calculator.ParallelRuleKeyCalculator
-
- getAllMavenRepos() - Method in class com.facebook.buck.file.downloader.impl.DownloadConfig
-
- getAllMetadata(BuildTarget) - Method in interface com.facebook.buck.core.build.engine.buildinfo.BuildInfoStore
-
- getAllMetadata(BuildTarget) - Method in class com.facebook.buck.core.build.engine.buildinfo.SQLiteBuildInfoStore
-
- getAllMethods(TypeElement, CharSequence) - Method in interface com.facebook.buck.jvm.java.lang.model.ElementsExtended
-
- getAllMethods(TypeElement, CharSequence) - Method in class com.facebook.buck.jvm.java.plugin.adapter.ElementsExtendedImpl
-
- getAllModules(InputStream) - Method in class com.facebook.buck.features.project.intellij.IntellijModulesListParser
-
- getAllNodes(Cell, Path) - Method in interface com.facebook.buck.parser.BuildFileParsePipeline
-
- getAllNodesJob(Cell, Path) - Method in interface com.facebook.buck.parser.BuildFileParsePipeline
-
Asynchronously obtain all
TargetNodes from a build file.
- getAllNodesJob(Cell, Path) - Method in class com.facebook.buck.parser.BuildFileRawNodeParsePipeline
-
- getAllNodesJob(Cell, Path) - Method in class com.facebook.buck.parser.RawTargetNodePipeline
-
Get or load all raw target nodes from a build file
- getAllOutputs() - Method in class com.facebook.buck.features.ocaml.OcamlMLCompileStep.Args
-
- getAllowedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getAllowedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getAllowedDuplicateResourceTypes() - Method in interface com.facebook.buck.android.HasDuplicateAndroidResourceTypes
-
- getAllowedToReadMetadataPaths() - Method in class com.facebook.buck.sandbox.SandboxProperties
-
Paths which metadata is allowed to be read during process execution.
- getAllowedToReadPaths() - Method in class com.facebook.buck.sandbox.SandboxProperties
-
Paths that are allowed to be read during process execution.
- getAllowedToWritePaths() - Method in class com.facebook.buck.sandbox.SandboxProperties
-
Paths that are allowed to be writen during process execution.
- getAllowEmpty() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepListAttribute
-
Whether or not the list can be empty
- getAllowEmpty() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
Whether or not the list can be empty
- getAllowEmpty() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntListAttribute
-
Whether or not the list can be empty
- getAllowEmpty() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceListAttribute
-
Whether or not the list can be empty
- getAllowEmpty() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringListAttribute
-
Whether or not the list can be empty
- getAllowEmpty() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntListAttribute
-
Whether or not the list can be empty
- getAllowEmpty() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceListAttribute
-
Whether or not the list can be empty
- getAllowEmpty() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringListAttribute
-
Whether or not the list can be empty
- getAllowEmptyGlobs() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getAllowEmptyGlobs() - Method in class com.facebook.buck.parser.config.ParserConfig
- getAllowEmptyGlobs() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getAllowSymlinks() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getAllowSymlinks() - Method in class com.facebook.buck.parser.config.ParserConfig
- getAllParamInfo() - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
Get ParamInfo objects for all of the
Attributes provided to this instance
- getAllParamInfo(TypeCoercerFactory, Class<?>) - Method in class com.facebook.buck.rules.coercer.CoercedTypeCache
-
- getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.NoopDebugPathSanitizer
-
- getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
-
- getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
-
- getAllPossibleHostFlavors() - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
- getAllReachableJavaLibraries(Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
-
Return the classpath, including traversing any provided_deps edges and non-java edges
- getAllRules(Iterable<BuildTarget>) - Method in interface com.facebook.buck.core.rules.BuildRuleResolver
-
- getAllRules(Iterable<BuildTarget>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- getAllRulesInternal(Path) - Method in class com.facebook.buck.parser.PythonDslProjectBuildFileParser
-
- getAllTargetNodes(PerBuildState, Cell, Path, TargetConfiguration) - Method in interface com.facebook.buck.parser.Parser
-
- getAllTargetNodesWithTargetCompatibilityFiltering(PerBuildState, Cell, Path, TargetConfiguration) - Method in interface com.facebook.buck.parser.Parser
-
- getAllUploadRuleFutures() - Method in interface com.facebook.buck.distributed.ArtifactCacheByBuildRule
-
- getAllUploadRuleFutures() - Method in class com.facebook.buck.distributed.DistBuildArtifactCacheImpl
-
- getAllUploadRuleFutures() - Method in class com.facebook.buck.distributed.NoopArtifactCacheByBuildRule
-
- getAllVersionPaths() - Method in class com.facebook.buck.features.apple.projectV2.CoreDataResource.VersionInformation
-
- getAllZipEntries(Path) - Static method in class com.facebook.buck.util.zip.Zip
-
- getAmortizedNanoTime() - Method in class com.facebook.buck.event.FileHashCacheEvent
-
- getAmortizedNanoTime() - Method in class com.facebook.buck.event.listener.TimeCostEntry
-
- getAmountsPerRuleType() - Method in class com.facebook.buck.core.build.engine.config.ResourceAwareSchedulingInfo
-
Map from the value of BuildRule#getType() to the required resources.
- getAnalyzeAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
-
- getAndPostAnnouncements() - Method in class com.facebook.buck.event.listener.PublicAnnouncementManager
-
- getAndroidApkDir(ProjectFilesystem) - Static method in class com.facebook.buck.features.project.intellij.IjAndroidHelper
-
- getAndroidAppModularityResult() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getAndroidAppModularityResult() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getAndroidCompileSdkVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getAndroidDevicesHelper() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getAndroidFacet() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getAndroidFacet() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getAndroidFacetRelativePath(Path) - Static method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
Paths in Android facet config marked RELATIVE_PATH expect / prefix
- getAndroidFrameworkIdlFile() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getAndroidFrameworkIdlFile() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getAndroidGenDir(ProjectFilesystem) - Static method in class com.facebook.buck.features.project.intellij.IjAndroidHelper
-
This directory is analogous to the gen/ directory that IntelliJ would produce when building an
Android module.
- getAndroidJar() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getAndroidJar() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getAndroidManifest() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getAndroidManifestPath() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getAndroidManifestPath() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
- getAndroidManifestPath(TargetNode<AndroidBinaryDescriptionArg>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactoryResolver
-
- getAndroidManifestPieces() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Android manifests to merge with the manifest skeleton.
- getAndroidManifestXml() - Method in class com.facebook.buck.android.AaptOutputInfo
-
- getAndroidManifestXml() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
- getAndroidModuleSdkName() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getAndroidModuleSdkType() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getAndroidNdk() - Method in interface com.facebook.buck.android.toolchain.AndroidTools
-
- getAndroidNdk() - Method in class com.facebook.buck.android.toolchain.ImmutableAndroidTools
-
- getAndroidPackage() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
For R.java
- getAndroidPackageableCollection() - Method in class com.facebook.buck.android.AndroidBinary
-
- getAndroidPlatformTarget() - Method in interface com.facebook.buck.android.toolchain.AndroidTools
-
- getAndroidPlatformTarget() - Method in class com.facebook.buck.android.toolchain.ImmutableAndroidTools
-
- getAndroidProjectType() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- getAndroidProperties(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- getAndroidResourceDeps() - Method in class com.facebook.buck.android.DummyRDotJava
-
- getAndroidResourcePath(TargetNode<AndroidResourceDescriptionArg>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactoryResolver
-
- getAndroidSdkLocation() - Method in interface com.facebook.buck.android.toolchain.AndroidTools
-
- getAndroidSdkLocation() - Method in class com.facebook.buck.android.toolchain.ImmutableAndroidTools
-
- getAndroidSdkProguardConfig() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getAndroidSdkProguardConfig() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getAndroidSdkProguardConfig() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getAndroidTools(ToolchainProvider) - Static method in interface com.facebook.buck.android.toolchain.AndroidTools
-
Returns AndroidTools derived from a given toolProvider
- getAndroidToolsCommonJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getAndroidToolsOptional(T) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
Returns android tools if args has need_android_tools option set or empty optional
otherwise.
- getAnnotation(Class<A>) - Method in class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotatedConstruct
-
- getAnnotationDir(ProjectFilesystem, BuildTarget) - Static method in class com.facebook.buck.core.model.impl.BuildPaths
-
Return a path to a file in the buck-out/annotation/ directory, formatted with the target short
name.
- getAnnotationDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getAnnotationMirrors() - Method in class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotatedConstruct
-
- getAnnotationOutputPath(TargetNode<? extends JvmLibraryArg>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactoryResolver
-
- getAnnotationPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.core.model.impl.BuildTargetPaths
-
Deprecated.
Return a path to a file in the buck-out/annotation/ directory.
- getAnnotationPath() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
- getAnnotationProcessingTool() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getAnnotationProcessingTool() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getAnnotationProcessingTool() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getAnnotationProcessingTool() - Method in interface com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg
-
- getAnnotationProcessingTool() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getAnnotationProcessingTool() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getAnnotationProcessorDeps() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getAnnotationProcessorName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getAnnotationProcessorOnly() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getAnnotationProcessorParams() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getAnnotationProcessorPath(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- getAnnotationProcessorPath(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- getAnnotationProcessorPath(SourcePathResolver) - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
-
- getAnnotationProcessors() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getAnnotationProcessors() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getAnnotationProcessors() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getAnnotationsByType(Class<A>) - Method in class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotatedConstruct
-
- getAnsi() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getAnsi() - Method in class com.facebook.buck.event.listener.RenderingConsole
-
- getAnsi() - Method in class com.facebook.buck.util.Console
-
- getApk() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getApk() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getApk() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
- getApk() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getApkInfo() - Method in class com.facebook.buck.android.AndroidBinary
-
The APK at this path is the final one that points to an APK that a user should install.
- getApkInfo() - Method in class com.facebook.buck.android.AndroidBundle
-
The APK at this path is the final one that points to an APK that a user should install.
- getApkInfo() - Method in class com.facebook.buck.android.ApkGenrule
-
- getApkInfo() - Method in interface com.facebook.buck.android.HasInstallableApk
-
- getApkModule() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
-
- getApkModule() - Method in class com.facebook.buck.android.StrippedObjectDescription
-
- getAPKModuleGraph() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
-
- getAPKModuleGraph() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getAPKModules() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
- getAPKModuleToClassesMap(ImmutableMultimap<APKModule, Path>, Function<String, String>, ProjectFilesystem) - Static method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Group the classes in the input jars into a multimap based on the APKModule they belong to
- getApkPath() - Method in class com.facebook.buck.android.ApkInfo
-
- getApkPath() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
-
- getApkUnderTest() - Method in class com.facebook.buck.android.AndroidInstrumentationApk
-
- getApkUnderTestExopackageLocalDir() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getApkUnderTestPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getAppIcon() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
- getAppID() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
Returns a (prefix, identifier) pair for which the profile is valid.
- getAppIncludesFrameworks() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- getAppleCxxPlatformForBuildTarget(BuildRuleResolver, CxxPlatformsProvider, FlavorDomain<AppleCxxPlatform>, BuildTarget, Optional<MultiarchFileInfo>) - Static method in class com.facebook.buck.apple.ApplePlatforms
-
- getAppleCxxPlatforms() - Method in class com.facebook.buck.apple.toolchain.AbstractAppleCxxPlatformsProvider
-
- getAppleCxxPlatforms() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatformsProvider
-
- getAppleDebugSymbolDeps() - Method in class com.facebook.buck.apple.MultiarchFile
-
- getAppleDebugSymbolDeps() - Method in class com.facebook.buck.cxx.CxxBinary
-
- getAppleDebugSymbolDeps() - Method in class com.facebook.buck.cxx.CxxLink
-
- getAppleDebugSymbolDeps() - Method in class com.facebook.buck.cxx.CxxThinLTOIndex
-
- getAppleDebugSymbolDeps() - Method in interface com.facebook.buck.cxx.HasAppleDebugSymbolDeps
-
- getAppleDeveloperDirectory() - Method in interface com.facebook.buck.apple.toolchain.AbstractAppleDeveloperDirectoryProvider
-
- getAppleDeveloperDirectory() - Method in class com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryProvider
-
- getAppleDeveloperDirectoryForTests() - Method in interface com.facebook.buck.apple.toolchain.AbstractAppleDeveloperDirectoryForTestsProvider
-
- getAppleDeveloperDirectoryForTests() - Method in class com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryForTestsProvider
-
- getAppleDeveloperDirectorySupplier(ProcessExecutor) - Method in class com.facebook.buck.apple.AppleConfig
-
If specified, the value of
[apple] xcode_developer_dir wrapped in a
Supplier.
- getAppleDeveloperDirIfSet() - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
- getAppleDeviceHelperAbsolutePath() - Method in class com.facebook.buck.apple.AppleConfig
-
- getAppleDeviceHelperTarget(TargetConfiguration) - Method in class com.facebook.buck.apple.AppleConfig
-
- getAppleDsym() - Method in class com.facebook.buck.apple.AppleBundle
-
- getAppleDsym() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
-
- getApplePlatform() - Method in class com.facebook.buck.apple.toolchain.AppleSdk
-
The platform of the SDK.
- getAppleSdk() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getAppleSdkPaths() - Method in interface com.facebook.buck.apple.toolchain.AbstractAppleSdkLocation
-
- getAppleSdkPaths() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getAppleSdkPaths() - Method in class com.facebook.buck.apple.toolchain.AppleSdkLocation
-
- getAppleToolchains() - Method in interface com.facebook.buck.apple.toolchain.AbstractAppleToolchainProvider
-
- getAppleToolchains() - Method in class com.facebook.buck.apple.toolchain.AppleToolchainProvider
-
- getAppleXcrunPath() - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
- getApplicationModuleBlacklist() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getApplicationModuleBlacklist() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getApplicationModuleBlacklist() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getApplicationModuleBlacklist() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getApplicationModuleConfigs() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getApplicationModuleConfigs() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getApplicationModuleConfigs() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getApplicationModuleConfigs() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getApplicationModuleDependencies() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getApplicationModuleDependencies() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getApplicationModuleDependencies() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getApplicationModuleDependencies() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getApplicationModulesWithResources() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getApplicationModulesWithResources() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getApplicationModulesWithResources() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getApplicationModuleTargets() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getApplicationModuleTargets() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getApplicationModuleTargets() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getApplyDefaultFlavorsMode() - Method in class com.facebook.buck.parser.AbstractParsingContext
-
Controls how flavors are appended to the build targets.
- getApplyDefaultFlavorsMode() - Method in class com.facebook.buck.parser.ParsingContext
-
Controls how flavors are appended to the build targets.
- getApproximateBuildProgress() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- getApproximateBuildProgress() - Method in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- getApproximateLocalBuildProgress() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
Local build progress.
- getApproximateProgress() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildStatsTracker
-
Gets the current approximate progress of the distributed build.
- getAr() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getArchitecture() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that represents the architecture of the device (i.e., "x86_64", etc)
- getArchitecture() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that represents the architecture of the device (i.e., "x86_64", etc)
- getArchitecture() - Method in class com.facebook.buck.core.config.BuckConfig
-
- getArchitectures() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- getArchitectures() - Method in class com.facebook.buck.apple.toolchain.AppleSdk
-
The architectures supported by the SDK.
- getArchiveAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
-
- getArchiveContents() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getArchiveContents() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getArchiveMembers(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.ZipArchiveDependencySupplier
-
- getArchiveMembers(SourcePathRuleFinder) - Method in interface com.facebook.buck.rules.keys.ArchiveDependencySupplier
-
- getArchiveOptions(boolean) - Method in interface com.facebook.buck.cxx.toolchain.Archiver
-
- getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
-
- getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.toolchain.ClangWindowsArchiver
-
- getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
-
- getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
-
- getArchivePath() - Method in class com.facebook.buck.core.io.AbstractArchiveMemberPath
-
- getArchivePath() - Method in class com.facebook.buck.core.io.ArchiveMemberPath
-
- getArchiver() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Archiver binary.
- getArchiverFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Archiver flags.
- getArchiverProvider(Platform) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getArchiverType() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
ArchiverProvider.Type of the archiver.
- getArchiveSourcePath() - Method in class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath
-
- getArea() - Method in interface com.facebook.buck.doctor.config.DoctorSuggestion
-
- getArea() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorSuggestion
-
- getArflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getArflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getArg() - Method in class com.facebook.buck.rules.args.StringArg
-
- getArg() - Method in class com.facebook.buck.support.cli.args.BuckCellArg
-
- getArgs() - Method in interface com.facebook.buck.core.rules.actions.lib.args.CommandLineArgs
-
- getArgs(Iterable<CxxHeaders>, SourcePathResolver, Optional<PathShortener>, Preprocessor) - Static method in class com.facebook.buck.cxx.CxxHeaders
-
- getArgs() - Method in class com.facebook.buck.cxx.CxxLink
-
- getArgs() - Method in class com.facebook.buck.cxx.CxxTest
-
- getArgs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getArgs() - Method in class com.facebook.buck.cxx.CxxThinLTOIndex
-
- getArgs() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
-
- getArgs() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- getArgs() - Method in class com.facebook.buck.event.CommandEvent
-
- getArgs() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- getArgs() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
-
- getArgs() - Method in class com.facebook.buck.rules.args.CompositeArg
-
- getArgs() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
- getArgs() - Method in class com.facebook.buck.shell.ShTest
-
- getArgs() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getArgs() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getArgsParser() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getArgsParser() - Method in class com.facebook.buck.cli.ProjectGeneratorParameters
-
- getArgsPath() - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Path to file which contains the arguments of the command.
- getArguments() - Method in class com.facebook.buck.cli.AuditCellCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditClasspathCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditConfigCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditIncludesCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditInputCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditMbrIsolationCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditOwnerCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditRulesCommand
-
- getArguments() - Method in class com.facebook.buck.cli.AuditTestsCommand
-
- getArguments() - Method in class com.facebook.buck.cli.BuildCommand
-
- getArguments() - Method in class com.facebook.buck.cli.CacheCommand
-
- getArguments() - Method in class com.facebook.buck.cli.PerfManifestCommand
-
- getArguments() - Method in class com.facebook.buck.cli.UninstallCommand
-
- getArguments() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
- getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditDependenciesCommand
-
- getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditTestsCommand
-
- getArgumentTypes() - Method in class com.facebook.buck.query.AllPathsFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.AttrFilterFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.AttrRegexFilterFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.BuildFileFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.DepsFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.DepsFunction.LookupFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.FilterFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.InputsFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.KindFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.LabelsFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.OwnerFunction
-
- getArgumentTypes() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
-
The types of the arguments of the function.
- getArgumentTypes() - Method in class com.facebook.buck.query.RdepsFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.query.TestsOfFunction
-
- getArgumentTypes() - Method in class com.facebook.buck.rules.query.ClasspathFunction
-
- getArgv() - Method in class com.facebook.buck.support.fix.BuckRunSpec
-
The arguments to invoke the command.
- getArgv() - Method in class com.facebook.buck.support.fix.ImmutableBuckRunSpec
-
The arguments to invoke the command.
- getArtifactCache() - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
- getArtifactCacheFactory() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getArtifactCacheFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getArtifactCacheFactory() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getArtifactCacheFactory() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getArtifactCacheModes() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getArtifactCacheModesRaw() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getArtifactCompressionStat() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
Return artifact related compression stat information
- getArtifactContentHash() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
-
- getArtifactContentHash() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractStoreResult
-
- getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.FetchResult
-
- getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
- getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
- getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.StoreResult
-
- getArtifactContentHashCode() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
- getArtifactFilesystem() - Method in class com.facebook.buck.core.rules.actions.ActionExecutionContext
-
- getArtifactFilesystem() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
- getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
- getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
- getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
- getArtifacts() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteDownloadStats
-
- getArtifactSizeBytes() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
-
- getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.FetchResult
-
- getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
- getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
- getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
- getAs() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getAs() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getAsciiString(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- getAsflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getAsflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getAsm() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getAsm() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getAsmflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getAsmflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getAsmpp() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getAsmpp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getAsmppflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getAsmppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getAspp() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getAspp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getAsppflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getAsppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getAssembler() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Assembler binary.
- getAssembler() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getAssemblerFlags(NdkCompilerType) - Method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
- getAssemblerFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Flags for the assembler.
- getAssemblerFlags() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getAssemblerFlags() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getAssemblerFlags() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getAssemblerFlags() - Method in interface com.facebook.buck.features.go.HasGoLinkable
-
- getAssemblerIncludeDirs() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getAssembly() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
- getAssetCatalogsCompilationOptions() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getAssetCatalogsCompilationOptions() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getAssetCatalogsCompilationOptions() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
-
- getAssetCompressionAlgorithm() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getAssetCompressionAlgorithm() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getAssetDirectories() - Method in class com.facebook.buck.android.AbstractModuleInfo
-
- getAssetDirectories() - Method in class com.facebook.buck.android.ModuleInfo
-
- getAssetPaths() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- getAssets() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- getAssets() - Method in class com.facebook.buck.android.AndroidResource
-
- getAssets() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getAssets() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
-
- getAssetsDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Directories containing assets to be included directly in the apk, under the "assets" directory.
- getAssetsDirectoryForProject(ActionGraphBuilder, TargetNode<AndroidResourceDescriptionArg>) - Static method in class com.facebook.buck.android.AndroidResourceDescription
-
- getAssetsPath(TargetNode<AndroidResourceDescriptionArg>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactoryResolver
-
- getAssociatedRuleKeys() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
-
- getAssociatedRuleKeys() - Method in class com.facebook.buck.artifact_cache.FetchResult
-
- getAssociatedRuleKeys() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
- getAstLinkArgs() - Method in class com.facebook.buck.swift.SwiftCompile
-
- getAsyncJobState() - Method in class com.facebook.buck.cli.AsyncJobStateAndCells
-
- getAsyncJobState() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getAsyncPrepFuture() - Method in class com.facebook.buck.distributed.build_slave.CoordinatorAndMinionModeRunner
-
- getAsyncPrepFuture() - Method in class com.facebook.buck.distributed.build_slave.CoordinatorModeRunner
-
- getAsyncPrepFuture() - Method in interface com.facebook.buck.distributed.build_slave.DistBuildModeRunner
-
- getAsyncPrepFuture() - Method in class com.facebook.buck.distributed.build_slave.MinionModeRunner
-
- getAsyncPrepFuture() - Method in class com.facebook.buck.distributed.build_slave.RemoteBuildModeRunner
-
- getAttr() - Method in class com.facebook.buck.core.starlark.rule.SkylarkRuleContext
-
- getAttribute() - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
- getAttribute() - Method in interface com.facebook.buck.core.starlark.rule.attr.AttributeHolder
-
Get the actual attribute object
- getAttributes() - Method in class com.facebook.buck.core.model.targetgraph.impl.AbstractImmutableRawTargetNode
-
- getAttributes() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableRawTargetNode
-
- getAttributes() - Method in interface com.facebook.buck.core.model.targetgraph.raw.RawTargetNode
-
Attributes of this node coerced to the types declared in constructor arguments.
- getAttrs() - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
The attributes that this function accepts
- getAugmentedError(String) - Method in class com.facebook.buck.core.exceptions.HumanReadableExceptionAugmentor
-
Adds messages to the end of an existing error message based on regular expressions provided in
.buckconfig.
- getAugmentedErrorWithContext(boolean, String, HumanReadableExceptionAugmentor) - Method in class com.facebook.buck.util.ErrorLogger.DeconstructedException
-
Creates the user-friendly exception with context, masked stack trace (if not suppressed), and
with augmentations.
- getAutoconfName() - Method in enum com.facebook.buck.util.environment.Platform
-
- getAutoDistributedBuildMessage() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getAutofixCommands() - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
List of commands that autofix is enabled for
- getAutofixEnabled() - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
When running `buck fix` automatically on command failure is enabled
- getAutoStampedeProjectWhitelist() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getAvailableCores() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getAvailableCores() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
-
- getAvailableCores() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
-
- getAvailableResources() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
-
- getAverage() - Method in class com.facebook.buck.counters.SamplingCounter
-
- getAverageDecompressionTimePerEvent() - Method in class com.facebook.buck.event.listener.scuba.AbstractArtifactCompressionStat
-
Average of artifact decompression time in ms per finished event
- getAverageDecompressionTimePerEvent() - Method in class com.facebook.buck.event.listener.scuba.ArtifactCompressionStat
-
Average of artifact decompression time in ms per finished event
- getAverageDecompressionTimePerRuleKey() - Method in class com.facebook.buck.event.listener.scuba.AbstractArtifactCompressionStat
-
Average of artifact decompression time in ms per rule key
- getAverageDecompressionTimePerRuleKey() - Method in class com.facebook.buck.event.listener.scuba.ArtifactCompressionStat
-
Average of artifact decompression time in ms per rule key
- getAverageLoadTime() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getAverageLoadTime() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getAverageLoadTime() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getAverageMissTime() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getAverageMissTime() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getAverageMissTime() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getAverageRetrievalTime() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getAverageRetrievalTime() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getAverageRetrievalTime() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getBackoffStrategy() - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy
-
- getBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getBannedDuplicateResourceTypes() - Method in interface com.facebook.buck.android.HasDuplicateAndroidResourceTypes
-
- getBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- getBaseBookmarks() - Method in interface com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats
-
- getBaseBookmarks() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
- getBaseBookmarks() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
- getBaseBookmarks() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
-
- getBaseBuildTarget() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getBaseBuildTarget() - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
- getBaseConfigurationReference() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
-
- getBaseDir(BuildTarget) - Static method in class com.facebook.buck.core.model.impl.BuildPaths
-
Return a relative path to a file taking into account the target's package path and
formatting with the short name.
- getBasedOffWhichTracked() - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
- getBasedOffWhichTracked() - Method in interface com.facebook.buck.doctor.config.SourceControlInfo
-
- getBasedOnConfigAndPath(BuckConfig, ExecutableFinder) - Static method in class com.facebook.buck.infer.toolchain.InferPlatformFactory
-
Tries to construct
InferPlatform based on buck config or otherwise env vars.
- getBaseModule() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getBaseModule() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getBaseModule(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.features.lua.LuaUtil
-
- getBaseModule() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getBaseModule() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getBaseModule() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getBaseModule() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getBasename() - Method in class com.facebook.buck.core.artifact.ImmutableSourceArtifactImpl
- getBasename() - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- getBaseName() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getBaseName() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getBaseName() - Method in class com.facebook.buck.core.model.ImmutableInternedUnconfiguredBuildTarget
-
Base name of build target, i.e.
- getBaseName() - Method in class com.facebook.buck.core.model.ImmutableUnconfiguredBuildTarget
-
Base name of build target, i.e.
- getBaseName() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getBaseName() - Method in class com.facebook.buck.core.model.impl.ImmutableUnflavoredBuildTargetView
-
- getBaseName() - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
Base name of build target, i.e.
- getBaseName() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
Part of build target name the colon excluding cell name.
- getBaseName() - Method in interface com.facebook.buck.core.model.UnflavoredBuildTargetView
-
If this build target were cell//third_party/java/guava:guava-latest, then this would return
"//third_party/java/guava".
- getBasename() - Method in interface com.facebook.buck.core.starlark.rule.artifact.SkylarkArtifactApi
-
- getBaseName() - Method in class com.facebook.buck.rules.query.Query
-
- getBaseParams() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getBaseParams() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getBasePath() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getBasePath() - Method in class com.facebook.buck.core.model.AbstractUnflavoredBuildTargetView
-
- getBasePath() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getBasePath(BuildTarget, String) - Static method in class com.facebook.buck.core.model.impl.BuildTargetPaths
-
Deprecated.
Return a relative path to a file.
- getBasePath() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getBasePath() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
The path of the directory where this target is located.
- getBasePath() - Method in interface com.facebook.buck.core.model.UnflavoredBuildTargetView
-
If this build target were //third_party/java/guava:guava-latest, then this would return the
Path "third_party/java/guava".
- getBasePath() - Method in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetPattern
-
Relative path to the package folder that is a root for all build targets matched by a pattern
- getBasePath() - Method in class com.facebook.buck.core.parser.buildtargetpattern.ImmutableBuildTargetPattern
-
Relative path to the package folder that is a root for all build targets matched by a pattern
- getBasePath() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getBasePath(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.features.python.PythonUtil
-
- getBasePath() - Method in class com.facebook.buck.parser.BuildFileSpec
-
- getBasePath() - Method in class com.facebook.buck.parser.ImmutableBuildFileSpec
-
- getBasePath() - Method in class com.facebook.buck.support.cli.args.BuckCellArg
-
- getBasePathOfAncestorTarget(Path) - Method in interface com.facebook.buck.core.model.BuildFileTree
-
Returns the base path for a given path.
- getBasePathOfAncestorTarget(Path) - Method in class com.facebook.buck.core.model.impl.FilesystemBackedBuildFileTree
-
Returns the base path for a given path.
- getBasePathOfAncestorTarget(Path) - Method in class com.facebook.buck.core.model.impl.InMemoryBuildFileTree
-
- getBasePlatform() - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg
-
- getBasePlatform() - Method in class com.facebook.buck.core.model.platform.impl.MultiPlatform
-
- getBasePlatform() - Method in class com.facebook.buck.core.rules.platform.ImmutableMultiPlatformRule
-
- getBasePlatform() - Method in interface com.facebook.buck.core.rules.platform.MultiPlatformRule
-
- getBaseTarget() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getBaseTarget() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getBaseTargetFlavorMap() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
- getBaseTargetIndex() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
- getBaseType(Field) - Static method in class com.facebook.buck.util.Types
-
Determine the "base type" of a field.
- getBash() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getBash() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getBash() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getBash() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getBash() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
-
- getBash() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getBeforeRetry() - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy
-
- getBeginningEvent() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.EndingBuildRuleEvent
-
- getBehavior(Class<?>, Class<C>) - Static method in class com.facebook.buck.rules.modern.CustomBehaviorUtils
-
Returns the class behavior of the requested type (if there is one).
- getBestProvisioningProfile(String, ApplePlatform, Optional<ImmutableMap<String, NSObject>>, Optional<? extends Iterable<CodeSignIdentity>>, StringBuffer) - Method in class com.facebook.buck.apple.toolchain.AbstractProvisioningProfileStore
-
- getBestServer() - Method in class com.facebook.buck.slb.ClientSideSlb
-
- getBestServer() - Method in interface com.facebook.buck.slb.HttpLoadBalancer
-
- getBestServer() - Method in class com.facebook.buck.slb.ServerHealthManager
-
- getBinary() - Method in class com.facebook.buck.apple.AppleBundle
-
- getBinary() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getBinary() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunner
-
- getBinary() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
- getBinary() - Method in class com.facebook.buck.features.python.PythonTest
-
- getBinary() - Method in class com.facebook.buck.infer.ImmutableInferConfig
- getBinary() - Method in class com.facebook.buck.infer.InferConfig
-
- getBinaryBuildRule() - Method in class com.facebook.buck.apple.AppleBundle
-
- getBinaryBuildRule() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
-
- getBinaryBuildRule() - Method in interface com.facebook.buck.apple.BuildRuleWithBinary
-
- getBinaryDeps() - Method in class com.facebook.buck.features.haskell.HaskellBinary
-
- getBinaryExtension() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getBinaryExtension() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Extension for binary files.
- getBinaryExtension() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getBinaryFileContent() - Method in class com.facebook.buck.android.StringResources
-
Returns a byte array that represents the entire set of strings, plurals and string arrays in
the following binary file format:
- getBinaryImplementationOwner(ExecutableElement, TypeElement) - Method in interface com.facebook.buck.jvm.java.lang.model.ElementsExtended
-
- getBinaryImplementationOwner(ExecutableElement, TypeElement) - Method in class com.facebook.buck.jvm.java.plugin.adapter.ElementsExtendedImpl
-
- getBinaryJar() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- getBinaryJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getBinaryJars() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- getBinaryName(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.apple.AppleBundle
-
- getBinaryRule() - Method in class com.facebook.buck.cxx.CxxLinkAndCompileRules
-
- getBinarySrc() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
- getBindMounts(String) - Method in interface com.facebook.buck.edenfs.EdenClient
-
- getBindMounts() - Method in class com.facebook.buck.edenfs.EdenMount
-
- getBlacklist() - Method in class com.facebook.buck.apple.TestHostInfo
-
Libraries included in test host that should not be linked into the test library.
- getBlacklist() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getBlacklistedPaths() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getBlacklistedPaths() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getBlacklistedWifiSsids() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getBlacklistedWifiSsids() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getBlacklistRegex() - Method in class com.facebook.buck.cxx.toolchain.InferBuckConfig
-
- getBlobCount() - Method in class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent.Started
-
- getBlobCount() - Method in class com.facebook.buck.remoteexecution.event.CasBlobUploadEvent.Started
-
- getBlueprintIdentifier() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
-
- getBlueprintName() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
-
- getBody() - Method in class com.facebook.buck.features.haskell.HaskellGhciOmnibusSpec
-
- getBody() - Method in interface com.facebook.buck.slb.HttpResponse
-
- getBody() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
-
- getBody() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
-
- getBoolean(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getBoolean(String, String) - Method in class com.facebook.buck.util.config.Config
-
- getBooleanValue(String, String, boolean) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getBooleanValue(String, String, boolean) - Method in class com.facebook.buck.util.config.Config
-
- getBoostTestDep(TargetConfiguration) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getBootClasspath(BuildContext) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
This can be used make the bootclasspath if available, to the postprocess classes commands.
- getBootclasspath() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- getBootClasspath(BuildContext) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- getBootClasspath(BuildContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
-
- getBootClasspathEntries() - Method in class com.facebook.buck.android.RobolectricTest
-
- getBootclasspathEntries() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getBootclasspathEntries() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getBootClasspathEntries() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getBootedSimulatorsUdids() - Method in class com.facebook.buck.apple.simulator.AppleDeviceController
-
- getBootstrapClasspath() - Static method in class com.facebook.buck.util.env.BuckClasspath
-
Returns Buck's "bootstrap" classpath.
- getBranchedFromMasterRevisionId() - Method in interface com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats
-
- getBranchedFromMasterRevisionId() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
- getBranchedFromMasterRevisionId() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
- getBranchedFromMasterRevisionId() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
-
- getBranchedFromMasterTS() - Method in interface com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats
-
- getBranchedFromMasterTS() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
- getBranchedFromMasterTS() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
- getBranchedFromMasterTS() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
-
- getBridgeMethods(TypeElement, CharSequence) - Method in interface com.facebook.buck.jvm.java.lang.model.ElementsExtended
-
- getBridgeMethods(TypeElement) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BridgeMethods
-
- getBridgeMethods(TypeElement, Name) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BridgeMethods
-
- getBridgeMethods(TypeElement, CharSequence) - Method in class com.facebook.buck.jvm.java.plugin.adapter.ElementsExtendedImpl
-
- getBridgeMethodsNoCreate(TypeElement, Name) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BridgeMethods
-
- getBridgingHeader() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used
otherwise.
- getBridgingHeader() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used
otherwise.
- getBridgingHeader() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used
otherwise.
- getBridgingHeader() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used
otherwise.
- getBridgingHeader() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used
otherwise.
- getBridgingHeader() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getBuckBinaryHash() - Static method in class com.facebook.buck.rules.keys.config.impl.BuckBinaryHashProvider
-
Returns Buck binary hash
- getBuckBootstrapClasspathFromEnvVarOrNull() - Static method in class com.facebook.buck.util.env.BuckClasspath
-
- getBuckBuildFileContextGlobals() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
Disable implicit native rules depending on configuration
- getBuckClasspathForIntellij() - Static method in class com.facebook.buck.util.env.BuckClasspath
-
Return Buck's classpath when running under Intellij.
- getBuckClasspathFromEnvVarOrNull() - Static method in class com.facebook.buck.util.env.BuckClasspath
-
- getBuckClasspathFromEnvVarOrThrow() - Static method in class com.facebook.buck.util.env.BuckClasspath
-
- getBuckCommit() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getBuckConfig() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getBuckConfig() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getBuckConfig() - Method in interface com.facebook.buck.core.cell.Cell
-
- getBuckConfig() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getBuckConfig() - Method in class com.facebook.buck.core.description.DescriptionCreationContext
-
- getBuckConfig() - Method in interface com.facebook.buck.core.rules.configsetting.ConfigSettingSelectableConfigurationContext
-
- getBuckConfig() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
- getBuckConfig() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getBuckConfig() - Method in class com.facebook.buck.features.go.GoPlatformFactory
-
- getBuckConfig() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getBuckConfig() - Method in class com.facebook.buck.parser.AbstractDefaultSelectableConfigurationContext
-
- getBuckConfig() - Method in class com.facebook.buck.parser.DefaultSelectableConfigurationContext
-
- getBuckConfig() - Method in class com.facebook.buck.support.state.BuckGlobalStateLifecycleManager
-
- getBuckConfigView(Class<T>) - Method in interface com.facebook.buck.core.cell.Cell
-
- getBuckDirty() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getBucket() - Method in class com.facebook.buck.util.network.offline.ScribeData
-
- getBuckEventBus() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getBuckEventBus() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getBuckEventBus() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getBuckEventBus() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getBuckEventBus() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getBuckEventBus() - Method in class com.facebook.buck.core.rules.actions.ActionExecutionContext
-
- getBuckEventBus() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
- getBuckEventBus() - Method in class com.facebook.buck.distributed.build_client.ConsoleEventsDispatcher
-
- getBuckEventBus() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getBuckEventBus() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getBuckEventBus() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getBuckFilePath() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent
-
- getBuckFixSpecFile() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getBuckFixSpecFile() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getBuckGlobalState(Cell, KnownRuleTypesProvider, Watchman, Console, Clock, UnconfiguredBuildTargetViewFactory, TargetConfigurationSerializer) - Method in class com.facebook.buck.support.state.BuckGlobalStateLifecycleManager
-
Get or create Daemon.
- getBuckLoadContextGlobals() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
Always disable implicit native imports in skylark rules, they should utilize native.foo
- getBuckLogDir() - Method in class com.facebook.buck.log.InvocationInfo
-
- getBuckModuleBaseSourceCodePath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getBuckModuleHashStrategy() - Method in class com.facebook.buck.rules.keys.config.RuleKeyConfiguration
-
- getBuckModuleManager() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getBuckModuleManager() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getBuckModuleManager() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
- getBuckOut() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
The relative path to the directory where Buck will generate its files.
- getBuckOutCompatLink() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getBuckOutCompatLink() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getBuckOutputPath() - Static method in class com.facebook.buck.util.BuckConstant
-
The relative path to the directory where Buck will generate its files.
- getBuckPackageBoundaryExceptions() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
A list of absolute paths under which buck package boundary checks should not be performed.
- getBuckPackageBoundaryExceptions() - Method in class com.facebook.buck.parser.config.ParserConfig
-
A list of absolute paths under which buck package boundary checks should not be performed.
- getBuckPaths() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getBuckPaths() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getBuckProvidedScripts() - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
Get a mapping of short names to Paths for buck provided fix scripts
- getBuckProvidedScripts() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
Get a mapping of names to paths of fix-scripts that are built into buck (such as the original
JASABI fix script).
- getBuckProvidedScripts() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
Get a mapping of names to paths of fix-scripts that are built into buck (such as the original
JASABI fix script).
- getBuckRuleFunctions() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
- getBuckVersion() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getBuild() - Method in class com.facebook.buck.command.LocalBuildExecutor
-
- getBuildable() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
-
- getBuildableContext() - Method in interface com.facebook.buck.core.build.engine.BuildStrategyContext
-
- getBuildableContext() - Method in class com.facebook.buck.core.build.engine.DelegatingBuildStrategyContext
-
- getBuildableForAndroidResources(ActionGraphBuilder, boolean) - Method in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
-
- getBuildableName() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
-
- getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry
-
- getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
-
- getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
-
- getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.SchemePrePostAction
-
- getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestableReference
-
- getBuildAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
-
- getBuildActionEntries() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
-
- getBuildArgs() - Method in class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- getBuildArgs() - Method in class com.facebook.buck.core.build.event.BuildEvent.Started
-
- getBuildArgs() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getBuildArgs() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getBuildCategories() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getBuildCategoryMatchers() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getBuildCellPathFactory(BuildContext, ProjectFilesystem, OutputPathResolver) - Static method in class com.facebook.buck.rules.modern.ModernBuildRule
-
- getBuildCellRootPath() - Method in class com.facebook.buck.core.build.context.BuildContext
-
- getBuildCellRootPath() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getBuildConfigFields() - Method in class com.facebook.buck.android.AndroidBuildConfig
-
- getBuildConfigs() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
- getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
-
- getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
-
- getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
-
- getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
-
- getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
-
- getBuildConfigurationList() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
-
- getBuildConfigurationList() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- getBuildConfigurationsByName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
-
- getBuildConfigValues() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getBuildConfigValues() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getBuildConfigValues() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getBuildConfigValues() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getBuildConfigValuesFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getBuildConfigValuesFile() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getBuildConfigValuesFile() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getBuildContext() - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
BuildContext used by various rules to generate
Steps.
- getBuildDeps() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSources
-
- getBuildDeps() - Method in class com.facebook.buck.android.Aapt2Link
-
- getBuildDeps() - Method in class com.facebook.buck.android.AaptPackageResources
-
- getBuildDeps() - Method in class com.facebook.buck.android.AndroidAppModularity
-
- getBuildDeps() - Method in class com.facebook.buck.android.AndroidAppModularityVerification
-
- getBuildDeps() - Method in class com.facebook.buck.android.AndroidBinary
-
- getBuildDeps() - Method in class com.facebook.buck.android.AndroidBinaryExopackageSymlinkTree
-
- getBuildDeps() - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
-
- getBuildDeps() - Method in class com.facebook.buck.android.AndroidBundle
-
- getBuildDeps() - Method in class com.facebook.buck.android.AndroidManifest
-
- getBuildDeps() - Method in class com.facebook.buck.android.AssembleDirectories
-
- getBuildDeps() - Method in class com.facebook.buck.android.CopyNativeLibraries
-
- getBuildDeps() - Method in class com.facebook.buck.android.DummyRDotJava
-
- getBuildDeps() - Method in class com.facebook.buck.android.ExopackageDeviceDirectoryLister
-
- getBuildDeps() - Method in class com.facebook.buck.android.ExopackageFilesInstaller
-
- getBuildDeps() - Method in class com.facebook.buck.android.ExopackageInstallFinisher
-
- getBuildDeps() - Method in class com.facebook.buck.android.ExopackageResourcesInstaller
-
- getBuildDeps() - Method in class com.facebook.buck.android.GenerateRDotJava
-
- getBuildDeps() - Method in class com.facebook.buck.android.GenerateStringResources
-
- getBuildDeps() - Method in class com.facebook.buck.android.MergeAssets
-
- getBuildDeps() - Method in class com.facebook.buck.android.PackageStringAssets
-
- getBuildDeps() - Method in class com.facebook.buck.android.ResourcesFilter
-
- getBuildDeps() - Method in class com.facebook.buck.android.SplitResources
-
- getBuildDeps() - Method in class com.facebook.buck.apple.AppleAssetCatalog
-
- getBuildDeps() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
-
- getBuildDeps() - Method in class com.facebook.buck.apple.AppleDsym
-
- getBuildDeps() - Method in interface com.facebook.buck.cli.ActionGraphSerializer.ActionGraphData
-
- getBuildDeps() - Method in class com.facebook.buck.cli.ImmutableActionGraphData
-
- getBuildDeps() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getBuildDeps() - Method in interface com.facebook.buck.core.rules.BuildRule
-
- getBuildDeps() - Method in class com.facebook.buck.core.rules.BuildRuleParams
-
- getBuildDeps() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleWithDeclaredAndExtraDeps
-
- getBuildDeps() - Method in class com.facebook.buck.core.rules.impl.DependencyAggregation
-
- getBuildDeps() - Method in class com.facebook.buck.core.rules.impl.NoopBuildRule
-
- getBuildDeps() - Method in class com.facebook.buck.core.rules.impl.RuleAnalysisLegacyBuildRuleView
-
- getBuildDeps() - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getBuildDeps() - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
-
- getBuildDeps() - Method in class com.facebook.buck.cxx.CxxStrip
-
- getBuildDeps() - Method in class com.facebook.buck.features.go.CGoGenImport
-
- getBuildDeps() - Method in class com.facebook.buck.features.go.CGoGenSource
-
- getBuildDeps() - Method in class com.facebook.buck.features.go.GoTestCoverSource
-
- getBuildDeps() - Method in class com.facebook.buck.features.python.PythonInPlaceBinary
-
- getBuildDeps() - Method in class com.facebook.buck.features.python.PythonPackagedBinary
-
- getBuildDeps() - Method in class com.facebook.buck.features.python.PythonSymlinkTree
-
SymlinkTree never has any compile-time deps, only runtime deps.
- getBuildDeps() - Method in class com.facebook.buck.file.WriteFile
-
- getBuildDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.ConstantJavacProvider
-
- getBuildDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.ExternalJavacProvider
-
- getBuildDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JarBackedJavacProvider
-
- getBuildDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JavacFactory
-
- getBuildDeps(SourcePathRuleFinder) - Method in interface com.facebook.buck.jvm.java.JavacProvider
-
- getBuildDeps() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
-
- getBuildDeps() - Method in class com.facebook.buck.shell.DefaultWorkerToolRule
-
- getBuildDeps() - Method in class com.facebook.buck.shell.ExportFile
-
- getBuildDetailsCommands() - Method in class com.facebook.buck.support.log.AbstractLogBuckConfig
-
- getBuildDetailsCommands() - Method in class com.facebook.buck.support.log.LogBuckConfig
- getBuildDetailsLine(BuildId, String) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- getBuildDetailsTemplate() - Method in class com.facebook.buck.support.log.AbstractLogBuckConfig
-
- getBuildEngineActionToBuildRuleResolver() - Method in class com.facebook.buck.core.model.actiongraph.ActionGraphAndBuilder
-
- getBuildEngineMode() - Method in class com.facebook.buck.cli.BuildCommand
-
- getBuildEnvironmentDescription() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getBuildEnvironmentDescription() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getBuildEnvironmentDescription() - Method in class com.facebook.buck.doctor.DefectReport
-
- getBuildEnvironmentDescription() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
-
- getBuilder() - Method in class com.facebook.buck.rules.coercer.ConstructorArgBuilder
-
Get the builder for a constructor arg.
- getBuilder() - Method in class com.facebook.buck.rules.coercer.ImmutableConstructorArgBuilder
-
Get the builder for a constructor arg.
- getBuilderExecutorArgs() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getBuilderForAction(String, String) - Method in interface com.facebook.buck.remoteexecution.interfaces.MetadataProvider
-
- getBuildEventsByThread() - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
-
- getBuildExitCode() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getBuildFileImportWhitelist() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getBuildFileImportWhitelist() - Method in class com.facebook.buck.parser.config.ParserConfig
- getBuildFileImportWhitelist() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getBuildFileManifest(Path) - Method in class com.facebook.buck.json.TargetCountVerificationParserDecorator
-
- getBuildFileManifest(Path) - Method in class com.facebook.buck.parser.api.ForwardingProjectBuildFileParserDecorator
-
- getBuildFileManifest(Path) - Method in interface com.facebook.buck.parser.api.ProjectBuildFileParser
-
Collect all rules from a particular build file, along with meta rules about the rules, for
example which build files the rules depend on.
- getBuildFileManifest(Path) - Method in class com.facebook.buck.parser.cache.impl.CachingProjectBuildFileParserDecorator
-
- getBuildFileManifest(HashCode, HashCode) - Method in class com.facebook.buck.parser.cache.impl.HybridCacheStorage
-
- getBuildFileManifest(HashCode, HashCode) - Method in class com.facebook.buck.parser.cache.impl.LocalCacheStorage
-
- getBuildFileManifest(Path, ProjectBuildFileParser, HashCode, HashCode) - Method in class com.facebook.buck.parser.cache.impl.ParserCache
-
Get build file manifest for the appropriate build file from cache, ignoring errors
- getBuildFileManifest(HashCode, HashCode) - Method in class com.facebook.buck.parser.cache.impl.RemoteManifestServiceCacheStorage
-
- getBuildFileManifest(HashCode, HashCode) - Method in interface com.facebook.buck.parser.cache.ParserCacheStorage
-
- getBuildFileManifest(Path) - Method in class com.facebook.buck.parser.ConcurrentProjectBuildFileParser
-
- getBuildFileManifest(Path) - Method in class com.facebook.buck.parser.decorators.EventReportingProjectBuildFileParser
-
- getBuildFileManifest(Path) - Method in class com.facebook.buck.parser.HybridProjectBuildFileParser
-
- getBuildFileManifest(Cell, Path) - Method in class com.facebook.buck.parser.PerBuildState
-
- getBuildFileManifest(Path) - Method in class com.facebook.buck.parser.PythonDslProjectBuildFileParser
-
Collect all rules from a particular build file, along with meta rules about the rules, for
example which build files the rules depend on.
- getBuildFileManifest(Path) - Method in class com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser
-
- getBuildFileManifestCaches() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
Return a map of all build file manifest caches for each cell which is a key
- getBuildFileName() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getBuildFileName() - Method in class com.facebook.buck.parser.config.ParserConfig
- getBuildFileName() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getBuildFiles(Set<QueryBuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getBuildFiles(Set<NODE_TYPE>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the build files that define the given targets.
- getBuildFiles(Set<NODE_TYPE>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getBuildFiles(Set<QueryBuildTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getBuildFileSearchMethod() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getBuildFileSearchMethod() - Method in class com.facebook.buck.parser.config.ParserConfig
- getBuildFileSpec() - Method in class com.facebook.buck.parser.BuildTargetSpec
-
- getBuildFileSpec() - Method in class com.facebook.buck.parser.ImmutableBuildTargetSpec
-
- getBuildFileSpec() - Method in class com.facebook.buck.parser.ImmutableTargetNodePredicateSpec
-
- getBuildFileSpec() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
-
- getBuildFileSpec() - Method in interface com.facebook.buck.parser.TargetNodeSpec
-
- getBuildFinishTimeMs() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getBuildFor() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry
-
- getBuildFunction() - Method in class com.facebook.buck.rules.coercer.ConstructorArgBuilder
-
- getBuildFunction() - Method in class com.facebook.buck.rules.coercer.ImmutableConstructorArgBuilder
-
- getBuildGraphs() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getBuildId() - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
- getBuildId() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getBuildId() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getBuildId() - Method in interface com.facebook.buck.doctor.config.DoctorEndpointRequest
-
- getBuildId() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getBuildId() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointRequest
-
- getBuildId() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- getBuildId() - Method in interface com.facebook.buck.event.BuckEvent
-
- getBuildId() - Method in interface com.facebook.buck.event.BuckEventBus
-
- getBuildId() - Method in class com.facebook.buck.event.DefaultBuckEventBus
-
An id that every event posted to this event bus will share.
- getBuildId() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
- getBuildId() - Method in class com.facebook.buck.event.listener.LogUploaderListenerCloseArgs
-
- getBuildId() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheData
-
- getBuildId() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheResultScubaEventFactory.AbstractDistBuildClientCacheData
-
- getBuildId() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedData
-
- getBuildId() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedScubaEventFactory.AbstractDistBuildCombinedData
-
- getBuildId() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveData
-
- getBuildId() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveScubaEventFactory.AbstractDistBuildSlaveData
-
- getBuildId() - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- getBuildId() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getBuildId() - Method in class com.facebook.buck.log.InvocationInfo
-
- getBuildId() - Method in class com.facebook.buck.support.build.report.RequestUploader
-
- getBuildId() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
The build ID.
- getBuildId() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
The build ID.
- getBuildInfoStoreManager() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getBuildInfoStoreManager() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getBuildInfoStoreManager() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getBuildInfoStoreManager() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getBuildInputRuleKeyFileSizeLimit() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getBuildInputRuleKeyFileSizeLimit() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getBuildInputRuleKeyFileSizeLimit() - Method in class com.facebook.buck.rules.keys.config.RuleKeyConfiguration
-
- getBuildLabel() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getBuildLabel() - Method in class com.facebook.buck.distributed.build_slave.ServerSideBuildSlaveFinishedStatsEvent
-
- getBuildLabel() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getBuildLogEntryFromId(BuildId) - Method in class com.facebook.buck.doctor.BuildLogHelper
-
Given a build id, return the corresponding
BuildLogEntry of that build
- getBuildLogLine(BuildId) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- getBuildLogs() - Method in class com.facebook.buck.doctor.BuildLogHelper
-
- getBuildMetadataFor(String) - Method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfoRecorder
-
- getBuildMode() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getBuildMode() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getBuildOutput() - Method in class com.facebook.buck.core.rules.attr.BuildOutputInitializer
-
The initialized buildOutput.
- getBuildOutputInitializer() - Method in class com.facebook.buck.android.AndroidResource
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.android.DummyRDotJava
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.android.ResourcesFilter
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.android.UnzipAar
-
- getBuildOutputInitializer() - Method in interface com.facebook.buck.core.rules.attr.InitializableFromDisk
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.CalculateClassAbi
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.CalculateSourceAbiFromLibraryTarget
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.CompareAbis
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getBuildOutputInitializer() - Method in class com.facebook.buck.shell.DefaultWorkerToolRule
-
- getBuildPhaseLatch() - Method in class com.facebook.buck.distributed.build_client.LocalBuildRunner
-
- getBuildPhases() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- getBuildProgress() - Method in class com.facebook.buck.distributed.build_client.DistBuildRemoteProgressEvent
-
- getBuildProgress() - Method in class com.facebook.buck.distributed.build_client.RemoteExecutionBuildTargetsQueue
-
- getBuildProgress() - Method in interface com.facebook.buck.distributed.build_slave.BuildTargetsQueue
-
- getBuildProgress() - Method in class com.facebook.buck.distributed.build_slave.MinionWorkloadAllocator
-
- getBuildProgress() - Method in class com.facebook.buck.distributed.build_slave.ReverseDepBuildTargetsQueue
-
Method to publish build progress.
- getBuildReport() - Method in class com.facebook.buck.core.build.event.BuildEvent.BuildReport
-
- getBuildReportFileUploader() - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListenerCloseArgs
-
- getBuildReportFileUploader() - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListenerCloseArgs
-
- getBuildResult() - Method in interface com.facebook.buck.core.rules.build.strategy.BuildRuleStrategy.StrategyBuildResult
-
A ListenableFuture for the build result.
- getBuildRule() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent
-
- getBuildRule() - Method in class com.facebook.buck.core.build.event.FinalizingBuildRuleEvent
-
- getBuildRule() - Method in class com.facebook.buck.remoteexecution.event.RemoteBuildRuleExecutionEvent
-
- getBuildRuleBuildContext() - Method in interface com.facebook.buck.core.build.engine.BuildStrategyContext
-
- getBuildRuleBuildContext() - Method in class com.facebook.buck.core.build.engine.DelegatingBuildStrategyContext
-
- getBuildRuleDirectedGraphFilteredBy(Iterable<? extends BuildRule>, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.core.rules.common.BuildRuleDependencyVisitors
-
Given dependencies in inputs builds graph of transitive dependencies filtering them by
instanceOf T.
- getBuildRuleMinimumDurationMillis() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
-
- getBuildRuleParams() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
-
- getBuildRuleResolver() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getBuildRuleResult(BuildTarget) - Method in interface com.facebook.buck.core.build.engine.BuildEngine
-
Returns the build result of the build rule associated with the given build target.
- getBuildRuleResult(BuildTarget) - Method in class com.facebook.buck.core.build.engine.impl.CachingBuildEngine
-
- getBuildRules() - Method in class com.facebook.buck.core.build.event.BuildEvent.RuleCountCalculated
-
- getBuildRules() - Method in interface com.facebook.buck.core.rules.ActionGraphBuilder
-
- getBuildRules() - Method in class com.facebook.buck.core.rules.resolver.impl.MultiThreadedActionGraphBuilder
-
- getBuildRules() - Method in class com.facebook.buck.core.rules.resolver.impl.RuleAnalysisCompatibleDelegatingActionGraphBuilder
-
- getBuildRules() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
- getBuildRules() - Method in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory.AbstractBuildData
-
- getBuildRules() - Method in interface com.facebook.buck.event.listener.scuba.CriticalPathScubaEventFactory.CriticalPathData
-
- getBuildRules() - Method in class com.facebook.buck.event.listener.scuba.ImmutableCriticalPathData
-
- getBuildRules() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getBuildRulesCsv() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedData
-
- getBuildRulesCsv() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedScubaEventFactory.AbstractDistBuildCombinedData
-
- getBuildRulesCsv() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveData
-
- getBuildRulesCsv() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveScubaEventFactory.AbstractDistBuildSlaveData
-
- getBuildRulesFinishedCount() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getBuildRuleStatus() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- getBuildSettings() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
-
- getBuildSlaveFinishedStats() - Method in class com.facebook.buck.distributed.build_client.ClientSideBuildSlaveFinishedStatsEvent
-
- getBuildSlaveFinishedStats() - Method in class com.facebook.buck.distributed.build_slave.ServerSideBuildSlaveFinishedStatsEvent
-
- getBuildSlaveHttpPort() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getBuildSlaveLogsMaterializer() - Method in class com.facebook.buck.distributed.build_client.LogStateTracker
-
- getBuildSlaveRequestMaxRetries() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getBuildSlaveRequestRetryIntervalMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getBuildSlaveRunId() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getBuildSlaveRunId() - Method in class com.facebook.buck.distributed.BuildSlaveEventWrapper
-
- getBuildSlaveRunId() - Method in class com.facebook.buck.distributed.DistBuildRunEvent
-
- getBuildSlaveStats() - Method in class com.facebook.buck.distributed.build_client.BuildSlaveStats
-
- getBuildSlaveStatuses() - Method in exception com.facebook.buck.distributed.build_client.BuildPhase.JobCompletedException
-
- getBuildSlaveStatusList() - Method in class com.facebook.buck.distributed.build_client.BuildPhase.BuildResult
-
- getBuildsSinceRebase() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getBuildStartTimeMs() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSources
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.Aapt2Link
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AaptPackageResources
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidAar
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidAppModularity
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidAppModularityVerification
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBinaryExopackageSymlinkTree
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBuildConfig
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBundle
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidManifest
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidResource
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidResourceIndex
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AssembleDirectories
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.CopyNativeLibraries
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.DummyRDotJava
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ExopackageDeviceDirectoryLister
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ExopackageFilesInstaller
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ExopackageInstallFinisher
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ExopackageResourcesInstaller
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.GenAidl
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.GenerateRDotJava
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.GenerateStringResources
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.MergeAssets
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.android.MergeThirdPartyJarResources
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.NativeLibraryProguardGenerator
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.NdkLibrary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PackageStringAssets
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PreDexMerge
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ResourcesFilter
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.RobolectricTestX
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.SplitResources
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.android.SplitUberRDotJavaJar
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.UnstrippedNativeLibraries
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.UnzipAar
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.android.WriteFileHashCode
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleAssetCatalog
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleBundle
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleDebuggableBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleDsym
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleTest
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.BuiltinApplePackage
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.CoreDataModel
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.MultiarchFile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.SceneKitAssets
-
- getBuildSteps(BuildContext, BuildableContext) - Method in interface com.facebook.buck.core.rules.BuildRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.core.rules.impl.DependencyAggregation
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.core.rules.impl.NoopBuildRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.core.rules.impl.NoopBuildRuleWithDeclaredAndExtraDeps
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.core.rules.impl.RuleAnalysisLegacyBuildRuleView
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.core.rules.impl.WriteStringTemplateRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.core.rules.tool.BinaryWrapperRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.cxx.CxxLink.Impl
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxStrip
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxTest
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.cxx.CxxThinLTOIndex.Impl
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.cxx.CxxThinLTOOpt.Impl
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.toolchain.HeaderSymlinkTreeWithModuleMap
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.d.DBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.d.DCompileBuildRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.d.DTest
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.dotnet.CsharpLibrary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibrary
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.features.filegroup.Filegroup
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.go.CGoGenImport
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.go.CGoGenSource
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.go.GoBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.go.GoCompile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.go.GoTest
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.go.GoTestCoverSource
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.go.GoTestMain
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.go.GoTestX
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.gwt.GwtBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.gwt.GwtModule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.halide.HalideCompile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.haskell.HaskellGhciRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.haskell.HaskellHaddockLibRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.haskell.HaskellHaddockRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.haskell.HaskellLinkRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.haskell.HaskellPackageRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.js.JsBundle
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.js.JsBundleAndroid
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.js.JsDependenciesFile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.lua.LuaBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.lua.LuaStandaloneBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.ocaml.OcamlBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.ocaml.OcamlBuild
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.ocaml.OcamlCCompile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.ocaml.OcamlClean
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.ocaml.OcamlDebugLauncher
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.ocaml.OcamlLink
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.ocaml.OcamlMLCompile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibrary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.python.PythonInPlaceBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.python.PythonPackagedBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.python.PythonSymlinkTree
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.python.PythonTest
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.rust.RustCompileRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.features.rust.RustTest
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.features.zip.rules.Zip
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.file.HttpArchive
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.file.HttpFile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.file.RemoteFile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.file.WriteFile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.json.JsonConcatenate
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi.SourceAbiBuildable
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.CompareAbis
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JarFattener
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JarGenrule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.Javadoc
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaSourceJar
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.Keystore
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.MavenUberJar
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in interface com.facebook.buck.rules.modern.Buildable
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.ExportFile
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.Genrule
-
- getBuildSteps(BuildContext, ProjectFilesystem, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.shell.GenruleBuildable
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.LegacyGenrule
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.ShBinary
-
- getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.swift.SwiftCompile
-
- getBuildStepsForAbiJar(BuildContext, ProjectFilesystem, RecordArtifactVerifier, BuildTarget) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getBuildStepsForLibraryJar(BuildContext, ProjectFilesystem, RecordArtifactVerifier, BuildTarget, Path) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getBuildStepsWithoutRecordingOutput(BuildContext) - Method in class com.facebook.buck.shell.Genrule
-
- getBuildStepsWithoutRecordingOutput(BuildContext) - Method in class com.facebook.buck.shell.LegacyGenrule
-
- getBuildStrategy(ModernBuildRuleStrategyConfig, RemoteExecutionConfig, BuildRuleResolver, Cell, CellPathResolver, FileHashLoader, BuckEventBus, MetadataProvider, boolean, boolean) - Static method in class com.facebook.buck.rules.modern.builders.ModernBuildRuleBuilderFactory
-
Creates a BuildRuleStrategy for ModernBuildRules based on the buck configuration.
- getBuildStrategy(boolean, boolean) - Method in interface com.facebook.buck.rules.modern.config.ModernBuildRuleStrategyConfig
-
- getBuildStrategy(boolean, boolean) - Method in class com.facebook.buck.rules.modern.config.ModernBuildRuleStrategyConfigFromSection
-
- getBuildTarget() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
-
- getBuildTarget() - Method in interface com.facebook.buck.android.HasInstallableApk
-
- getBuildTarget() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
-
- getBuildTarget() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchRequest
-
- getBuildTarget() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
- getBuildTarget() - Method in class com.facebook.buck.artifact_cache.FetchResult
-
- getBuildTarget() - Method in interface com.facebook.buck.core.build.action.BuildEngineAction
-
- getBuildTarget(String, String, TargetConfiguration) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getBuildTarget() - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMappingTarget
-
- getBuildTarget() - Method in interface com.facebook.buck.core.model.HasBuildTarget
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.platform.AbstractConstraintSetting
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.platform.AbstractConstraintValue
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.platform.ConstraintSetting
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.platform.ConstraintValue
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.platform.impl.ConstraintBasedPlatform
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.platform.impl.MultiPlatform
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.targetgraph.impl.AbstractImmutableRawTargetNode
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableRawTargetNode
-
- getBuildTarget() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getBuildTarget() - Method in interface com.facebook.buck.core.model.targetgraph.raw.RawTargetNode
-
Build target of this node.
- getBuildTarget() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.actions.AbstractAction
-
- getBuildTarget() - Method in interface com.facebook.buck.core.rules.analysis.action.ActionAnalysisDataKey
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.analysis.action.ImmutableActionAnalysisDataKey
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.analysis.ImmutableRuleAnalysisKey
-
TODO(bobyf) this really should be a ConfiguredBuildTarget
- getBuildTarget() - Method in class com.facebook.buck.core.rules.analysis.impl.LegacyProviderRuleAnalysisResult
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.analysis.RuleAnalysisKey
-
TODO(bobyf) this really should be a ConfiguredBuildTarget
- getBuildTarget() - Method in interface com.facebook.buck.core.rules.analysis.RuleAnalysisResult
-
- getBuildTarget() - Method in interface com.facebook.buck.core.rules.BuildRule
-
- getBuildTarget() - Method in interface com.facebook.buck.core.rules.config.ConfigurationRule
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingRule
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingSelectable
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingRule
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.platform.ConstraintValueRule
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.platform.CpuConstraintDetectorRule
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.platform.ImmutableMultiPlatformRule
-
- getBuildTarget() - Method in interface com.facebook.buck.core.rules.platform.MultiPlatformRule
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.platform.OsConstraintDetectorRule
-
- getBuildTarget() - Method in class com.facebook.buck.core.rules.platform.PlatformRule
-
- getBuildTarget() - Method in interface com.facebook.buck.core.select.Selectable
-
- getBuildTarget() - Method in class com.facebook.buck.core.select.SelectorKey
-
- getBuildTarget() - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
- getBuildTarget() - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
-
- getBuildTarget() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getBuildTarget() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableGroup
-
- getBuildTarget() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getBuildTarget() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
-
- getBuildTarget() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetGroup
-
- getBuildTarget() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetInfo
-
- getBuildTarget() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getBuildTarget() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkTargetGroup
-
- getBuildTarget() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- getBuildTarget() - Method in class com.facebook.buck.event.InstallEvent
-
- getBuildTarget() - Method in interface com.facebook.buck.event.listener.CriticalPathReportableNode
-
- getBuildTarget() - Method in class com.facebook.buck.event.listener.ImmutableCriticalPathReportableNode
-
- getBuildTarget() - Method in class com.facebook.buck.event.StartActivityEvent
-
- getBuildTarget() - Method in class com.facebook.buck.features.lua.SystemLuaCxxLibrary
-
- getBuildTarget() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getBuildTarget() - Method in class com.facebook.buck.jvm.core.DefaultJavaAbiInfo
-
- getBuildTarget() - Method in class com.facebook.buck.jvm.core.EmptyJavaAbiInfo
-
- getBuildTarget() - Method in interface com.facebook.buck.jvm.core.JavaAbiInfo
-
- getBuildTarget() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getBuildTarget() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- getBuildTarget() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
-
- getBuildTarget() - Method in class com.facebook.buck.parser.targetnode.BuildTargetToRawTargetNodeKey
-
- getBuildTarget() - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildTargetToRawTargetNodeKey
-
Build target that uniquely identifies RawTargetNode
- getBuildTarget() - Method in class com.facebook.buck.query.QueryBuildTarget
-
- getBuildTarget() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Started
-
- getBuildTarget() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Scheduled
-
- getBuildTarget() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Started
-
- getBuildTarget() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Terminal
-
- getBuildTarget() - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpec
-
- getBuildTarget() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
- getBuildTarget() - Method in interface com.facebook.buck.rules.visibility.ObeysVisibility
-
- getBuildTarget() - Method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkableGroup
-
- getBuildTarget() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
-
- getBuildTarget() - Method in class com.facebook.buck.test.TestResults
-
- getBuildTarget() - Method in class com.facebook.buck.test.TestRuleEvent
-
- getBuildTargetCell(BuildTarget) - Method in class com.facebook.buck.core.cell.CellProvider
-
- getBuildTargetForFullyQualifiedTarget(String, TargetConfiguration) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getBuildTargetIndex() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
- getBuildTargetName() - Method in class com.facebook.buck.event.ActionGraphPerfStatEvent
-
- getBuildTargetPattern(Cell) - Method in class com.facebook.buck.parser.BuildTargetSpec
-
- getBuildTargetPattern(Cell) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
-
- getBuildTargetPattern(Cell) - Method in interface com.facebook.buck.parser.TargetNodeSpec
-
- getBuildTargets(APKModule) - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
- getBuildTargets() - Method in class com.facebook.buck.core.model.targetgraph.ImmutableTargetGraphCreationResult
-
Top level targets of the target graph.
- getBuildTargets() - Method in class com.facebook.buck.core.model.targetgraph.TargetGraphCreationResult
-
Top level targets of the target graph.
- getBuildTargets() - Method in class com.facebook.buck.features.apple.projectV2.XCodeProjectCommandHelper.Result
-
- getBuildTargets() - Method in class com.facebook.buck.parser.ParseEvent
-
- getBuildTargetSourcePathFilesystem(BuildTargetSourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getBuildTargetSourcePathFilesystem(BuildTargetSourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.DefaultSourcePathResolver
-
- getBuildTargetsToExcludeFromDex() - Method in class com.facebook.buck.android.AndroidBinary
-
- getBuildTargetToGeneratedTargetMap() - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
- getBuildTargetToGeneratedTargetMap() - Method in class com.facebook.buck.features.apple.project.ProjectGenerator
-
- getBuildTargetToGeneratedTargetMap() - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
- getBuildTimeMs() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
- getBuildTimeMs() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getBuildTimeMs() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getBuildTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getBuildTimestamps() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getBuildToolsBinPath() - Method in interface com.facebook.buck.android.toolchain.AbstractAndroidBuildToolsLocation
-
- getBuildToolsBinPath() - Method in class com.facebook.buck.android.toolchain.AndroidBuildToolsLocation
-
- getBuildToolsPath() - Method in interface com.facebook.buck.android.toolchain.AbstractAndroidBuildToolsLocation
-
- getBuildToolsPath() - Method in class com.facebook.buck.android.toolchain.AndroidBuildToolsLocation
-
- getBuildToolsPath() - Method in class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsResolver
-
- getBuildToolsVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getBuildToolsVersion() - Method in class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsResolver
-
Returns Android SDK build tools version that was either discovered or provided during creation.
- getBuildType() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getBuildUuid() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getBuildValue(String) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getBuildValue(String) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
- getBuildVersion() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getBuildVersions() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getBuildVersions() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getBundle() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
- getBundleConfigFile() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getBundleIdFromPlistStream(Path, InputStream) - Static method in class com.facebook.buck.apple.AppleInfoPlistParsing
-
Extracts the bundle ID (CFBundleIdentifier) from an Info.plist, returning it if present.
- getBundleName() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
String that represents the name of the test bundle
- getBundleName() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
String that represents the name of the test bundle
- getBundleName() - Method in interface com.facebook.buck.features.js.HasBundleName
-
The name of the bundle.
- getBundleName() - Method in class com.facebook.buck.features.js.JsBundle
-
- getBundleName() - Method in class com.facebook.buck.features.js.JsBundleAndroid
-
- getBundleName() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
The name of the bundle.
- getBundleName() - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getBundleName() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
The name of the bundle.
- getBundleName() - Method in interface com.facebook.buck.features.js.JsBundleOutputs
-
- getBundleNameForFlavor() - Method in interface com.facebook.buck.features.js.HasBundleName
-
A mapping from flavors to bundle names.
- getBundleNameForFlavor() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
A mapping from flavors to bundle names.
- getBundleNameForFlavor() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
A mapping from flavors to bundle names.
- getBundleRoot(ProjectFilesystem, BuildTarget, String, String) - Static method in class com.facebook.buck.apple.AppleBundle
-
- getBundleTypeFromPlistStream(Path, InputStream) - Static method in class com.facebook.buck.apple.AppleInfoPlistParsing
-
Extracts the bundle type (CFBundlePackageType) from an Info.plist, returning it if present.
- getByName(String, Class<T>) - Method in class com.facebook.buck.core.toolchain.BaseToolchainProvider
-
- getByName(String) - Method in class com.facebook.buck.core.toolchain.impl.DefaultToolchainProvider
-
- getByName(String) - Method in interface com.facebook.buck.core.toolchain.ToolchainProvider
-
- getByName(String, Class<T>) - Method in interface com.facebook.buck.core.toolchain.ToolchainProvider
-
- getByNameIfPresent(String, Class<T>) - Method in class com.facebook.buck.core.toolchain.BaseToolchainProvider
-
- getByNameIfPresent(String, Class<T>) - Method in interface com.facebook.buck.core.toolchain.ToolchainProvider
-
- getBytecodeCLibs() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getBytecodeCompileDeps() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getBytecodeCompileDeps() - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
- getBytecodeCompileDeps(OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlLibrary
-
Dependencies for the bytecode (ocamlc) build
- getBytecodeIncludeDirs(OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlLibrary
-
- getBytecodeIncludes() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getBytecodeLib() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getBytecodeLink() - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
- getBytecodeLinkableInput() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
Inputs for the bytecode (ocamlc) build
- getBytecodeLinkableInput(OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlLibrary
-
- getBytecodeLinkDeps() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getBytecodeLinkDeps(OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlLibrary
-
- getBytecodeOnly() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getBytecodeOnly() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getBytecodeOnly() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getBytes() - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- getBytes(ByteOrder) - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- getBytes(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- getBytes() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteDownloadStats
-
- getBytesRead() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response.ReadPayloadInfo
-
- getBytesReceived() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
-
- getBytesUploaded() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteCacheUploadStats
-
- getCache() - Method in class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
-
- getCache() - Method in interface com.facebook.buck.rules.keys.RuleKeyCacheScope
-
- getCacheable() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
This functionality only exists to get around the lack of extensibility in our current build
rule / build file apis.
- getCacheable() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
This functionality only exists to get around the lack of extensibility in our current build
rule / build file apis.
- getCacheable() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getCacheable() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
This functionality only exists to get around the lack of extensibility in our current build
rule / build file apis.
- getCacheable() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
-
This functionality only exists to get around the lack of extensibility in our current build
rule / build file apis.
- getCacheable() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
This functionality only exists to get around the lack of extensibility in our current build
rule / build file apis.
- getCacheBytes() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheBytesPerMode() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getCachedBuildRules() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
-
- getCachedBuildRules() - Method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
-
- getCachedBuildRules() - Method in interface com.facebook.buck.rules.keys.TrackableRuleKeyCache
-
- getCacheDir() - Method in class com.facebook.buck.artifact_cache.config.DirCacheEntry
-
- getCacheDir() - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry
-
- getCacheDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getCacheDir(Path, Optional<String>, BuckPaths) - Static method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getCacheEntries() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getCacheErrorCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- getCacheErrorCount() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getCacheErrorRate() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- getCacheErrorRate() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getCacheErrors() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheErrorsPerMode() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getCacheHitCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- getCacheHitCount() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getCacheHits() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheHitsPerMode() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getCacheIgnores() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheMissCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- getCacheMissCount() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getCacheMisses() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheMissRate() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- getCacheMissRate() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getCacheMode() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getCacheModeBytes() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheModeErrors() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheModeHits() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheModes() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheModes() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getCacheName() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getCacheNames() - Method in class com.facebook.buck.artifact_cache.AbstractCacheDeleteResult
-
- getCacheNames() - Method in class com.facebook.buck.artifact_cache.CacheDeleteResult
-
- getCacheRateStats() - Method in class com.facebook.buck.event.listener.stats.cache.NetworkStatsTracker
-
Get the current cache rate stats.
- getCacheRateStatsUpdateEventFromSerializedStats(CacheRateStats) - Static method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- getCacheReadMode() - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
-
This method must return the same value over the lifetime of this object.
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.config.DirCacheEntry
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCache
-
- getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
-
- getCacheResult() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
-
- getCacheResult() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- getCacheResult() - Method in class com.facebook.buck.artifact_cache.FetchResult
-
- getCacheResult() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
- getCacheResult() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getCacheResults() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractMultiContainsResult
-
- getCacheResults() - Method in class com.facebook.buck.artifact_cache.MultiContainsResult
-
- getCacheResults() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResultEvent
-
- getCacheResultType() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- getCaches() - Method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- getCachesExamined() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
-
- getCachesExamined() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
- getCacheStats() - Method in class com.facebook.buck.versions.InstrumentedVersionedTargetGraphCache
-
- getCacheStatsEvents() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCacheSynchronizationFirstBackoffMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getCacheSynchronizationMaxTotalBackoffMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getCacheSynchronizationSafetyMarginMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getCacheType() - Method in enum com.facebook.buck.artifact_cache.config.ArtifactCacheMode
-
- getCacheTypeName() - Method in enum com.facebook.buck.artifact_cache.config.ArtifactCacheMode
-
- getCachingBuildEngine() - Method in interface com.facebook.buck.command.BuildExecutor
-
- getCachingBuildEngine() - Method in class com.facebook.buck.command.LocalBuildExecutor
-
- getCachingBuildEngineDelegate() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getCachingBuildEngineDelegate() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphs
-
- getCallable() - Method in class com.facebook.buck.core.graph.transformation.executor.DepsAwareTask
-
- getCanaryClassName() - Method in class com.facebook.buck.android.apkmodule.APKModule
-
- getCanBeAsset() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getCanBeAsset() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getCanBeAsset() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getCanBeAsset() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getCanBeAsset() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getCanBeAsset() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getCancellableTasks() - Method in class com.facebook.buck.support.bgtasks.AsyncBackgroundTaskManager
-
Return map of tasks that might be cancelled (i.e.
- getCandidatesToDelete(Path) - Method in interface com.facebook.buck.util.DirectoryCleaner.PathSelector
-
- getCanonicalCellName(Path) - Method in interface com.facebook.buck.core.cell.CellPathResolver
-
Returns a cell name that can be used to refer to the cell at the given path.
- getCanonicalCellName(Path) - Method in class com.facebook.buck.core.cell.CellPathResolverView
-
- getCanonicalCellName(Path) - Method in class com.facebook.buck.core.cell.DefaultNewCellPathResolver
-
- getCanonicalCellName(Path) - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- getCanonicalCellName(Path) - Method in interface com.facebook.buck.core.cell.NewCellPathResolver
-
- getCanonicalName() - Method in interface com.facebook.buck.core.cell.Cell
-
- getCanonicalName() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getCanonicalName() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
- getCanonicalName() - Method in enum com.facebook.buck.util.environment.Platform
-
- getCanReuseClassLoader() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
- getCanReuseClassLoader() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
- getCanReuseClassLoader() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
- getCapabilities() - Method in class com.facebook.buck.io.watchman.Watchman
-
- getCapacity() - Method in class com.facebook.buck.worker.WorkerProcessPool
-
- getCapacityService() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getCasDownloads() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getCasDownloads() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Total number of downloads.
- getCasDownloadSizeBytes() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getCasDownloadSizeBytes() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Total number of downloaded bytes from CAS.
- getCasUploads() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getCasUploads() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Total number of downloads.
- getCasUploadSizeBytes() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getCasUploadSizeBytes() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Total of uploaded bytes to CAS.
- getCategory() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
-
- getCategory() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- getCategory() - Method in class com.facebook.buck.core.test.event.TestStatusMessageEvent
-
- getCategory() - Method in class com.facebook.buck.core.test.event.TestSummaryEvent
-
- getCategory() - Method in class com.facebook.buck.counters.Counter
-
- getCategory() - Method in class com.facebook.buck.counters.CounterInfo
-
- getCategory() - Method in class com.facebook.buck.counters.CounterSnapshot
-
- getCategory() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
-
- getCategory() - Method in class com.facebook.buck.distributed.StampedeLocalBuildStatusEvent
-
- getCategory() - Method in class com.facebook.buck.event.ActionGraphEvent
-
- getCategory() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
-
- getCategory() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- getCategory() - Method in class com.facebook.buck.event.FileHashCacheEvent
-
- getCategory() - Method in class com.facebook.buck.event.InstallEvent
-
- getCategory() - Method in interface com.facebook.buck.event.LeafEvent
-
- getCategory() - Method in class com.facebook.buck.event.LeafEvents.SimpleLeafEvent
-
- getCategory() - Method in class com.facebook.buck.event.listener.ScribeEventListenerConfig
- getCategory() - Method in interface com.facebook.buck.event.RuleKeyCalculationEvent
-
- getCategory() - Method in enum com.facebook.buck.event.RuleKeyCalculationEvent.Type
-
- getCategory() - Method in class com.facebook.buck.event.StartActivityEvent
-
- getCategory() - Method in class com.facebook.buck.event.UninstallEvent
-
- getCategory() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
-
- getCategory() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
-
- getCategory() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- getCategory() - Method in class com.facebook.buck.log.ErrorLogRecord
-
Computes a category key based on relevant LogRecord information.
- getCategory() - Method in class com.facebook.buck.parser.ParseEvent
-
- getCategory() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionSessionEvent
-
- getCategory() - Method in class com.facebook.buck.step.StepEvent
-
- getCategory() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent
-
- getCategory() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
-
- getCategory() - Method in class com.facebook.buck.util.network.offline.ScribeData
-
- getCategory() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent
-
- getCc() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCc() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCCompiler() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
C compiler binary.
- getCCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getCCompilerFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
C compiler flags.
- getCell() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getCell() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getCell(Path) - Method in interface com.facebook.buck.core.cell.Cell
-
- getCell(UnconfiguredBuildTargetView) - Method in interface com.facebook.buck.core.cell.Cell
-
- getCell(BuildTarget) - Method in interface com.facebook.buck.core.cell.Cell
-
- getCell() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getCell() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getCell() - Method in class com.facebook.buck.core.model.ImmutableInternedUnconfiguredBuildTarget
-
Name of the cell that current build target belongs to
- getCell() - Method in class com.facebook.buck.core.model.ImmutableUnconfiguredBuildTarget
-
Name of the cell that current build target belongs to
- getCell() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getCell() - Method in class com.facebook.buck.core.model.impl.ImmutableUnflavoredBuildTargetView
-
- getCell() - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
Name of the cell that current build target belongs to
- getCell() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
The canonical name of the cell specified in the build target.
- getCell() - Method in interface com.facebook.buck.core.model.UnflavoredBuildTargetView
-
- getCell() - Method in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetPattern
-
Name of the cell that current pattern specifies targets in
- getCell() - Method in class com.facebook.buck.core.parser.buildtargetpattern.ImmutableBuildTargetPattern
-
Name of the cell that current pattern specifies targets in
- getCell() - Method in class com.facebook.buck.parser.AbstractParsingContext
-
Cell for which the parsing request is performed
- getCell() - Method in class com.facebook.buck.parser.ParsingContext
-
Cell for which the parsing request is performed
- getCellBuckOut() - Method in class com.facebook.buck.io.filesystem.EmbeddedCellBuckOutInfo
-
Returns an absolute path to the cell's buck-out embedded inside the root's buck-out
- getCellByPath(Path) - Method in class com.facebook.buck.core.cell.CellProvider
-
- getCellFreeRepresentation() - Method in interface com.facebook.buck.core.parser.buildtargetparser.BuildTargetMatcher
-
Value used in a build file to specify this pattern, devoid of any
Cell prefix.
- getCellIfKnown(BuildTarget) - Method in interface com.facebook.buck.core.cell.Cell
-
- getCellIfKnown(UnconfiguredBuildTargetView) - Method in interface com.facebook.buck.core.cell.Cell
-
- getCellIgnoringVisibilityCheck(Path) - Method in interface com.facebook.buck.core.cell.Cell
-
- getCellIndex(Path) - Method in class com.facebook.buck.distributed.DistBuildCellIndexer
-
- getCellName() - Method in class com.facebook.buck.io.filesystem.EmbeddedCellBuckOutInfo
-
- getCellName() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getCellName() - Method in class com.facebook.buck.support.cli.args.BuckCellArg
-
- getCellNameResolver() - Method in interface com.facebook.buck.core.cell.Cell
-
- getCellNameResolver() - Method in interface com.facebook.buck.core.cell.CellPathResolver
-
- getCellNameResolver() - Method in class com.facebook.buck.core.cell.CellPathResolverView
-
- getCellNameResolver() - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- getCellNameResolver() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getCellNameResolver() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
-
- getCellNames() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getCellNames() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getCellPath(Optional<String>) - Method in interface com.facebook.buck.core.cell.CellPathResolver
-
- getCellPath(Optional<String>) - Method in class com.facebook.buck.core.cell.CellPathResolverView
-
- getCellPath(CanonicalCellName) - Method in class com.facebook.buck.core.cell.DefaultNewCellPathResolver
-
- getCellPath(Optional<String>) - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- getCellPath(CanonicalCellName) - Method in interface com.facebook.buck.core.cell.NewCellPathResolver
-
- getCellPath() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getCellPath() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getCellPath() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getCellPath() - Method in class com.facebook.buck.core.model.impl.ImmutableUnflavoredBuildTargetView
-
- getCellPath() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
The path to the root of the cell where this build target is used.
- getCellPath() - Method in interface com.facebook.buck.core.model.UnflavoredBuildTargetView
-
- getCellPath() - Method in class com.facebook.buck.event.WatchmanStatusEvent.Overflow
-
- getCellPath() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanMultiplePathEvent
-
- getCellPath() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanOverflowEvent
-
- getCellPath() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanPathEvent
-
- getCellPath() - Method in interface com.facebook.buck.io.watchman.WatchmanEvent
-
Absolute cell path root being watched.
- getCellPath() - Method in class com.facebook.buck.io.watchman.WatchmanMultiplePathEvent
-
- getCellPath() - Method in class com.facebook.buck.io.watchman.WatchmanOverflowEvent
-
- getCellPath() - Method in class com.facebook.buck.io.watchman.WatchmanPathEvent
-
- getCellPath() - Method in class com.facebook.buck.parser.BuildFileSpec
-
- getCellPath() - Method in class com.facebook.buck.parser.ImmutableBuildFileSpec
-
- getCellPathOrThrow(Optional<String>) - Method in class com.facebook.buck.core.cell.AbstractCellPathResolver
-
- getCellPathOrThrow(UnflavoredBuildTargetView) - Method in class com.facebook.buck.core.cell.AbstractCellPathResolver
-
- getCellPathOrThrow(Optional<String>) - Method in interface com.facebook.buck.core.cell.CellPathResolver
-
- getCellPathOrThrow(UnflavoredBuildTargetView) - Method in interface com.facebook.buck.core.cell.CellPathResolver
-
- getCellPathPrefix() - Method in class com.facebook.buck.rules.modern.builders.ModernBuildRuleRemoteExecutionHelper
-
- getCellPathPrefix() - Method in interface com.facebook.buck.rules.modern.builders.RemoteExecutionHelper
-
The cell path prefix is the path that all remote execution related paths will be relative to.
- getCellPathResolver() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getCellPathResolver() - Method in interface com.facebook.buck.core.cell.Cell
-
- getCellPathResolver() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getCellPathResolver() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContext
-
- getCellPathResolver() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContextWithTargetGraph
-
- getCellPathResolver() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
- getCellPathResolver() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getCellPathResolver() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getCellPathResolver() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getCellPathResolver() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
- getCellPathsByRootCellExternalName() - Method in interface com.facebook.buck.core.cell.CellPathResolver
-
- getCellPathsByRootCellExternalName() - Method in class com.facebook.buck.core.cell.CellPathResolverView
-
- getCellPathsByRootCellExternalName() - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- getCellPathsByRootCellExternalName() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
-
- getCellProvider() - Method in interface com.facebook.buck.core.cell.Cell
-
- getCellProvider() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getCellRelativeName() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getCellRelativeName() - Method in interface com.facebook.buck.core.model.BuildTarget
-
If this build target is cell//third_party/java/guava:guava-latest, then this would return
"//third_party/java/guava:guava-latest".
- getCellRelativeName() - Method in class com.facebook.buck.core.model.ImmutableInternedUnconfiguredBuildTarget
- getCellRelativeName() - Method in class com.facebook.buck.core.model.ImmutableUnconfiguredBuildTarget
- getCellRelativeName() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getCellRelativeName() - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
- getCellRelativeName() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
The name of the build target including flavors but excluding the cell.
- getCellRoots() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getCells() - Method in class com.facebook.buck.distributed.DistBuildState
-
- getCFiles() - Method in class com.facebook.buck.features.go.CGoGenSource
-
- getCflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCFlags() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getCFlags() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getCGo() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getCgoCompilerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getCgoFiles() - Method in class com.facebook.buck.features.go.CGoGenSource
-
- getChain() - Method in class com.facebook.buck.artifact_cache.ClientCertificateHandler.CertificateInfo
-
- getChanges() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanMultiplePathEvent
-
All changes to monitored file system that occurred since last invalidation
- getChanges() - Method in class com.facebook.buck.io.watchman.WatchmanMultiplePathEvent
-
All changes to monitored file system that occurred since last invalidation
- getCharContent(boolean) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
-
- getCharContent(boolean) - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
-
- getChild(HashCode) - Method in interface com.facebook.buck.rules.modern.Deserializer.DataProvider
-
- getChildren() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
-
- getChildren() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
-
- getChildren() - Method in class com.facebook.buck.core.files.FileTree
-
- getChildren() - Method in class com.facebook.buck.core.files.ImmutableFileTree
-
- getChildren() - Method in class com.facebook.buck.rules.modern.impl.InputsMapBuilder.Data
-
- getChildrenList() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Tree
-
- getChromeTraceWriter() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
- getChunks() - Method in class com.facebook.buck.util.ChunkAccumulator
-
- getChunkSize() - Method in class com.facebook.buck.android.resources.ResChunk
-
- getClassAbiJar(BuildTarget) - Static method in class com.facebook.buck.jvm.core.JavaAbis
-
- getClassAbiPath() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
- getClassesDir() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
- getClassesHash() - Method in interface com.facebook.buck.android.DexWithClasses
-
- getClassExpanders() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
- getClassHashesProvider() - Method in interface com.facebook.buck.jvm.core.HasJavaClassHashes
-
- getClassHashesProvider() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getClassHashesProvider() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getClassLoader(JavaFileManager.Location) - Method in class com.facebook.buck.jvm.java.PluginLoaderJavaFileManager
-
- getClassLoaderCache() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getClassLoaderCache() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getClassLoaderForClassPath(ClassLoader, ImmutableList<URL>) - Method in class com.facebook.buck.util.ClassLoaderCache
-
- getClassName() - Method in class com.facebook.buck.android.dalvik.DalvikMemberReference
-
- getClassName() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
String that represents the name of the class of the test
- getClassName() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
String that represents the name of the class of the test
- getClassName() - Method in class com.facebook.buck.test.selectors.TestDescription
-
- getClassNames() - Method in interface com.facebook.buck.android.DexWithClasses
-
- getClassNamesToHashes() - Method in interface com.facebook.buck.jvm.core.HasJavaClassHashes
-
- getClassNamesToHashes(ProjectFilesystem, SourcePathResolver) - Method in interface com.facebook.buck.jvm.core.JavaClassHashesProvider
-
- getClassNamesToHashes() - Method in class com.facebook.buck.jvm.core.JavaLibrary.Data
-
- getClassNamesToHashes(ProjectFilesystem, SourcePathResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaClassHashesProvider
-
- getClassNamesToHashes() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getClassNamesToHashes() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getClassNamesToHashesSupplier() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
See JavaLibrary#getClassNamesToHashes()
- getClasspath() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
-
- getClasspath() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
- getClasspath(SourcePathResolver, ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
Get the classpath for the plugin.
- getClasspath() - Static method in class com.facebook.buck.util.env.BuckClasspath
-
Returns Buck's classpath.
- getClasspathArgfile() - Method in class com.facebook.buck.jvm.java.JUnitStep
-
Returns the classpath argfile for Java 9+ invocations.
- getClasspathDeps(Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
-
Include the classpath entries from all JavaLibraryRules that have a direct line of lineage to
this rule through other JavaLibraryRules.
- getClasspathEntries() - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
- getClasspathEntries() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
- getClasspathEntriesToDex() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getClasspathEntriesToDex() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Java classes (jars) to include in the package.
- getClasspathFile() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getClassPaths() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- getClasspathsFromLibraries(Iterable<JavaLibrary>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
-
Given libraries that may contribute classpaths, visit them and collect the classpaths.
- getClassToModuleMap(ProjectFilesystem, Path) - Static method in class com.facebook.buck.android.AppModularityMetadataUtil
-
- getClazz() - Method in class com.facebook.buck.parser.api.BuildFileManifestPojoizer.AbstractPojoTransformer
-
Return a type that transformer is able to transform from; the real object should be
assignable to this class, so base classes and interfaces can be used too
- getClazz() - Method in class com.facebook.buck.parser.api.PojoTransformer
-
Return a type that transformer is able to transform from; the real object should be
assignable to this class, so base classes and interfaces can be used too
- getCleanAdditionalPaths() - Method in class com.facebook.buck.cli.AbstractCleanCommandBuckConfig
-
- getCleanAdditionalPaths() - Method in class com.facebook.buck.cli.CleanCommandBuckConfig
- getCleanExcludedCaches() - Method in class com.facebook.buck.cli.AbstractCleanCommandBuckConfig
-
- getCleanExcludedCaches() - Method in class com.facebook.buck.cli.CleanCommandBuckConfig
- getCLibs() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getClient() - Method in class com.facebook.buck.edenfs.EdenClientPool
-
- getClientId() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getClientTlsCertificate() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
Gets the path to a PEM encoded X509 certificate to use as the TLS client certificate for HTTP
cache requests from the content of the env var specified in http_client_tls_cert_env_var if set
or the field value
- getClientTlsCertRequired() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
If true, fail if client TLS certificate or key paths are unspecified, don't exist, are not the
right format or have expired
- getClientTlsForSlb() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
If true, use TLS client authentication certificate, private key and extra trusted certificates
also for CLIENT_SLB mode alive pings.
- getClientTlsKey() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
Gets the path to a PEM encoded PCKS#8 key to use as the TLS client key for HTTP cache requests
from the content of the env var specified in http_client_tls_key_env_var if set or the field
value.
- getClientTlsTrustedCertificates() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
Gets the path to a file containing PEM encoded X509 certificates to use as an additional list
of trusted certificates from the content of the env var specified in http_client_tls_ca_env_var
if set or the field value.
- getCLinkableInput() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
Inputs for the C compiler (both builds)
- getClock() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getClock() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getClock() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getClock() - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
- getClock() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getClock() - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfData
-
- getClock() - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfScubaEventFactory.AbstractActionGraphPerfData
-
- getClock() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheData
-
- getClock() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheResultScubaEventFactory.AbstractDistBuildClientCacheData
-
- getClock() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedData
-
- getClock() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedScubaEventFactory.AbstractDistBuildCombinedData
-
- getClock() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveData
-
- getClock() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveScubaEventFactory.AbstractDistBuildSlaveData
-
- getClock() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getClockIds() - Method in class com.facebook.buck.io.watchman.Watchman
-
- getCmd() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getCmd() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getCmd() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getCmd() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getCmd() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getCmd() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
-
- getCmd() - Method in class com.facebook.buck.shell.Genrule
-
- getCmd() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getCmd() - Method in class com.facebook.buck.shell.LegacyGenrule
-
- getCmdExe() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getCmdExe() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getCmdExe() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getCmdExe() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getCmdExe() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
-
- getCmdExe() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getCode() - Method in enum com.facebook.buck.distributed.DistributedExitCode
-
- getCode() - Method in enum com.facebook.buck.util.ExitCode
-
- getCodesignAllocate() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getCodesignFlags() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getCodesignFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getCodesignFlags() - Method in interface com.facebook.buck.apple.HasAppleCodesignFields
-
- getCodeSignIdentitiesCommand() - Method in class com.facebook.buck.apple.AppleConfig
-
- getCodesignIdentity() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getCodesignIdentity() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getCodesignIdentity() - Method in interface com.facebook.buck.apple.HasAppleCodesignFields
-
- getCodesignProvider() - Method in class com.facebook.buck.apple.AppleConfig
-
- getCodesignProvider() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getCodesignTimeout() - Method in class com.facebook.buck.apple.AppleConfig
-
Specify the maximum code-signing time before timing out.
- getColumnNumber() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
-
- getColumnNumber() - Method in class com.facebook.buck.util.xml.DocumentLocation
-
- getCommand() - Method in class com.facebook.buck.apple.ApplePackageConfig
-
- getCommand() - Method in class com.facebook.buck.apple.IdbRunTestsStep
-
- getCommand() - Method in class com.facebook.buck.apple.xcode.XCScheme.SchemePrePostAction
-
- getCommand() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult.ActionExecutionFailure
-
- getCommand() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult.ActionExecutionSuccess
-
- getCommand() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult
-
- getCommand() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionFailure
-
- getCommand() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionSuccess
-
- getCommand() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getCommand(BuildContext) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
Returns the compilation command (used for compdb).
- getCommand(BuildContext) - Method in class com.facebook.buck.cxx.CxxThinLTOOpt
-
Returns the compilation command (used for compdb).
- getCommand() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Command
-
- getCommand() - Method in class com.facebook.buck.step.AbstractTestStep
-
- getCommand() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
The name of the command that was run.
- getCommand() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
The name of the command that was run.
- getCommand() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
-
- getCommand() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
-
- getCommand() - Method in class com.facebook.buck.util.ProcessExecutor.Result
-
- getCommand() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
The command and arguments to launch.
- getCommand() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
-
- getCommand(Platform, WorkerProcessParams) - Method in class com.facebook.buck.worker.WorkerProcessPoolFactory
-
- getCommandArgs() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getCommandArgs() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getCommandArgs() - Method in class com.facebook.buck.log.InvocationInfo
-
- getCommandArgsFile() - Method in class com.facebook.buck.cli.AbstractCommand
-
- getCommandData() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
Arbitrary additional data from the specific command.
- getCommandData() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
Arbitrary additional data from the specific command.
- getCommandDigest() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Action
-
- getCommandExitCode() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCommandIdToIsDaemonMapper() - Method in class com.facebook.buck.log.GlobalStateManager
-
- getCommandIdToIsRemoteExecutionMapper() - Method in class com.facebook.buck.log.GlobalStateManager
-
- getCommandIdToIsSuperConsoleEnabledMapper() - Method in class com.facebook.buck.log.GlobalStateManager
-
- getCommandLineArgs() - Method in interface com.facebook.buck.core.rules.actions.lib.args.CommandLine
-
- getCommandLineArgs() - Method in class com.facebook.buck.core.rules.actions.lib.args.ImmutableCommandLine
-
- getCommandLineBuildTargetNormalizer(BuckConfig) - Method in class com.facebook.buck.cli.AbstractCommand
-
- getCommandName() - Method in class com.facebook.buck.event.CommandEvent
-
- getCommandName() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.core.toolchain.tool.DelegatingTool
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.core.toolchain.tool.impl.HashedFileTool
-
- getCommandPrefix(SourcePathResolver) - Method in interface com.facebook.buck.core.toolchain.tool.Tool
-
- getCommandPrefix() - Method in class com.facebook.buck.features.python.PexStep
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.features.python.toolchain.PythonEnvironment
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.groovy.Groovyc
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.ExternalJavac
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- getCommandRunnerParams() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getCommandRunnerParams() - Method in class com.facebook.buck.cli.ProjectGeneratorParameters
-
- getCommandsCount() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
-
- getCommandsForArguments(Iterable<String>) - Method in class com.facebook.buck.util.CommandSplitter
-
- getCommandsRunning() - Method in class com.facebook.buck.support.bgtasks.AsyncBackgroundTaskManager
-
- getCommonProjectPrefix(List<String>, BuckConfig) - Static method in class com.facebook.buck.distributed.DistBuildUtil
-
Given a list of targets, determines if they all share a common prefix, and if they do then
returns it.
- getCompatibilityVersion() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
-
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in interface com.facebook.buck.core.description.arg.HasTargetCompatibleWith
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getCompatibleWith() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompatibleWith() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
A list of config_setting a target is compatible with.
- getCompilationDirectory() - Method in class com.facebook.buck.cxx.NoopDebugPathSanitizer
-
- getCompilationDirectory() - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
-
- getCompilationDirectory() - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
-
- getCompilationEnvironment(Path, boolean) - Method in class com.facebook.buck.cxx.NoopDebugPathSanitizer
-
- getCompilationEnvironment(Path, boolean) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
-
- getCompilationEnvironment(Path, boolean) - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
-
- getCompilationFlags(Compiler, Path, ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
-
- getCompilationFlags(Compiler, Path, ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
-
- getCompilationUnit() - Method in class com.facebook.buck.jvm.java.plugin.adapter.CompilationUnitTreeProxyImpl
-
- getCompilationUnit() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
-
- getCompileAgainst() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getCompileAgainst() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getCompileAgainst() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getCompileAgainstLibraryType() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
-
- getCompileBuildTarget(BuildTarget, HaskellPlatform, Linker.LinkableDepType, boolean) - Static method in class com.facebook.buck.features.haskell.HaskellDescriptionUtils
-
- getCompileBuildTarget(BuildTarget, CxxPlatform, CrateType) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
- getCompileDeps(HaskellPlatform) - Method in interface com.facebook.buck.features.haskell.HaskellCompileDep
-
- getCompiledTestsLibrary() - Method in class com.facebook.buck.jvm.java.JavaTest
-
Returns the underlying java library containing the compiled tests.
- getCompiledTestsLibrary() - Method in class com.facebook.buck.jvm.java.JavaTestRunner
-
- getCompileForceCache() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
- getCompileInput(HaskellPlatform, Linker.LinkableDepType, boolean) - Method in interface com.facebook.buck.features.haskell.HaskellCompileDep
-
- getCompiler() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getCompiler(AndroidLibraryDescription.JvmLanguage, JavacFactory) - Method in interface com.facebook.buck.android.AndroidLibraryCompilerFactory
-
- getCompiler() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getCompiler(AndroidLibraryDescription.JvmLanguage, JavacFactory) - Method in class com.facebook.buck.android.DefaultAndroidLibraryCompilerFactory
-
- getCompiler() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getCompiler() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
- getCompiler(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
-
- getCompiler() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getCompiler(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getCompiler() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getCompiler() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getCompiler() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getCompiler() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getCompiler() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getCompiler() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getCompiler() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getCompiler() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getCompiler() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getCompiler() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getCompiler() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.java.JavacSpec
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getCompilerClassName() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getCompilerClassName() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getCompilerDebugPathSanitizer() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCompilerDeps() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getCompilerFlags(NdkCompilerType) - Method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
- getCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getCompilerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getCompilerFlags() - Method in interface com.facebook.buck.features.go.HasGoLinkable
-
- getCompilerFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getCompilerFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getCompilerFlags() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getCompilerFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getCompilerFlags() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
-
- getCompilerFlags() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
- getCompilerFlags() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getCompilerInvocationFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getCompilerMajorVersion(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getCompilerOutputPath() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getCompilerOutputPath(TargetNode<? extends JvmLibraryArg>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactoryResolver
-
- getCompilerOutputPath() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getCompilerParameters(BuildContext, ProjectFilesystem, BuildTarget) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getCompilerPlugins(TargetConfiguration) - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
-
- getCompilerSource(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getCompilerType() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
CxxToolProvider.Type of the compiler.
- getCompilerType() - Method in class com.facebook.buck.event.CompilerErrorEvent
-
- getCompileTimeClasspathAbiDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
- getCompileTimeClasspathFullDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
- getCompileTimeClasspathSourcePaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getCompileTimeClasspathSourcePaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
- getCompileTimeClasspathSourcePaths() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getCompileTimeClasspathUnfilteredFullDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
- getCompileTimeFirstOrderDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
- getComponents() - Method in class com.facebook.buck.features.lua.LuaBinaryPackageComponents
-
- getComponents() - Method in class com.facebook.buck.features.python.PythonBinary
-
- getCompressionLevel() - Method in class com.facebook.buck.util.zip.CustomZipEntry
-
- getCompressPngs() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
- getCompressTraces() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceBuckConfig
-
- getComputationMode() - Method in class com.facebook.buck.core.rules.analysis.config.AbstractRuleAnalysisConfig
-
- getComputationName() - Method in class com.facebook.buck.cli.AbstractPerfCommand
-
- getComputationName() - Method in class com.facebook.buck.cli.PerfActionGraphCommand
-
- getComputationName() - Method in class com.facebook.buck.cli.PerfManifestCommand
-
- getComputationName() - Method in class com.facebook.buck.cli.PerfMbrPrepareRemoteExecutionCommand
-
- getComputationName() - Method in class com.facebook.buck.cli.PerfMbrSerializationCommand
-
- getComputationName() - Method in class com.facebook.buck.cli.PerfRuleKeyCommand
-
- GetComputerNameEx(int, char[], IntByReference) - Method in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- getConcatable() - Method in class com.facebook.buck.core.select.SelectorList
-
- getConcurrencyLimit(BuckConfig) - Method in class com.facebook.buck.cli.AbstractCommand
-
- getConcurrencyLimit() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getConcurrencyLimit() - Method in class com.facebook.buck.core.resources.ResourcesConfig
-
Construct a default ConcurrencyLimit instance from this config.
- getConcurrentInstallEnabled(Optional<BuckEventBus>) - Method in class com.facebook.buck.android.AndroidInstallConfig
-
- getConditions() - Method in class com.facebook.buck.core.select.Selector
-
- getConfidenceIntervalOffset() - Method in class com.facebook.buck.util.Statistics
-
Get the 97.5% z-score.
- getConfig() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
- getConfig() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getConfig() - Method in class com.facebook.buck.core.config.BuckConfig
-
- getConfig() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
- getConfig() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
- getConfigDefaultCxxPlatform(CxxBuckConfig, ImmutableMap<Flavor, UnresolvedCxxPlatform>, UnresolvedCxxPlatform) - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
Returns the configured default cxx platform.
- getConfigFile(TargetConfiguration) - Method in class com.facebook.buck.infer.InferConfig
-
- getConfigJsonFile() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getConfigJsonFile() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getConfigOverrides(ImmutableMap<CellName, Path>) - Method in class com.facebook.buck.cli.AbstractCommand
-
- getConfigOverrides(ImmutableMap<CellName, Path>) - Method in class com.facebook.buck.cli.AbstractContainerCommand
-
- getConfigOverrides(ImmutableMap<CellName, Path>) - Method in interface com.facebook.buck.cli.Command
-
- getConfigOverrides() - Method in class com.facebook.buck.doctor.config.ImmutableUserLocalConfiguration
-
- getConfigOverrides() - Method in interface com.facebook.buck.doctor.config.UserLocalConfiguration
-
- getConfigs() - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- getConfigs() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getConfigs() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getConfigs() - Method in interface com.facebook.buck.apple.AppleNativeTargetDescriptionArg
-
- getConfigs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getConfigs() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getConfigs() - Method in class com.facebook.buck.parser.api.BuildFileManifest
-
- getConfigs() - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
- getConfigsMap() - Method in class com.facebook.buck.util.config.Config
-
A map of Paths to the RawConfig that came from that config file.
- getConfigurationDeps(AndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescription
-
- getConfigurationDeps(AndroidBundleDescriptionArg) - Method in class com.facebook.buck.android.AndroidBundleDescription
-
- getConfigurationDeps(AndroidPlatformArg) - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformDescription
-
- getConfigurationDeps(T) - Method in interface com.facebook.buck.core.description.BaseDescription
-
- getConfigurationDeps() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getConfigurationDeps() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
Provides a set of configuration targets that were used during the construction of this node.
- getConfigurationDeps(ConfigSettingArg) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingDescription
-
- getConfigurationDeps(ConstraintSettingArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingDescription
-
- getConfigurationDeps(ConstraintValueArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintValueDescription
-
- getConfigurationDeps(PlatformArg) - Method in class com.facebook.buck.core.rules.platform.PlatformDescription
-
- getConfigurationRuleRegistry() - Method in class com.facebook.buck.android.ConstraintBasedAndroidNativeTargetConfigurationMatcher
-
- getConfigurationRuleRegistry() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContext
-
- getConfigurationRuleRegistry() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContextWithTargetGraph
-
- getConfigurationRuleRegistry() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
- getConfigurationRuleResolver() - Method in interface com.facebook.buck.core.rules.config.registry.ConfigurationRuleRegistry
-
Provides generic access to configuration rules.
- getConfigurationRuleResolver() - Method in class com.facebook.buck.core.rules.config.registry.ImmutableConfigurationRuleRegistry
-
Provides generic access to configuration rules.
- getConfigurationTargets() - Method in class com.facebook.buck.core.model.ConfigurationForConfigurationTargets
-
- getConfigurationTargets() - Method in class com.facebook.buck.core.model.EmptyTargetConfiguration
-
- getConfigurationTargets() - Method in class com.facebook.buck.core.model.impl.DefaultTargetConfiguration
-
- getConfigurationTargets() - Method in interface com.facebook.buck.core.model.TargetConfiguration
-
- getConfiguredBuckOut() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
The relative path to the directory where Buck will generate its files.
- getConfiguredVersion(String) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getConflictingHeaderBasenameWhitelist() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getConflictingHeaderBasenameWhitelist() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getConnectedDevices() - Method in class com.facebook.buck.apple.device.AppleDeviceHelper
-
Runs the helper program to enumerate all currently-connected devices.
- getConnectionTimeoutMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getConnectTimeoutSeconds() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getConsole() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getConsole() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getConsole() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getConsole() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getConsole() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getConsole() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getConsoleEvent() - Method in class com.facebook.buck.distributed.build_client.StampedeConsoleEvent
-
- getConsoleHandlerState() - Method in class com.facebook.buck.log.GlobalStateManager
-
- getConsoleLogLine() - Method in class com.facebook.buck.distributed.DistBuildCreatedEvent
-
- getConstraintResolver() - Method in interface com.facebook.buck.core.rules.config.registry.ConfigurationRuleRegistry
-
Allows to get access to configuration rules that represent constraint_setting and
constraint_value rules.
- getConstraintResolver() - Method in class com.facebook.buck.core.rules.config.registry.ImmutableConfigurationRuleRegistry
-
Allows to get access to configuration rules that represent constraint_setting and
constraint_value rules.
- getConstraintResolver() - Method in interface com.facebook.buck.core.rules.configsetting.ConfigSettingSelectableConfigurationContext
-
- getConstraintResolver() - Method in class com.facebook.buck.parser.AbstractDefaultSelectableConfigurationContext
-
- getConstraintResolver() - Method in class com.facebook.buck.parser.DefaultSelectableConfigurationContext
-
- getConstraintSetting() - Method in class com.facebook.buck.core.model.platform.AbstractConstraintValue
-
- getConstraintSetting(BuildTarget) - Method in interface com.facebook.buck.core.model.platform.ConstraintResolver
-
- getConstraintSetting() - Method in class com.facebook.buck.core.model.platform.ConstraintValue
-
- getConstraintSetting() - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg
-
- getConstraintSetting() - Method in class com.facebook.buck.core.rules.platform.ConstraintValueRule
-
- getConstraintSetting(BuildTarget) - Method in class com.facebook.buck.core.rules.platform.RuleBasedConstraintResolver
-
- getConstraintValue(BuildTarget) - Method in interface com.facebook.buck.core.model.platform.ConstraintResolver
-
- getConstraintValue(BuildTarget) - Method in class com.facebook.buck.core.rules.platform.RuleBasedConstraintResolver
-
- getConstraintValues() - Method in class com.facebook.buck.core.model.platform.impl.ConstraintBasedPlatform
-
- getConstraintValues() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg
-
- getConstraintValues() - Method in class com.facebook.buck.core.rules.platform.PlatformArg
-
- getConstrainValues() - Method in class com.facebook.buck.core.rules.platform.PlatformRule
-
- getConstructorArg() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getConstructorArg() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getConstructorArgBuilder(TypeCoercerFactory, RuleType, Class<T>, BuildTarget) - Method in class com.facebook.buck.core.rules.knowntypes.AbstractKnownNativeRuleTypes
-
- getConstructorArgBuilder(TypeCoercerFactory, RuleType, Class<T>, BuildTarget) - Method in class com.facebook.buck.core.rules.knowntypes.HybridKnownRuleTypes
-
- getConstructorArgBuilder(TypeCoercerFactory, RuleType, Class<T>, BuildTarget) - Method in interface com.facebook.buck.core.rules.knowntypes.KnownRuleTypes
-
Get a builder that helps create constructor args for descriptions.
- getConstructorArgBuilder(TypeCoercerFactory, RuleType, Class<T>, BuildTarget) - Method in class com.facebook.buck.core.starlark.knowntypes.KnownUserDefinedRuleTypes
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidAarDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidAppModularityDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidBuildConfigDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidBundleDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidManifestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.AndroidResourceDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.ApkGenruleDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.GenAidlDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.NdkLibraryDescription
-
Deprecated.
- getConstructorArgType() - Method in class com.facebook.buck.android.NdkToolchainDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.RobolectricTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.AppleBundleDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.ApplePackageDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.AppleResourceDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.AppleTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.CoreDataModelDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.XcodePostbuildScriptDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
-
- getConstructorArgType() - Method in interface com.facebook.buck.core.description.BaseDescription
-
The type of the constructor argument that is used by this description to create a rule
- getConstructorArgType() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.core.rules.platform.ConstraintValueDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.core.rules.platform.CpuConstraintDetectorDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.core.rules.platform.OsConstraintDetectorDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.core.rules.platform.PlatformDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.core.starlark.rule.SkylarkDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxToolchainDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.d.DBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.d.DLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.d.DTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.filegroup.FilegroupDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.go.CgoLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.go.GoBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.go.GoLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.go.GoTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.go.GoTestRunnerDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.halide.HalideLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.js.JsBundleDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.js.JsLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.lua.LuaBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.lua.LuaLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.python.PythonBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.python.PythonLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.python.PythonTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.rust.RustBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.rust.RustLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.rust.RustTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.file.HttpArchiveDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.file.HttpFileDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.file.RemoteFileDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JarGenruleDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaPluginDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.KeystoreDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.shell.CommandAliasDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.shell.ExportFileDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.shell.GenruleDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.shell.ShBinaryDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.shell.ShTestDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.shell.TestSuiteDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.shell.WorkerToolDescription
-
- getConstructorArgType() - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- getContacts() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getContacts() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.apple.AppleTest
-
- getContacts() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getContacts() - Method in interface com.facebook.buck.core.description.arg.HasContacts
-
- getContacts() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getContacts() - Method in interface com.facebook.buck.core.test.rule.TestRule
-
- getContacts() - Method in class com.facebook.buck.cxx.CxxTest
-
- getContacts() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.features.d.DTest
-
- getContacts() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.features.go.GoTest
-
- getContacts() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.features.go.GoTestX
-
- getContacts() - Method in class com.facebook.buck.features.python.PythonTest
-
- getContacts() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.features.rust.RustTest
-
- getContacts() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getContacts() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getContacts() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.shell.ShTest
-
- getContacts() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getContacts() - Method in class com.facebook.buck.test.TestResults
-
- getContainer() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
-
Returns the containing file for this file-like entry.
- getContainerClass(Field) - Static method in class com.facebook.buck.util.Types
-
- getContainerCommandPrefix() - Method in class com.facebook.buck.cli.AbstractContainerCommand
-
- getContainerCommandPrefix() - Method in class com.facebook.buck.cli.AuditCommand
-
- getContainerCommandPrefix() - Method in class com.facebook.buck.cli.AuditMbrCommand
-
- getContainerCommandPrefix() - Method in class com.facebook.buck.cli.BuckCommand
-
- getContainerCommandPrefix() - Method in class com.facebook.buck.cli.PerfCasCommand
-
- getContainerCommandPrefix() - Method in class com.facebook.buck.cli.PerfCommand
-
- getContainerCommandPrefix() - Method in class com.facebook.buck.cli.PerfMbrCommand
-
- getContainerCommandPrefix() - Method in class com.facebook.buck.cli.ServerCommand
-
- getContainerPortal() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
-
- getContainerRelativePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
-
- getContainingLabel() - Method in class com.facebook.buck.skylark.parser.LoadImport
-
Returns a label of the file containing this import.
- getContent() - Method in class com.facebook.buck.event.ExperimentEvent
-
- getContent(SourcePathResolver) - Method in class com.facebook.buck.rules.args.WriteToFileArg
-
Get the expanded content to write to the file.
- getContentAddressedStorage() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionClients
-
- getContentAddressedStorage() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionClients
-
- getContentAddressedStorage() - Method in class com.facebook.buck.remoteexecution.util.OutOfProcessIsolatedExecutionClients
-
- getContentHashes() - Method in interface com.facebook.buck.util.cache.JarContentHasher
-
- getContentLength() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
-
- getContentLength() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
-
- getContentRoots(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- getContents() - Method in class com.facebook.buck.util.cache.JarHashCodeAndFileType
-
Return hash values for all files in an archive (like a JAR)
- getContentsAsString(Charset) - Method in class com.facebook.buck.util.CapturingPrintStream
-
- getContext() - Method in exception com.facebook.buck.core.build.engine.impl.BuildRuleFailedException
-
- getContext() - Method in exception com.facebook.buck.core.exceptions.BuckExecutionException
-
- getContext() - Method in exception com.facebook.buck.core.exceptions.BuckUncheckedExecutionException
-
- getContext() - Method in interface com.facebook.buck.core.exceptions.ExceptionWithContext
-
- getContext() - Method in exception com.facebook.buck.step.StepFailedException
-
- getContext() - Method in class com.facebook.buck.util.ContextualProcessExecutor
-
- getContext() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
-
- getControllerMaxThreadCount() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getCoordinatorBuildRuleEventsPublisher() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getCoordinatorConnectionTimeoutMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getCopyNativeLibraries() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getCopyNativeLibrariesForSystemLibraryLoader() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getCopySceneKitAssets() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getCopyStdlibToFrameworks() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
If enabled, swift-stdlib-tool will be run on .framework bundles, copying the Swift standard
library into them.
- getCopyStep() - Method in class com.facebook.buck.android.FilterResourcesSteps
-
- getCoreKey() - Method in class com.facebook.buck.rules.keys.config.RuleKeyConfiguration
-
- getCoreSimulatorServicePath(UserIdFetcher) - Method in class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
-
Returns the path on disk to the running Core Simulator service, if any.
- getCount() - Method in class com.facebook.buck.counters.SamplingCounter
-
- getCount() - Method in class com.facebook.buck.log.LogConfigSetup
-
- getCount() - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
-
- getCounters() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
-
- getCounters() - Method in class com.facebook.buck.parser.DaemonicParserState
-
- getCountersFirstFlushIntervalMillis() - Method in class com.facebook.buck.counters.AbstractCounterBuckConfig
-
- getCountersFlushIntervalMillis() - Method in class com.facebook.buck.counters.AbstractCounterBuckConfig
-
- getCover() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getCoverageExcludes() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
- getCoverageExcludes() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getCoverageIncludes() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
- getCoverageIncludes() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getCoverageMode() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getCoverageReportFormats() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getCoverageReportTitle() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getCoveredByDepFilePredicate(SourcePathResolver) - Method in interface com.facebook.buck.core.rules.attr.SupportsDependencyFileRuleKey
-
Returns a predicate that can tell whether a given path is covered by dep-file or not.
- getCoveredByDepFilePredicate(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
- getCoveredByDepFilePredicate(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- getCoveredByDepFilePredicate(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getCoveredByDepFilePredicate(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
Returns a predicate indicating whether a SourcePath is covered by the depfile.
- getCoveredSources() - Method in class com.facebook.buck.features.go.GoTestCoverSource
-
- getCpp() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCpp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCppflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCPreprocessor() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getCPreprocessor() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getCpu() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
- getCpuFilters() - Method in class com.facebook.buck.android.AndroidBinary
-
- getCpuFilters() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getCpuFilters() - Method in class com.facebook.buck.android.AndroidBundle
-
- getCpuFilters() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getCpuFilters() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getCpuReal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getCpuSys() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getCpuTotal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getCpuUser() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getCrashed() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
Boolean that shows if the test crashed or not
- getCrashed() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
Boolean that shows if the test crashed or not
- getCrate() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getCrate() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getCrate() - Method in interface com.facebook.buck.features.rust.RustCommonArgs
-
- getCrate() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getCrate() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getCrateRoot() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getCrateRoot() - Method in interface com.facebook.buck.features.rust.RustCommonArgs
-
- getCrateRoot(SourcePathResolver, String, ImmutableSet<String>, Stream<SourcePath>) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
Given a list of sources, return the one which is the root based on the defaults and user
parameters.
- getCrateRoot() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getCrateRoot() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getCrateType() - Method in enum com.facebook.buck.features.rust.RustBinaryDescription.Type
-
- getCreationMillis() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
-
- getCriticalPath() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCriticalPathExecutionTimeMs() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getCriticalPathReportNodes() - Method in class com.facebook.buck.event.listener.CriticalPathEventListener
-
Return all the critical path nodes for reports
- getCsharpCompiler() - Method in class com.facebook.buck.features.dotnet.AbstractDotnetBuckConfig
-
- getCuda() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCuda() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCudaflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCudaflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCudapp() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCudapp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCudappflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCudappflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCurrentBuildJobState(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildService
-
- getCurrentMemoryBytesUsageByPool() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
-
- getCurrentRevisionId() - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
- getCurrentRevisionId() - Method in interface com.facebook.buck.doctor.config.SourceControlInfo
-
- getCurrentRevisionId() - Method in interface com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats
-
- getCurrentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
- getCurrentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
- getCurrentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
-
- getCurrentVersion() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
-
- getCurrentVersionFile() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
The version the buck output directory was created for
- getCurrentVersionPath() - Method in class com.facebook.buck.features.apple.projectV2.CoreDataResource.VersionInformation
-
- getCustomBehavior() - Method in class com.facebook.buck.rules.modern.FieldInfo
-
- getCustomLinkingDeps(CommonDescriptionArg) - Method in interface com.facebook.buck.apple.AppleCustomLinkingDepsDescription
-
- getCustomLinkingDeps(CommonDescriptionArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescription
-
- getCwd() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getCwd() - Method in class com.facebook.buck.support.fix.BuckRunSpec
-
The PWD where the command should be run from
- getCwd() - Method in class com.facebook.buck.support.fix.ImmutableBuckRunSpec
-
The PWD where the command should be run from
- getCxx() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCxx() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCxxBuckConfig() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getCxxBuckConfig() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getCxxCompiler() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
C++ compiler binary.
- getCxxCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getCxxCompilerFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
C++ compiler flags.
- getCxxDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Override parent class's deps to include exported deps.
- getCxxDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Override parent class's deps to include exported deps.
- getCxxDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Override parent class's deps to include exported deps.
- getCxxDeps() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getCxxDeps() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getCxxDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
Override parent class's deps to include exported deps.
- getCxxDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Override parent class's deps to include exported deps.
- getCxxDeps() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getCxxDeps() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getCxxDeps() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getCxxDeps() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getCxxDeps() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getCxxflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCxxflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCxxFlavors(BuckConfig) - Static method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
Constructs set of flavors given in a .buckconfig file, as is specified by section names of the
form cxx#{flavor name}.
- getCxxHeaderDirs() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getCxxIncludePaths() - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
- getCxxLibrary(String, TargetConfiguration) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getCxxLibrary() - Method in class com.facebook.buck.features.python.toolchain.impl.LazyPythonPlatform
-
- getCxxLibrary() - Method in interface com.facebook.buck.features.python.toolchain.PythonPlatform
-
- getCxxLibraryWhitelist() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getCxxLibraryWhitelist() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getCxxLibraryWhitelist() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getCxxLibraryWhitelist() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getCxxLibraryWhitelist() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getCxxLibraryWhitelist() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getCxxLink() - Method in class com.facebook.buck.cxx.CxxLinkAndCompileRules
-
- getCxxPlatform() - Method in class com.facebook.buck.android.toolchain.ndk.impl.ProviderBackedUnresolvedNdkCxxPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.android.toolchain.ndk.impl.StaticUnresolvedNdkCxxPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatform
-
- getCxxPlatform() - Method in interface com.facebook.buck.android.toolchain.ndk.UnresolvedNdkCxxPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.cxx.CxxBinary
-
- getCxxPlatform() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getCxxPlatform(CxxPlatformsProvider, BuildTarget, Optional<Flavor>) - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
Returns the configured cxx platform for a particular target.
- getCxxPlatform() - Method in class com.facebook.buck.cxx.toolchain.impl.StaticUnresolvedCxxPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableCacheKey
-
- getCxxPlatform() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getCxxPlatform() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getCxxPlatform() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getCxxPlatform() - Method in class com.facebook.buck.features.rust.RustPlatform
-
- getCxxPlatforms() - Method in class com.facebook.buck.android.toolchain.ndk.AbstractNdkCxxPlatformsProvider
-
- getCxxPlatforms() - Method in class com.facebook.buck.apple.toolchain.AbstractAppleCxxPlatformsProvider
-
- getCxxPlatforms() - Method in interface com.facebook.buck.cxx.toolchain.CxxPlatformsSupplier
-
- getCxxPlatforms() - Method in class com.facebook.buck.features.go.GoPlatformFactory
-
- getCxxpp() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCxxpp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCxxppflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getCxxppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getCxxPreprocessorDeps(CxxPlatform, BuildRuleResolver) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getCxxPreprocessorDeps(CxxPlatform, BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getCxxPreprocessorDeps(CxxPlatform, BuildRuleResolver) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
-
- getCxxPreprocessorDeps(CxxPlatform, BuildRuleResolver) - Method in class com.facebook.buck.cxx.PreInclude
-
- getCxxPreprocessorDeps(CxxPlatform, BuildRuleResolver) - Method in class com.facebook.buck.features.halide.HalideLibrary
-
- getCxxPreprocessorDeps(CxxPlatform, BuildRuleResolver) - Method in class com.facebook.buck.features.lua.SystemLuaCxxLibrary
-
- getCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getCxxPreprocessorInput(BuildTarget, ActionGraphBuilder, boolean, CxxPlatform, HeaderVisibility, CxxPreprocessables.IncludeType, Multimap<AbstractCxxSource.Type, String>, Iterable<FrameworkPath>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
-
- getCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
-
Returns the preprocessor input that represents this rule's public (exported) declarations.
- getCxxPreprocessorInput() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.PreInclude
-
- getCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.halide.HalideLibrary
-
- getCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.lua.SystemLuaCxxLibrary
-
- getCxxPreprocessorInput() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getCxxRuntime() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
Ndk runtime type.
- getCxxRuntime() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatform
-
- getCxxRuntimeType() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getCxxRuntimeType() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getCxxRuntimeType() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getCxxSharedRuntimePath() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatform
-
- getCxxToolchain() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
Target for the cxx toolchain part of the ndk toolchain.
- getCycle() - Method in exception com.facebook.buck.core.util.graph.AcyclicDepthFirstPostOrderTraversal.CycleException
-
- getDaemonicParserState() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getDaemonUptime() - Method in class com.facebook.buck.event.CommandEvent
-
- getDaemonUptime() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getData() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getData() - Method in class com.facebook.buck.core.model.impl.ImmutableUnflavoredBuildTargetView
-
- getData() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
Return a data object that backs current view
- getData() - Method in interface com.facebook.buck.core.model.UnflavoredBuildTargetView
-
Data object that backs current instance
- getData() - Method in class com.facebook.buck.core.test.rule.CoercedTestRunnerSpec
-
- getData() - Method in class com.facebook.buck.core.test.rule.ImmutableCoercedTestRunnerSpec
-
- getData() - Method in class com.facebook.buck.core.test.rule.ImmutableTestRunnerSpec
-
- getData() - Method in class com.facebook.buck.core.test.rule.TestRunnerSpec
-
- getData() - Method in class com.facebook.buck.features.project.intellij.DependencyEntry
-
- getData(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
Looks up some data.
- getData(MerkleTreeNodeCache.MerkleTreeNode) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache
-
Gets the
Protocol encoded data for the provided tree.
- getData() - Method in interface com.facebook.buck.rules.modern.Deserializer.DataProvider
-
- getData() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
-
- getData() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
-
- getData() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
-
- getDataForRequest(Request) - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
-
- getDataForRequest(Request) - Method in class com.facebook.buck.httpserver.TraceHandlerDelegate
-
- getDataForRequest(Request) - Method in class com.facebook.buck.httpserver.TracesHandlerDelegate
-
- getDataPointsCount() - Method in class com.facebook.buck.event.FileHashCacheEvent
-
- getDb() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getDdmlibJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getDeadMinions() - Method in class com.facebook.buck.distributed.build_slave.MinionHealthTracker.MinionHealthStatus
-
- getDebugMode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
- getDebugPathSanitizerLimit() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getDecimalStringAsInt(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- getDecimalStringAsLong(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- getDeclaredClass() - Method in class com.facebook.buck.core.rules.providers.impl.BuiltInProviderInfo
-
- getDeclaredClass() - Method in class com.facebook.buck.core.starlark.compatible.BuckStarlarkStructObject
-
- getDeclaredDeps() - Method in class com.facebook.buck.android.AndroidBinary
-
- getDeclaredDeps() - Method in class com.facebook.buck.android.AndroidBundle
-
- getDeclaredDeps() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
-
- getDeclaredDeps() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getDeclaredDeps() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getDeclaredDeps() - Method in interface com.facebook.buck.core.rules.attr.HasDeclaredAndExtraDeps
-
- getDeclaredDeps() - Method in class com.facebook.buck.core.rules.BuildRuleParams
-
- getDeclaredDeps() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleWithDeclaredAndExtraDeps
-
- getDeclaredMethods(TypeElement, CharSequence) - Method in interface com.facebook.buck.jvm.java.lang.model.ElementsExtended
-
- getDeclaredMethods(TypeElement, CharSequence) - Method in class com.facebook.buck.jvm.java.plugin.adapter.ElementsExtendedImpl
-
- getDeclaredPlatforms() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getDecompressionEventCount() - Method in class com.facebook.buck.event.listener.scuba.AbstractArtifactCompressionStat
-
Total count of artifact decompression finished events
- getDecompressionEventCount() - Method in class com.facebook.buck.event.listener.scuba.ArtifactCompressionStat
-
Total count of artifact decompression finished events
- getDecompressionRuleKeyCount() - Method in class com.facebook.buck.event.listener.scuba.AbstractArtifactCompressionStat
-
Total count of all rule keys in artifact compression finished events
- getDecompressionRuleKeyCount() - Method in class com.facebook.buck.event.listener.scuba.ArtifactCompressionStat
-
Total count of all rule keys in artifact compression finished events
- getDefault(ToolchainProvider) - Static method in class com.facebook.buck.jvm.java.JavacFactory
-
Creates a JavacFactory for the default Java toolchain.
- getDefaultBuildConfigFields() - Static method in class com.facebook.buck.android.BuildConfigs
-
Returns a list of fields (with values) that every BuildConfig.java should declare.
- getDefaultBuildFileSyntax() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getDefaultBuildFileSyntax() - Method in class com.facebook.buck.parser.config.ParserConfig
- getDefaultCacheMissRequestKeys() - Method in class com.facebook.buck.event.listener.DistBuildClientEventListener
-
- getDefaultClangVersionForNdk(String) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms
-
- getDefaultCompilerTypeForNdk(String) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms
-
- getDefaultConditionValue() - Method in class com.facebook.buck.core.select.Selector
-
Returns the default value - value to use when none of the conditions match.
- getDefaultConfigurationFiles(Path) - Static method in class com.facebook.buck.util.config.Configs
-
Gets all configuration files that should be used for parsing the project configuration
- getDefaultCxxPlatform() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getDefaultCxxPlatform() - Method in class com.facebook.buck.features.go.GoPlatformFactory
-
- getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getDefaultCxxPlatform() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getDefaultCxxRuntimeForNdk(String) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms
-
- getDefaultDebugInfoFormatForBinaries() - Method in class com.facebook.buck.apple.AppleConfig
-
- getDefaultDebugInfoFormatForLibraries() - Method in class com.facebook.buck.apple.AppleConfig
-
- getDefaultDebugInfoFormatForTests() - Method in class com.facebook.buck.apple.AppleConfig
-
- getDefaultFlavors() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getDefaultFlavors() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getDefaultFlavors() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getDefaultFlavors() - Method in interface com.facebook.buck.core.model.HasDefaultFlavors
-
- getDefaultFlavors() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getDefaultFlavors() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getDefaultFlavors() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getDefaultFlavors() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getDefaultFlavors() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getDefaultFlavors() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getDefaultFlavors() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getDefaultFlavors() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getDefaultFlavorsForRuleType(RuleType) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getDefaultFlavorsMode() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getDefaultFlavorsMode() - Method in class com.facebook.buck.parser.config.ParserConfig
- getDefaultGccVersionForNdk(String) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms
-
- getDefaultHaskellPlatform() - Method in interface com.facebook.buck.features.haskell.AbstractHaskellPlatformsProvider
-
- getDefaultHaskellPlatform() - Method in class com.facebook.buck.features.haskell.HaskellPlatformsProvider
-
- getDefaultIncludes() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
A (possibly empty) sequence of paths to files that should be included by default when
evaluating a build file.
- getDefaultIncludes() - Method in class com.facebook.buck.parser.config.ParserConfig
-
A (possibly empty) sequence of paths to files that should be included by default when
evaluating a build file.
- getDefaultIncludes() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getDefaultInfo() - Method in class com.facebook.buck.core.rules.providers.collect.impl.LegacyProviderInfoCollectionImpl
-
- getDefaultInfo() - Method in class com.facebook.buck.core.rules.providers.collect.impl.ProviderInfoCollectionImpl
-
- getDefaultInfo() - Method in interface com.facebook.buck.core.rules.providers.collect.ProviderInfoCollection
-
- getDefaultJavacOptions(TargetConfiguration) - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getDefaultJavaCxxPlatform() - Method in interface com.facebook.buck.jvm.java.toolchain.AbstractJavaCxxPlatformProvider
-
- getDefaultJavaCxxPlatform() - Method in class com.facebook.buck.jvm.java.toolchain.JavaCxxPlatformProvider
-
- getDefaultJavaOptions() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getDefaultJavaOptions(ToolchainProvider) - Static method in class com.facebook.buck.jvm.java.toolchain.AbstractJavaOptionsProvider
-
- getDefaultJavaOptionsForTests() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getDefaultJavaOptionsForTests(ToolchainProvider) - Static method in class com.facebook.buck.jvm.java.toolchain.AbstractJavaOptionsProvider
-
- getDefaultLuaPlatform() - Method in interface com.facebook.buck.features.lua.AbstractLuaPlatformsProvider
-
- getDefaultLuaPlatform() - Method in class com.facebook.buck.features.lua.LuaPlatformsProvider
-
- getDefaultMaximumNumberOfThreads() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getDefaultMaximumNumberOfThreads() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getDefaultMetaVariable() - Method in class com.facebook.buck.cli.ConsumeAllOptionsHandler
-
- getDefaultMetaVariable() - Method in class com.facebook.buck.cli.PairedStringOptionHandler
-
- getDefaultMetaVariable() - Method in class com.facebook.buck.cli.QueryMultiSetOptionHandler
-
Returns "STRING[]".
- getDefaultMetaVariable() - Method in class com.facebook.buck.cli.SingleStringSetOptionHandler
-
- getDefaultMetaVariable() - Method in class com.facebook.buck.cli.StringSetOptionHandler
-
- getDefaultMetaVariable() - Method in class com.facebook.buck.cli.TestCommand.CoverageReportFormatsHandler
-
- getDefaultMetaVariable() - Method in class com.facebook.buck.cli.TestSelectorOptions.TestSelectorsOptionHandler
-
- getDefaultMetaVariable() - Method in class com.facebook.buck.features.project.intellij.IjProjectSubCommand.AggregationModeOptionHandler
-
- getDefaultOcamlPlatform() - Method in class com.facebook.buck.features.ocaml.OcamlToolchain
-
- getDefaultPathPredicate(ProjectFilesystem) - Static method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
This predicate matches files that might be result of builds or files that are explicitly
ignored.
- getDefaultPlatform() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getDefaultPlatform() - Method in interface com.facebook.buck.core.description.arg.HasDefaultPlatform
-
- getDefaultPlatform() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getDefaultPlatform() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.go.AbstractGoToolchain
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.go.GoToolchain
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getDefaultPlatform() - Method in class com.facebook.buck.infer.toolchain.ImmutableInferToolchain
-
- getDefaultPlatform() - Method in interface com.facebook.buck.infer.toolchain.InferToolchain
-
- getDefaultPlatformTarget(ProjectFilesystem, AndroidBuildToolsLocation, AndroidSdkLocation, Optional<Supplier<Tool>>, Optional<ToolProvider>) - Static method in class com.facebook.buck.android.toolchain.impl.AndroidPlatformTargetProducer
-
- getDefaultPythonPlatform(ToolchainProvider, PythonBuckConfig, ProcessExecutor, TargetConfiguration) - Method in class com.facebook.buck.features.python.toolchain.impl.PythonPlatformsProviderFactory
-
- getDefaultPythonPlatformFlavor() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getDefaultPythonPlatformSection() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getDefaultRawExcludedLabelSelectors() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
- getDefaultRawExcludedLabelSelectors() - Method in class com.facebook.buck.test.config.TestBuckConfig
-
- getDefaultReexportAllHeaderDependencies() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getDefaultResourceAmounts() - Method in class com.facebook.buck.core.build.engine.config.ResourceAwareSchedulingInfo
-
- getDefaultResourceAmounts() - Method in class com.facebook.buck.core.resources.ResourcesConfig
- getDefaultRuleKeyCacheHits() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getDefaultRuleKeyFactory() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
- getDefaultRuleKeyFactoryCacheRecycler() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getDefaultRuleKeyFactoryCacheRecycler() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getDefaultRuleKeyFactoryCacheRecycler() - Method in class com.facebook.buck.cli.ParserAndCaches
-
- getDefaultRuleKeyFactoryCacheRecycler() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getDefaultRustPlatform() - Method in interface com.facebook.buck.features.rust.AbstractRustToolchain
-
- getDefaultRustPlatform() - Method in class com.facebook.buck.features.rust.RustToolchain
-
- getDefaults() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getDefaults() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getDefaults() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getDefaults() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getDefaults() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getDefaults() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getDefaults() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getDefaults() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getDefaults() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getDefaults() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getDefaults() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getDefaultSample() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getDefaultScubaData() - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfData
-
- getDefaultScubaData() - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfScubaEventFactory.AbstractActionGraphPerfData
-
- getDefaultScubaData() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheData
-
Common data for all rows
- getDefaultScubaData() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheResultScubaEventFactory.AbstractDistBuildClientCacheData
-
Common data for all rows
- getDefaultScubaDataMinimal() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedData
-
- getDefaultScubaDataMinimal() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedScubaEventFactory.AbstractDistBuildCombinedData
-
- getDefaultScubaDataMinimal() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveData
-
- getDefaultScubaDataMinimal() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveScubaEventFactory.AbstractDistBuildSlaveData
-
- getDefaultSection() - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getDefaultSection() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getDefaultSharedLibrarySoname(BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getDefaultStrategyConfig() - Method in class com.facebook.buck.rules.modern.config.ModernBuildRuleConfig
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in interface com.facebook.buck.core.description.arg.CommonDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getDefaultTargetPlatform() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTargetPlatform() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
- getDefaultTestRuleTimeoutMs() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
The timeout to apply to entire test rules.
- getDefaultTestRunner() - Method in enum com.facebook.buck.jvm.java.TestType
-
- getDefaultTestTimeoutMillis() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getDefaultTestTimeoutMillis() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
- getDefaultTestTimeoutMillis() - Method in class com.facebook.buck.test.config.TestBuckConfig
- getDefaultTestType() - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- getDefaultUnresolvedCxxPlatform() - Method in class com.facebook.buck.cxx.toolchain.AbstractCxxPlatformsProvider
-
- getDefaultUnresolvedCxxPlatform() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
-
- getDelayMilliseconds(int) - Method in interface com.facebook.buck.remoteexecution.grpc.retry.Backoff.Strategy
-
Return the amount of time to wait in milliseconds before attempting to retry an operation.
- getDelegate() - Method in class com.facebook.buck.android.exopackage.AbstractAdbConfig
-
- getDelegate() - Method in class com.facebook.buck.android.exopackage.AdbConfig
-
- getDelegate() - Method in class com.facebook.buck.apple.AppleConfig
-
- getDelegate() - Method in interface com.facebook.buck.artifact_cache.CacheDecorator
-
- getDelegate() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
-
- getDelegate() - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
-
- getDelegate() - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
-
- getDelegate() - Method in class com.facebook.buck.cli.AbstractCleanCommandBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.cli.CleanCommandBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.command.config.AbstractConfigIgnoredByDaemon
-
- getDelegate() - Method in class com.facebook.buck.command.config.BuildBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.command.config.ConfigIgnoredByDaemon
-
- getDelegate() - Method in class com.facebook.buck.core.build.engine.config.CachingBuildEngineBuckConfig
-
- getDelegate() - Method in interface com.facebook.buck.core.config.ConfigView
-
- getDelegate() - Method in class com.facebook.buck.core.exceptions.config.AbstractErrorHandlingBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.core.exceptions.config.ErrorHandlingBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.core.graph.transformation.executor.config.DepsAwareExecutorConfig
-
- getDelegate() - Method in class com.facebook.buck.core.model.actiongraph.computation.AbstractActionGraphConfig
-
- getDelegate() - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphConfig
-
- getDelegate() - Method in class com.facebook.buck.core.resources.ResourcesConfig
-
- getDelegate() - Method in class com.facebook.buck.core.rulekey.config.AbstractRuleKeyConfig
-
- getDelegate() - Method in class com.facebook.buck.core.rulekey.config.RuleKeyConfig
-
- getDelegate() - Method in class com.facebook.buck.core.rules.analysis.config.AbstractRuleAnalysisConfig
-
- getDelegate() - Method in class com.facebook.buck.core.rules.analysis.config.RuleAnalysisConfig
-
- getDelegate() - Method in class com.facebook.buck.core.sourcepath.AbstractForwardingBuildTargetSourcePath
-
- getDelegate() - Method in class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath
-
- getDelegate() - Method in class com.facebook.buck.counters.AbstractCounterBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.counters.CounterBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getDelegate() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
-
- getDelegate() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.event.listener.ScribeEventListenerConfig
-
- getDelegate() - Method in class com.facebook.buck.features.d.DBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.features.dotnet.AbstractDotnetBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.features.dotnet.DotnetBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.features.go.GoBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.infer.ImmutableInferConfig
-
- getDelegate() - Method in class com.facebook.buck.infer.InferConfig
-
- getDelegate() - Method in class com.facebook.buck.jvm.groovy.GroovyBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.parser.cache.impl.AbstractParserCacheConfig
-
- getDelegate() - Method in class com.facebook.buck.parser.cache.impl.ParserCacheConfig
-
- getDelegate() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getDelegate() - Method in class com.facebook.buck.parser.config.ParserConfig
-
- getDelegate() - Method in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
- getDelegate() - Method in class com.facebook.buck.rules.modern.config.ModernBuildRuleConfig
-
- getDelegate() - Method in class com.facebook.buck.rules.tool.config.ToolConfig
-
- getDelegate() - Method in class com.facebook.buck.sandbox.AbstractSandboxConfig
-
- getDelegate() - Method in class com.facebook.buck.sandbox.SandboxConfig
-
- getDelegate() - Method in class com.facebook.buck.support.build.report.AbstractBuildReportConfig
-
- getDelegate() - Method in class com.facebook.buck.support.build.report.BuildReportConfig
-
- getDelegate() - Method in class com.facebook.buck.support.cli.config.AbstractCliConfig
-
- getDelegate() - Method in class com.facebook.buck.support.cli.config.AliasConfig
-
- getDelegate() - Method in class com.facebook.buck.support.cli.config.CliConfig
-
- getDelegate() - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.support.fix.FixBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.support.log.AbstractLogBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.support.log.LogBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.test.config.TestBuckConfig
-
- getDelegate() - Method in class com.facebook.buck.util.ContextualProcessExecutor
-
- getDelegateAndGraphs() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializer
-
- getDelegateBuckConfig() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getDelegateConfig() - Method in class com.facebook.buck.rules.modern.config.HybridLocalBuildStrategyConfig
-
- getDelegateDetails() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getDelegateDetails() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getDelegateJobs() - Method in class com.facebook.buck.rules.modern.config.HybridLocalBuildStrategyConfig
-
- getDeniedToReadPaths() - Method in class com.facebook.buck.sandbox.SandboxProperties
-
Paths that are not allowed to be read during process execution.
- getDensities() - Method in class com.facebook.buck.android.FilterResourcesSteps.ResourceFilter
-
- getDep(KeyType) - Method in interface com.facebook.buck.core.graph.transformation.ComputationEnvironment
-
- getDependencies() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- getDependencies() - Method in interface com.facebook.buck.core.build.action.BuildEngineAction
-
- getDependencies() - Method in class com.facebook.buck.core.rules.actions.AbstractAction
-
- getDependencies() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- getDependencies(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- getDependencies() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getDependencies() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getDependencies() - Method in class com.facebook.buck.skylark.parser.ExtensionData
-
- getDependencies() - Method in class com.facebook.buck.skylark.parser.IncludesData
-
- getDependenciesPassTheirTests() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
-
- getDependenciesPassTheirTests() - Method in class com.facebook.buck.test.TestResults
-
- getDependencyInfos() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
- getDependencyTrackingMode() - Method in class com.facebook.buck.cxx.toolchain.ClangCompiler
-
- getDependencyTrackingMode() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
-
- getDependencyTrackingMode() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
-
- getDependencyTrackingMode() - Method in class com.facebook.buck.cxx.toolchain.GccCompiler
-
- getDependencyTrackingMode() - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
-
- getDependencyTrackingMode() - Method in class com.facebook.buck.cxx.toolchain.WindowsMl64Compiler
-
- getDependentLibrariesFor(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjModuleGraph
-
- getDependentModulesFor(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjModuleGraph
-
- getDepFileRelativePath() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getDepFileRuleKey() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult
-
- getDepFileRuleKey() - Method in class com.facebook.buck.core.rulekey.BuildRuleKeys
-
- getDepFileRuleKeyFactory() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
- getDepResults(BuildRule, ExecutionContext) - Method in class com.facebook.buck.core.build.engine.impl.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
-
- getDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
A collection of dependencies that includes android_library rules.
- getDeps() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getDeps() - Method in interface com.facebook.buck.core.description.arg.HasDeclaredDeps
-
- getDeps() - Method in interface com.facebook.buck.core.graph.transformation.ComputationEnvironment
-
- getDeps(ComputationIdentifier<ResultType>) - Method in interface com.facebook.buck.core.graph.transformation.ComputationEnvironment
-
- getDeps() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDeps
-
List of build targets that this node depends on.
- getDeps() - Method in class com.facebook.buck.core.model.targetgraph.raw.RawTargetNodeWithDeps
-
List of build targets that this node depends on.
- getDeps(SourcePathRuleFinder) - Method in interface com.facebook.buck.core.rules.attr.HasCustomDepsLogic
-
Deprecated.
- getDeps(AddsToRuleKey, SourcePathRuleFinder) - Static method in class com.facebook.buck.core.rules.common.BuildableSupport
-
Streams dependencies based on everything added to its rulekey.
- getDeps() - Method in class com.facebook.buck.core.rules.platform.PlatformArg
-
- getDeps() - Method in class com.facebook.buck.core.rules.platform.PlatformRule
-
- getDeps() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.cxx.CxxDeps
-
- getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxHeaders
-
- getDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.haskell.HaskellGhciOmnibusSpec
-
- getDeps() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getDeps(CxxPlatform, ImmutableSortedSet<BuildTarget>, PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Static method in class com.facebook.buck.features.lua.LuaUtil
-
- getDeps() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getDeps(PythonPlatform, CxxPlatform, ImmutableSortedSet<BuildTarget>, PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Static method in class com.facebook.buck.features.python.PythonUtil
-
- getDeps() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
-
- getDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryRules.Builder
-
- getDeps() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDeps
-
- getDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory.Result
-
- getDeps() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getDeps() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getDepsAwareExecutorSupplier() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getDepsAwareExecutorSupplier() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getDepsAwareExecutorSupplier() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getDepsAwareExecutorSupplier() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getDepsCollection(AddsToRuleKey, SourcePathRuleFinder) - Static method in class com.facebook.buck.core.rules.common.BuildableSupport
-
Derives dependencies based on everything added to its rulekey.
- getDepsFor(IjProjectElement) - Method in class com.facebook.buck.features.project.intellij.IjModuleGraph
-
- getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.android.AndroidBinary
-
- getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.android.AndroidResource
-
- getDepsForTransitiveClasspathEntries() - Method in interface com.facebook.buck.jvm.core.HasClasspathDeps
-
- getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getDepsQuery() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getDepsQuery() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getDepsQuery() - Method in interface com.facebook.buck.core.description.arg.HasDepsQuery
-
- getDepsQuery() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getDepsQuery() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getDepsQuery() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getDepsQuery() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getDepsQuery() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getDepsQuery() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getDepsQuery() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getDepsQuery() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getDepsSupplier() - Method in class com.facebook.buck.core.graph.transformation.executor.DepsAwareTask
-
- getDepsWithCacheMisses() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
- getDerivedArtifactVerifier(BuildTarget, ProjectFilesystem, AddsToRuleKey, BuildableContext) - Static method in class com.facebook.buck.rules.modern.impl.ModernBuildableSupport
-
Derives an ArtifactVerifier from the @AddToRuleKey annotated fields.
- getDerivedArtifactVerifier(BuildTarget, ProjectFilesystem, AddsToRuleKey) - Static method in class com.facebook.buck.rules.modern.impl.ModernBuildableSupport
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.AabBuilderStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MiniAapt
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.AndroidModuleConsistencyStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ApkBuilderStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ApkInstallStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.CompileStringsStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ConcatStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.dalvik.EstimateDexWeightStep
-
- getDescription() - Method in class com.facebook.buck.android.FilterResourcesSteps.ResourceFilter
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GenerateManifestStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GetStringsFilesStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.IntraDexReorderStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.SmartDexingStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.SplitZipStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.android.WriteAppModuleMetadataStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.apple.IdbRunTestsStep
-
- getDescription() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getDescription() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getDescription() - Method in class com.facebook.buck.core.model.UserFlavor
-
- getDescription(RuleType) - Method in class com.facebook.buck.core.rules.knowntypes.AbstractKnownNativeRuleTypes
-
- getDescription(RuleType) - Method in class com.facebook.buck.core.rules.knowntypes.HybridKnownRuleTypes
-
Get the Description class for a given
RuleType
- getDescription(RuleType) - Method in interface com.facebook.buck.core.rules.knowntypes.KnownRuleTypes
-
Get the Description class for a given
RuleType
- getDescription(RuleType) - Method in class com.facebook.buck.core.starlark.knowntypes.KnownUserDefinedRuleTypes
-
- getDescription() - Method in interface com.facebook.buck.event.external.events.StepEventExternalInterface
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlBuildStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlDebugLauncherStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.features.python.MovePythonWhlDataStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.features.python.PythonRunTestsStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.features.zip.rules.CopyToZipStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.file.DownloadStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.json.JsonConcatenateStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CalculateClassAbiStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
-
- getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.java.ExternalJavac
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
-
- getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in interface com.facebook.buck.jvm.java.Javac
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacStep
-
- getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
-
- getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.AbstractExecutionStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.AbstractTestStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.ConditionalStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.CopyStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.FileScrubberStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.MakeExecutableStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.MoveStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.StringTemplateStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymCopyStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeMergeStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.TouchStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.WriteFileStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.XzStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.ZstdStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.step.impl.ActionExecutionStep
-
- getDescription(ExecutionContext) - Method in interface com.facebook.buck.step.Step
-
- getDescription() - Method in class com.facebook.buck.step.StepEvent
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.unarchive.UntarStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.unarchive.UnzipStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.RepackZipEntriesStep
-
- getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.ZipStep
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidBinaryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidLibraryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidResourceModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.android.RobolectricTestModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.cxx.CxxLibraryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.cxx.CxxTestModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.groovy.GroovyLibraryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.groovy.GroovyTestModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.java.JavaBinaryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.java.JavaLibraryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.java.JavaTestModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.kotlin.KotlinLibraryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.kotlin.KotlinTestModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.python.PythonLibraryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.python.PythonTestModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.scala.ScalaLibraryModuleRule
-
- getDescriptionClass() - Method in class com.facebook.buck.features.project.intellij.lang.scala.ScalaTestModuleRule
-
- getDescriptionClass() - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleRule
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.android.AndroidDescriptionsProvider
-
- getDescriptions() - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformDescriptionProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.apple.AppleDescriptionProvider
-
- getDescriptions(DescriptionCreationContext) - Method in interface com.facebook.buck.core.model.targetgraph.DescriptionProvider
-
- getDescriptions() - Method in interface com.facebook.buck.core.rules.config.ConfigurationRuleDescriptionProvider
-
- getDescriptions() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingRuleDescriptionProvider
-
- getDescriptions() - Method in class com.facebook.buck.core.rules.knowntypes.AbstractKnownNativeRuleTypes
-
- getDescriptions() - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
- getDescriptions() - Method in class com.facebook.buck.core.rules.platform.ConstraintRulesDescriptionProvider
-
- getDescriptions() - Method in class com.facebook.buck.core.rules.platform.PlatformRuleDescriptionProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.core.test.rule.impl.TestRunnerDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.cxx.CxxDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.apple.common.XCodeDescriptionProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.d.DDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.dotnet.DotnetDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.filegroup.FilegroupDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.go.GoDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.gwt.GwtDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.halide.HalideDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.haskell.HaskellDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.js.JsDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.lua.LuaDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.ocaml.OcamlDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.python.PythonDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.rust.RustDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.features.zip.rules.ZipDescriptionProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.file.FileDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.jvm.groovy.GroovyDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.jvm.java.JavaDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.jvm.java.rules.JavaDescriptionProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.jvm.kotlin.KotlinDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.jvm.scala.ScalaDescriptionsProvider
-
- getDescriptions() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.shell.ShellDescriptionsProvider
-
- getDescriptions() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.swift.SwiftDescriptionsProvider
-
- getDescriptions(DescriptionCreationContext) - Method in class com.facebook.buck.versions.VersionDescriptionsProvider
-
- getDescriptionsByRule() - Method in class com.facebook.buck.core.rules.knowntypes.AbstractKnownNativeRuleTypes
-
- getDescriptionsByRule() - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
- getDescriptor() - Method in class com.facebook.buck.android.dalvik.DalvikMemberReference
-
- getDesiredLink() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
- getDestination() - Method in class com.facebook.buck.apple.AbstractSourcePathWithAppleBundleDestination
-
- getDestination() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getDestination() - Method in class com.facebook.buck.apple.SourcePathWithAppleBundleDestination
-
- getDestination() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
- getDestinationBase() - Method in class com.facebook.buck.features.apple.project.CopyInXcode
-
- getDestinationBase() - Method in class com.facebook.buck.features.apple.projectV2.CopyInXcode
-
- getDestinationFile() - Method in class com.facebook.buck.step.fs.XzStep
-
- getDestinationPath() - Method in class com.facebook.buck.features.apple.project.CopyInXcode
-
- getDestinationPath() - Method in class com.facebook.buck.features.apple.projectV2.CopyInXcode
-
- getDestinationSpecifier() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getDesugarDeps() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
-
- getDetailsForLogging() - Method in class com.facebook.buck.edenfs.EdenProjectFilesystemDelegate
-
- getDetailsForLogging() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemDelegate
-
- getDetailsForLogging() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemDelegate
-
- getDeveloperCertificateFingerprints() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
SHA1 hashes of the certificates in the "DeveloperCertificates" section.
- getDeveloperPath() - Method in class com.facebook.buck.apple.toolchain.AppleSdkPaths
-
Absolute path to the active DEVELOPER_DIR.
- getDeviceAbis() - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
-
- getDeviceAbis() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
-
- getDeviceKind(ImmutableAppleDevice) - Method in class com.facebook.buck.apple.simulator.AppleDeviceController
-
- getDevices(boolean) - Method in class com.facebook.buck.android.AdbHelper
-
- getDevices(boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper
-
- getDeviceSerial() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getDevirtEnabled() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getDevirtEnabled() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getDevirtEnabled() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getDevirtEnabled() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getDevirtEnabled() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getDevirtEnabled() - Method in class com.facebook.buck.cxx.CxxLinkOptions
-
- getDevirtEnabled() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getDevirtEnabled() - Method in interface com.facebook.buck.cxx.LinkableCxxConstructorArg
-
- getDevirtEnabled() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getDevirtEnabled() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getDexCompression() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getDexCompression() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getDexDirectory() - Method in class com.facebook.buck.android.PreDexMerge
-
- getDexDirectorySourcePath() - Method in class com.facebook.buck.android.PreDexMerge
-
- getDexFile() - Method in class com.facebook.buck.android.AbstractModuleInfo
-
- getDexFile() - Method in class com.facebook.buck.android.ModuleInfo
-
- getDexFilesInfo() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getDexFilesInfo() - Method in class com.facebook.buck.android.PreDexMerge
-
- getDexInfo() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
-
- getDexInputHashes() - Method in class com.facebook.buck.android.HashInputJarsToDexStep
-
- getDexInputHashes() - Method in interface com.facebook.buck.android.SmartDexingStep.DexInputHashesProvider
-
- getDexMergeRule() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getDexReorderDataDumpFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getDexReorderDataDumpFile() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getDexReorderDataDumpFile() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getDexReorderDataDumpFile() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getDexReorderToolFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getDexReorderToolFile() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getDexReorderToolFile() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getDexReorderToolFile() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getDexTool() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getDexTool() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getDexTool() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getDexTool() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getDiagnostic() - Method in class com.facebook.buck.io.watchman.WatchmanDiagnosticEvent
-
- getDiagnosticData() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getDiagnosticKindForSourceOnlyAbiCompatibility() - Method in enum com.facebook.buck.jvm.java.abi.AbiGenerationMode
-
- getDiagnostics() - Method in class com.facebook.buck.json.BuildFilePythonResult
-
- getDictionary() - Method in class com.facebook.buck.parser.syntax.ImmutableSelectorValue
-
Return a map with select choices and appropriate values
- getDictionary() - Method in class com.facebook.buck.parser.syntax.SelectorValue
-
Return a map with select choices and appropriate values
- getDiff() - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
- getDiff() - Method in interface com.facebook.buck.doctor.config.SourceControlInfo
-
- getDiff() - Method in class com.facebook.buck.event.ParsingEvent.EnvVariableChange
-
- getDiff() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
- getDigest() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcOutputFile
-
- getDigest() - Method in class com.facebook.buck.remoteexecution.grpc.ParsedReadResource
-
- getDigest() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.DirectoryNode
-
- getDigest() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.FileNode
-
- getDigest() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.OutputFile
-
- getDigest() - Method in interface com.facebook.buck.remoteexecution.UploadDataSupplier
-
- getDigest() - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.NodeData
-
- getDirCacheAccessMode() - Method in class com.facebook.buck.parser.cache.impl.AbstractParserCacheConfig
-
- getDirCacheEntries() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheEntries
-
- getDirCacheLocation() - Method in class com.facebook.buck.parser.cache.impl.AbstractParserCacheConfig
-
- getDirCacheLocation() - Method in class com.facebook.buck.parser.cache.impl.ParserCacheConfig
- getDirCacheStoreExecutor() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getDirectories() - Method in class com.facebook.buck.core.files.DirectoryList
-
- getDirectories() - Method in class com.facebook.buck.core.files.ImmutableDirectoryList
-
- getDirectories() - Method in enum com.facebook.buck.features.dotnet.FrameworkVersion
-
- getDirectoriesList() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Directory
-
- getDirectory() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
-
- getDirectory() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
-
- getDirectory() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
- getDirectory() - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.NodeData
-
- getDirectory() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
If present, the current working directory for the launched process.
- getDirectoryContents(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getDirectoryContents(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemView
-
- getDirectoryContents(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Deprecated.
- getDirectoryContents(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemView
-
Gets a list of paths of the contents of the given directory, obeying the ignores.
- getDirectoryForTestResults() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getDirectoryForTestResults() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getDirectoryList() - Method in class com.facebook.buck.core.files.FileTree
-
- getDirectoryList() - Method in class com.facebook.buck.core.files.ImmutableFileTree
-
- getDirectoryListCaches() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
Return a map of all directory list caches for each cell which is a key.
- getDirs() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
- getDirs() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getDirsContainingResourceDirs() - Method in class com.facebook.buck.apple.AppleBundleResources
-
Directories whose contents should be copied into the root of the resources subdirectory.
- getDirtyFiles() - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
- getDirtyFiles() - Method in interface com.facebook.buck.doctor.config.SourceControlInfo
-
- getDisableImplicitNativeRules() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getDisableImplicitNativeRules() - Method in class com.facebook.buck.parser.config.ParserConfig
- getDisableImplicitNativeRules() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getDisableImplicitNativeRules() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
- getDisablePreDex() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getDisablePreDex() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getDisablePreDex() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getDisallowAllDuplicates() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getDisallowAllDuplicates() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getDiskIO() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
- getDistBuildCellIndexer() - Method in class com.facebook.buck.cli.AsyncJobStateAndCells
-
- getDistBuildCellIndexer() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getDistBuildClientCacheResults() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getDistBuildClientSideSlaveFinishedStats() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getDistBuildClientStats() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getDistBuildClientStats() - Method in class com.facebook.buck.distributed.DistBuildClientStatsEvent
-
- getDistBuildClientStats() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getDistBuildConfig() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getDistBuildExitCode() - Method in class com.facebook.buck.distributed.build_client.StampedeBuildClient
-
- getDistBuildJob() - Method in exception com.facebook.buck.distributed.build_client.BuildPhase.JobCompletedException
-
- getDistBuildLogStateTracker() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getDistBuildMode() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getDistBuildServerBuildSlaveFinishedStatsEvent() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getDistBuildService() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getDistBuildService() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getDistBuildStartedEvent() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getDistLocalBuildMode() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getDistributableBuildGraph() - Method in class com.facebook.buck.distributed.build_client.RemoteExecutionBuildTargetsQueue
-
- getDistributableBuildGraph() - Method in interface com.facebook.buck.distributed.build_slave.BuildTargetsQueue
-
- getDistributableBuildGraph() - Method in class com.facebook.buck.distributed.build_slave.ReverseDepBuildTargetsQueue
-
- getDistributedBuildThreadKillTimeoutSeconds() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getDllName() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
The docstring to use for this attribute
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.BoolAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepListAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableBoolAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntListAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceListAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringListAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntListAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceListAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringAttribute
-
- getDoc() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringListAttribute
-
- getDoesNotAffectAbi() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
- getDoesNotAffectAbi() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
- getDotnetBuckConfig() - Method in class com.facebook.buck.features.dotnet.DotnetToolchain
-
- getDownloadHeavyBuildHttpFetchConcurrency() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getDraftCompile() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
If true, the GWT Compiler's -draftCompile flag will be set.
- getDstSubfolderSpec() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
-
- getDsymOutputPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.apple.AppleDsym
-
- getDsymutil() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getDtNeeded(ProcessExecutor, Tool, SourcePathResolver, Path) - Static method in class com.facebook.buck.android.relinker.Symbols
-
- getDummyRDotJava() - Method in class com.facebook.buck.android.AndroidLibrary.Builder
-
- getDummyRDotJavaPath(TargetNode<?>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactoryResolver
-
- getDummyRDotJavaTarget(BuildTarget) - Static method in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
-
- getDuplicateResourceBehavior() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getDuplicateResourceBehavior() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getDuplicateResourceBehavior() - Method in interface com.facebook.buck.android.HasDuplicateAndroidResourceTypes
-
- getDuplicateResourceWhitelist() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getDuplicateResourceWhitelist() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getDuplicateResourceWhitelist() - Method in interface com.facebook.buck.android.HasDuplicateAndroidResourceTypes
-
- getDuplicatesLogLevel() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getDuplicatesLogLevel() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getDuration() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
Time spent executing the test
- getDuration() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
Time spent executing the test
- getDuration() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent
-
- getDuration() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
-
- getDuration() - Method in class com.facebook.buck.shell.ShellStep
-
- getDurationName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- getDwarfFilenameForDsymTarget(BuildTarget) - Static method in class com.facebook.buck.apple.AppleDsym
-
- getDxExecutable() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getDxExecutable() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getDxExecutorService() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getDxExecutorService() - Method in interface com.facebook.buck.android.toolchain.AbstractDxToolchain
-
Executor service exclusively for the smart dexing step.
- getDxExecutorService() - Method in class com.facebook.buck.android.toolchain.DxToolchain
-
Executor service exclusively for the smart dexing step.
- getDxMaxHeapSize() - Method in class com.facebook.buck.android.DxConfig
-
- getDxMaxHeapSize() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getDxMaxThreadCount() - Method in class com.facebook.buck.android.DxConfig
-
- getDxThreadCount() - Method in class com.facebook.buck.android.DxConfig
-
- getDxThreadCount() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getDynamicSymbols(ProcessExecutor, Tool, SourcePathResolver, Path) - Static method in class com.facebook.buck.android.relinker.Symbols
-
- getEdgeCount() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- getEdgeId(String) - Method in interface com.facebook.buck.log.TraceInfoProvider
-
- getEdition() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getEdition() - Method in interface com.facebook.buck.features.rust.RustCommonArgs
-
- getEdition() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getEdition() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getEffectiveBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getEffectiveBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getEffectiveBannedDuplicateResourceTypes() - Method in interface com.facebook.buck.android.HasDuplicateAndroidResourceTypes
-
- getElapsedTime() - Method in class com.facebook.buck.event.ActionGraphPerfStatEvent
-
- getElapsedTimeMillis() - Method in class com.facebook.buck.core.test.event.TestStatusMessageEvent.Finished
-
- getElapsedTimeMs(BuildSlaveTimingStatsTracker.SlaveEvents) - Method in class com.facebook.buck.distributed.build_slave.BuildSlaveTimingStatsTracker
-
- getElapsedTimeMs() - Method in interface com.facebook.buck.event.listener.CriticalPathReportableNode
-
- getElapsedTimeMs() - Method in interface com.facebook.buck.event.listener.FileSerializationOutputRuleDepsListener.RuleExecutionTimeData
-
- getElapsedTimeMs() - Method in class com.facebook.buck.event.listener.ImmutableCriticalPathReportableNode
-
- getElapsedTimeMs() - Method in class com.facebook.buck.event.listener.ImmutableRuleExecutionTimeData
-
- getElapsedTimeNano() - Method in class com.facebook.buck.core.build.event.BuildRuleExecutionEvent.Finished
-
- getElements() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- getElements() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- getElements() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- getElements() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- getElements() - Method in class com.facebook.buck.parser.syntax.ImmutableListWithSelects
-
Ordered list of elements in expression, can be native type or
SelectorValue
- getElements() - Method in class com.facebook.buck.parser.syntax.ListWithSelects
-
Ordered list of elements in expression, can be native type or
SelectorValue
- getElf32Addr(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
-
- getElf32Half(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
-
- getElf32Sword(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
-
- getElf32Word(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
-
- getElf64Addr(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
-
- getElf64Half(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
-
- getElf64Sxword(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
-
- getElf64Word(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
-
- getElf64Xword(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
-
- getEmbeddedCellsBuckOutBaseDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getEmitSwiftdocs() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
If enabled, a .swiftdoc file will be generated along with the .swiftmodule file.
- getEmoji() - Method in enum com.facebook.buck.doctor.config.DoctorSuggestion.StepStatus
-
- getEmptyInitTarget(BuildTarget) - Static method in class com.facebook.buck.features.python.PythonBinaryDescription
-
- getEnabled() - Method in class com.facebook.buck.event.listener.ScribeEventListenerConfig
-
If false (default) then Buck events are not logged to Scribe
- getEnabled() - Method in class com.facebook.buck.support.build.report.AbstractBuildReportConfig
-
- getEnabled() - Method in class com.facebook.buck.support.build.report.BuildReportConfig
- getEnabledBuildRuleFinishedStatuses() - Method in class com.facebook.buck.event.listener.ScribeEventListenerConfig
- getEnableObjcInterop() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getEnableParallelParsing() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getEnableParallelParsing() - Method in class com.facebook.buck.parser.config.ParserConfig
- getEnableParserProfiling() - Method in class com.facebook.buck.cli.AbstractCommand
-
- getEnableParserProfiling() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getEnableParserProfiling() - Method in class com.facebook.buck.cli.ProjectGeneratorParameters
-
- getEnableProfiling() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getEnableSandbox() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getEnableSandbox() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getEnableSandbox() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getEnableSandbox() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getEnableSandbox() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
-
- getEnableSandbox() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getEnableTargetCompatibilityChecks() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getEnableTargetCompatibilityChecks() - Method in class com.facebook.buck.parser.config.ParserConfig
- getEnableUserDefinedRules() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getEnableUserDefinedRules() - Method in class com.facebook.buck.parser.config.ParserConfig
- getEnableUserDefinedRules() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getEnableUserDefinedRules() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
- getEndIndex() - Method in class com.facebook.buck.core.macros.MacroMatchResult
-
- getEndpointExtraRequestArgs() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getEndpointExtraRequestArgs() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getEndpointExtraRequestHeaders() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getEndpointExtraRequestHeaders() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getEndpointMessage() - Method in interface com.facebook.buck.doctor.config.DoctorEndpointRequest
-
- getEndpointMessage() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointRequest
-
- getEndpointTimeoutMs() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getEndpointTimeoutMs() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getEndpointTimeoutMs() - Method in class com.facebook.buck.support.build.report.AbstractBuildReportConfig
-
- getEndpointTimeoutMs() - Method in class com.facebook.buck.support.build.report.BuildReportConfig
- getEndpointUrl() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getEndpointUrl() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getEndpointUrl() - Method in class com.facebook.buck.support.build.report.AbstractBuildReportConfig
-
- getEndpointUrl() - Method in class com.facebook.buck.support.build.report.BuildReportConfig
- getEnforceBuckPackageBoundary() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getEnforceBuckPackageBoundary() - Method in class com.facebook.buck.parser.config.ParserConfig
- getEntitlements() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
Key/value pairs of the "Entitlements" dictionary in the embedded plist.
- getEntitlementsFile() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getEntitlementsFile() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getEntitlementsFile() - Method in interface com.facebook.buck.apple.HasEntitlementsFile
-
- getEntriesForSection(String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getEntriesToExclude() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getEntriesToJar() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getEntry() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getEntry() - Method in class com.facebook.buck.util.zip.JarEntrySupplier
-
- getEntryCount() - Method in class com.facebook.buck.android.resources.ResTableType
-
- getEntryCount() - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- getEntryName() - Method in interface com.facebook.buck.util.zip.collect.FileZipEntrySource
-
- getEntryName() - Method in class com.facebook.buck.util.zip.collect.ImmutableFileZipEntrySource
-
- getEntryName() - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceFromZip
-
The name of the entry
- getEntryName() - Method in interface com.facebook.buck.util.zip.collect.ZipEntrySource
-
The name of the destination entry.
- getEntryName() - Method in interface com.facebook.buck.util.zip.collect.ZipEntrySourceFromZip
-
The name of the entry
- getEntryOwner() - Method in class com.facebook.buck.util.zip.JarEntrySupplier
-
- getEntryPosition() - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceFromZip
-
Position of the entry in the list of entries.
- getEntryPosition() - Method in interface com.facebook.buck.util.zip.collect.ZipEntrySourceFromZip
-
Position of the entry in the list of entries.
- getEntryValueOffset(int) - Method in class com.facebook.buck.android.resources.ResTableType
-
- getEnum(String, String, Class<T>) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getEnum(String, String, Class<T>) - Method in class com.facebook.buck.util.config.Config
-
- getEnv() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getEnv(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxTest
-
- getEnv() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getEnv() - Method in interface com.facebook.buck.features.rust.RustCommonArgs
-
- getEnv() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getEnv() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getEnv() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.parser.api.BuildFileManifest
-
- getEnv() - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
- getEnv() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.shell.ShTest
-
- getEnv() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getEnv() - Method in class com.facebook.buck.step.AbstractTestStep
-
- getenv(String) - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
-
- getenv(String) - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
-
Gets the environment variable indicated by the specified key.
- getEnvironment() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getEnvironment() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getEnvironment() - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
- getEnvironment() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getEnvironment() - Method in class com.facebook.buck.core.config.BuckConfig
-
- getEnvironment() - Method in class com.facebook.buck.core.rules.actions.ActionExecutionContext
-
- getEnvironment() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.core.toolchain.tool.DelegatingTool
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.core.toolchain.tool.impl.HashedFileTool
-
- getEnvironment(SourcePathResolver) - Method in interface com.facebook.buck.core.toolchain.tool.Tool
-
- getEnvironment() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
- getEnvironment() - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider
-
- getEnvironment() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getEnvironment() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
- getEnvironment() - Method in class com.facebook.buck.features.python.toolchain.impl.LazyPythonPlatform
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.features.python.toolchain.PythonEnvironment
-
- getEnvironment() - Method in interface com.facebook.buck.features.python.toolchain.PythonPlatform
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.groovy.Groovyc
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.ExternalJavac
-
- getEnvironment() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- getEnvironment() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Command
-
- getEnvironment() - Method in class com.facebook.buck.rules.macros.WorkerMacroArg
-
- getEnvironment() - Method in class com.facebook.buck.skylark.parser.EnvironmentData
-
- getEnvironment() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
If present, the map of environment variables used for the launched process.
- getEnvironmentExpansionSeparator() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getEnvironmentExpansionSeparator() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getEnvironmentExpansionSeparator() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getEnvironmentExpansionSeparator() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getEnvironmentExpansionSeparator() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
-
- getEnvironmentExpansionSeparator() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getEnvironmentForProcess(ExecutionContext, WorkerProcessParams) - Method in class com.facebook.buck.worker.WorkerProcessPoolFactory
-
- getEnvironmentOverrides() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getEnvironmentOverrides() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getEnvironmentVariable(String) - Method in class com.facebook.buck.android.toolchain.common.BaseAndroidToolchainResolver
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.android.redex.ReDexStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.android.StripStep
-
- getEnvironmentVariables() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
-
- getEnvironmentVariables() - Method in class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
-
- getEnvironmentVariables() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
-
- getEnvironmentVariables() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.d.DCompileStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.CGoCompileStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.CGoGenerateImportStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.GoAssembleStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.GoCompileStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.GoLinkStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.GoListStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.GoPackStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.GoTestCoverStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.go.GoTestMainStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.halide.HalideCompilerStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlCCompileStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlMLCompileStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.features.python.PexStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.jvm.scala.ScalacStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.DefaultShellStep
-
- getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
Returns the environment variables to include when running this
ShellStep.
- getEnvironmentVariables() - Method in class com.facebook.buck.shell.WorkerShellStep
-
Returns the environment variables to use when expanding the job arguments that get sent to the
process.
- getEnvp() - Method in class com.facebook.buck.support.fix.BuckRunSpec
-
A mapping of environment variables that should be set when invoking the command
- getEnvp() - Method in class com.facebook.buck.support.fix.ImmutableBuckRunSpec
-
A mapping of environment variables that should be set when invoking the command
- getEnvVarValue() - Method in enum com.facebook.buck.features.go.GoArch
-
Returns the environment variable to be used for GOARCH to Go tools.
- getEnvVarValue() - Method in enum com.facebook.buck.features.go.GoOs
-
Returns the environment variable to be used for GOOS to Go tools.
- getEnvVarValueForArm() - Method in enum com.facebook.buck.features.go.GoArch
-
Returns the environment variable to be used for GOARM to Go tools.
- getError() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestLoadResult
-
- getError() - Method in class com.facebook.buck.event.CompilerErrorEvent
-
- getError() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
-
- getErrorCheckTimeRangeMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getErrorMessage() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice.ErrorParsingReceiver
-
- getErrorMessage() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
- getErrorMessage() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
- getErrorMessage() - Method in interface com.facebook.buck.doctor.config.DoctorEndpointResponse
-
- getErrorMessage() - Method in interface com.facebook.buck.doctor.config.DoctorJsonResponse
-
- getErrorMessage() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointResponse
-
- getErrorMessage() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorJsonResponse
-
- getErrorMessage() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getErrorMessageAugmentations() - Method in class com.facebook.buck.core.exceptions.config.AbstractErrorHandlingBuckConfig
-
List of error message replacements to make things more friendly for humans
- getErrorMessageAugmentations() - Method in class com.facebook.buck.core.exceptions.config.ErrorHandlingBuckConfig
-
List of error message replacements to make things more friendly for humans
- getErrorMessageFormat() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getErrorMessageForUnknownField(String) - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProviderInfo
-
- getErrorMessageForUnknownField(String) - Method in class com.facebook.buck.core.starlark.compatible.BuckStarlarkStructObject
-
- getErrorMessageForUnknownField(String) - Method in class com.facebook.buck.core.starlark.rule.SkylarkRuleContextAttr
-
- getErrorMessageLimit() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getErrorMessageLimit() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getErrorPercentage(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
-
- getErrorReport(SourcePathResolver, Path) - Method in interface com.facebook.buck.cxx.UntrackedHeaderReporter
-
- getErrors() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
- getErrors() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDepsPackage
-
Errors that occurred parsing this package.
- getErrors() - Method in class com.facebook.buck.core.model.targetgraph.raw.RawTargetNodeWithDepsPackage
-
Errors that occurred parsing this package.
- getErrors() - Method in class com.facebook.buck.parser.api.BuildFileManifest
-
- getErrors() - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
- getErrorStage() - Method in class com.facebook.buck.distributed.build_client.StampedeExecutionResult
-
- getErrorTextLimit() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getErrorTextTemplate() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getEscapedArgumentsListAsString(List<String>) - Static method in class com.facebook.buck.cli.AbstractQueryCommand
-
- getEstimate(InputStream) - Static method in class com.facebook.buck.android.dalvik.DalvikStatsTool
-
Estimates the footprint that a given class will have in the LinearAlloc buffer of Android's
Dalvik VM.
- getEstimatedAmounts() - Static method in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
-
- getEstimatedArgsCount() - Method in interface com.facebook.buck.core.rules.actions.lib.args.CommandLineArgs
-
- getEstimatedProgressOfGeneratingProjectFiles() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- getEstimatedProgressOfGeneratingProjectFiles() - Method in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- getEstimatedProgressOfParsingBuckFiles() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- getEstimatedProgressOfParsingBuckFiles() - Method in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- getEvent() - Method in class com.facebook.buck.distributed.BuildSlaveEventWrapper
-
- getEventBus() - Method in class com.facebook.buck.core.build.context.BuildContext
-
- getEventBus() - Method in class com.facebook.buck.core.rules.analysis.impl.RuleAnalysisContextImpl
-
- getEventBus() - Method in interface com.facebook.buck.core.rules.analysis.RuleAnalysisContext
-
- getEventBus() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getEventHandler() - Method in class com.facebook.buck.skylark.packages.PackageContext
-
- getEventId() - Method in class com.facebook.buck.event.SimplePerfEvent
-
- getEventInfo() - Method in class com.facebook.buck.event.SimplePerfEvent
-
- getEventKey() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- getEventKey() - Method in interface com.facebook.buck.event.BuckEvent
-
- getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in class com.facebook.buck.cli.AbstractCommand
-
- getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in class com.facebook.buck.cli.AbstractContainerCommand
-
- getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in class com.facebook.buck.cli.BuildCommand
-
- getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in interface com.facebook.buck.cli.Command
-
If any of these listeners also extends Closeable, it will be closed by Main.
- getEventListeners() - Method in class com.facebook.buck.cli.DistBuildCommandDelegate
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Started
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummaryEvent
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Started
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Scheduled
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResultEvent
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.Started
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildEvent.BuildReport
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildEvent.DistBuildFinished
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildEvent.DistBuildStarted
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildEvent.Reset
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildEvent.RuleCountCalculated
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildEvent.Started
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildEvent.UnskippedRuleCountUpdated
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.WillBuildLocally
-
- getEventName() - Method in class com.facebook.buck.core.build.event.BuildRuleExecutionEvent.Event
-
- getEventName() - Method in class com.facebook.buck.core.build.event.FinalizingBuildRuleEvent
-
- getEventName() - Method in class com.facebook.buck.core.test.event.IndividualTestEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.core.test.event.IndividualTestEvent.Started
-
- getEventName() - Method in class com.facebook.buck.core.test.event.TestRunEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.core.test.event.TestRunEvent.Started
-
- getEventName() - Method in class com.facebook.buck.core.test.event.TestStatusMessageEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.core.test.event.TestStatusMessageEvent.Started
-
- getEventName() - Method in class com.facebook.buck.core.test.event.TestSummaryEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.core.test.event.TestSummaryEvent.Started
-
- getEventName() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
-
- getEventName() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.build_client.ClientSideBuildSlaveFinishedStatsEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.build_client.DistBuildRemoteProgressEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.build_client.DistBuildSuperConsoleEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.build_client.StampedeConsoleEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.build_slave.ServerSideBuildSlaveFinishedStatsEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResultEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.DistBuildClientStatsEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.DistBuildCreatedEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.DistBuildRunEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
-
- getEventName() - Method in class com.facebook.buck.distributed.StampedeLocalBuildStatusEvent
-
- getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Cache
-
- getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.IncrementalLoad
-
- getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Started
-
- getEventName() - Method in class com.facebook.buck.event.ActionGraphPerfStatEvent
-
- getEventName() - Method in class com.facebook.buck.event.ArtifactCompressionEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.event.ArtifactCompressionEvent.Started
-
- getEventName() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
-
- getEventName() - Method in class com.facebook.buck.event.CacheStatsEvent
-
- getEventName() - Method in class com.facebook.buck.event.CommandEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.event.CommandEvent.Interrupted
-
- getEventName() - Method in class com.facebook.buck.event.CommandEvent.Started
-
- getEventName() - Method in class com.facebook.buck.event.CompilerErrorEvent
-
- getEventName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent.Started
-
- getEventName() - Method in class com.facebook.buck.event.ConsoleEvent
-
- getEventName() - Method in class com.facebook.buck.event.DaemonEvent
-
- getEventName() - Method in class com.facebook.buck.event.ExperimentEvent
-
- getEventName() - Method in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
-
- getEventName() - Method in class com.facebook.buck.event.FileHashCacheEvent
-
- getEventName() - Method in class com.facebook.buck.event.FileHashCacheEvent.InvalidationFinished
-
- getEventName() - Method in class com.facebook.buck.event.FileHashCacheEvent.InvalidationStarted
-
- getEventName() - Method in class com.facebook.buck.event.FlushConsoleEvent
-
- getEventName() - Method in class com.facebook.buck.event.InstallEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.event.InstallEvent.Started
-
- getEventName() - Method in class com.facebook.buck.event.LeafEvents.SimpleLeafEvent
-
- getEventName() - Method in class com.facebook.buck.event.listener.PerfTimesEventListener.PerfTimesEvent
-
- getEventName() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getEventName() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
-
- getEventName() - Method in class com.facebook.buck.event.ParsingEvent
-
- getEventName() - Method in class com.facebook.buck.event.ProgressEvent.BuildProgressUpdated
-
- getEventName() - Method in class com.facebook.buck.event.ProgressEvent.ParsingProgressUpdated
-
- getEventName() - Method in class com.facebook.buck.event.ProgressEvent.ProjectGenerationProgressUpdated
-
- getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Processed
-
- getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Started
-
- getEventName() - Method in class com.facebook.buck.event.RuleKeyCalculationEvent.Event
-
- getEventName() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.event.StartActivityEvent.Started
-
- getEventName() - Method in class com.facebook.buck.event.UninstallEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.event.UninstallEvent.Started
-
- getEventName() - Method in class com.facebook.buck.event.WatchmanStatusEvent
-
- getEventName() - Method in class com.facebook.buck.file.downloader.impl.DownloadEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.file.downloader.impl.DownloadEvent.Started
-
- getEventName() - Method in class com.facebook.buck.file.downloader.impl.DownloadProgressEvent
-
- getEventName() - Method in class com.facebook.buck.io.watchman.WatchmanDiagnosticEvent
-
- getEventName() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
-
- getEventName() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
-
- getEventName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Started
-
- getEventName() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Started
-
- getEventName() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Started
-
- getEventName() - Method in class com.facebook.buck.parser.events.ParseBuckProfilerReportEvent
-
- getEventName() - Method in class com.facebook.buck.parser.ParseEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.parser.ParseEvent.Started
-
- getEventName() - Method in class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent
-
- getEventName() - Method in class com.facebook.buck.remoteexecution.event.CasBlobUploadEvent
-
- getEventName() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent
-
- getEventName() - Method in class com.facebook.buck.remoteexecution.event.RemoteBuildRuleExecutionEvent
-
- getEventName() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent
-
- getEventName() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionSessionEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionSessionEvent.Started
-
- getEventName() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
-
- getEventName() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
-
- getEventName() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
-
- getEventName() - Method in class com.facebook.buck.step.StepEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.step.StepEvent.Started
-
- getEventName() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
-
- getEventName() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent.Started
-
- getEventName() - Method in class com.facebook.buck.test.TestRuleEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.test.TestRuleEvent.Started
-
- getEventName() - Method in class com.facebook.buck.util.environment.NetworkInfo.Event
-
- getEventName() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.PerfStatsEvent
-
- getEventName() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
-
- getEventName() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
-
- getEventName() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
-
- getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
-
- getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Finished
-
- getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Started
-
- getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Timeout
-
- getEventNumber() - Method in class com.facebook.buck.distributed.BuildSlaveEventWrapper
-
- getEvents() - Method in class com.facebook.buck.event.listener.ScribeEventListenerConfig
- getEventsBetween(long, long, Iterable<EventInterval>) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
Filter a list of events and return the subset that fall between the given start and end
timestamps.
- getEventSink() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getEventsOutputPath() - Method in class com.facebook.buck.cli.AbstractCommand
-
- getEventType() - Method in class com.facebook.buck.event.SimplePerfEvent
-
- getEverstoreHandle() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
- getEverstoreHandle() - Method in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory.AbstractBuildData
-
- getEverstoreLogEndpointUrl() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getEverstoreLogExtraRequestArgs() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getEverstoreLogUploadMode() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
Returns whether and when to upload logs.
- getEvictionCount() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getExactOptional(BuildTarget) - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
Returns the target node for the exact given target, if it exists in the graph.
- getException() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult.ActionExecutionFailure
-
- getException() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionFailure
-
- getException() - Method in class com.facebook.buck.distributed.build_client.StampedeExecutionResult
-
- getException() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
- getException() - Method in class com.facebook.buck.slb.PerServerPingData
-
- getExceptions() - Method in class com.facebook.buck.rules.modern.tools.CachedErrors
-
- getExclude() - Method in class com.facebook.buck.skylark.io.GlobSpec
-
Wildcards of paths that should be skipped from the glob expansion.
- getExcludeDirectories() - Method in class com.facebook.buck.skylark.io.GlobSpec
-
Whether directories should be excluded from the glob expansion.
- getExcludedResourcePaths() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getExcludedRoots() - Method in class com.facebook.buck.cxx.OmnibusRoots
-
- getExcludedRoots() - Method in class com.facebook.buck.features.haskell.HaskellGhciOmnibusSpec
-
- getExcludedTransitiveDeps() - Method in class com.facebook.buck.features.haskell.HaskellGhciOmnibusSpec
-
- getExcludeIncompatibleTargets() - Method in class com.facebook.buck.cli.AbstractCommand
-
- getExcludeIncompatibleTargets() - Method in class com.facebook.buck.cli.UnconfiguredQueryCommand
-
- getExcludes() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
A set of paths that need to be excluded from the final IjModule.
- getExcludeTestPatterns() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getExe() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
- getExe() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getExecutable() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
- getExecutable(Path, ImmutableMap<String, String>) - Method in class com.facebook.buck.io.ExecutableFinder
-
- getExecutable() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getExecutableCommand() - Method in class com.facebook.buck.apple.AppleBundle
-
- getExecutableCommand() - Method in interface com.facebook.buck.core.rules.tool.BinaryBuildRule
-
Command to execute the output of this rule.
- getExecutableCommand() - Method in class com.facebook.buck.cxx.CxxBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.cxx.CxxTest
-
- getExecutableCommand() - Method in class com.facebook.buck.features.d.DBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.features.go.GoBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.features.go.GoTest
-
- getExecutableCommand() - Method in class com.facebook.buck.features.go.GoTestX
-
- getExecutableCommand() - Method in class com.facebook.buck.features.haskell.HaskellBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.features.haskell.HaskellGhciRule
-
- getExecutableCommand() - Method in class com.facebook.buck.features.lua.LuaBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.features.ocaml.OcamlBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.features.python.PythonInPlaceBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.features.python.PythonPackagedBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.features.python.PythonTest
-
- getExecutableCommand() - Method in class com.facebook.buck.features.rust.RustTest
-
- getExecutableCommand() - Method in class com.facebook.buck.file.HttpFileBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.file.RemoteFileBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.jvm.java.JarFattener
-
- getExecutableCommand() - Method in class com.facebook.buck.jvm.java.JarGenrule
-
- getExecutableCommand() - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.shell.CommandAlias
-
- getExecutableCommand() - Method in class com.facebook.buck.shell.GenruleBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.shell.ShBinary
-
- getExecutableCommand() - Method in class com.facebook.buck.shell.ShTest
-
- getExecutableFinder() - Method in class com.facebook.buck.android.toolchain.ndk.AbstractAndroidNdk
-
- getExecutableFinder() - Method in class com.facebook.buck.android.toolchain.ndk.AndroidNdk
-
- getExecutableFinder() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getExecutableFinder() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getExecutableFinder() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
- getExecutableFinder() - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider
-
- getExecutableFinder() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
- getExecutableFinder() - Method in class com.facebook.buck.features.go.GoPlatformFactory
-
- getExecutableName() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getExecutableName() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getExecutableName() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getExecutableName() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
-
- getExecutablesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getExecutableSuffixes(Platform, ImmutableMap<String, String>) - Static method in class com.facebook.buck.io.ExecutableFinder
-
- getExecutedActionMetadata() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Terminal
-
- getExecutedCommand() - Method in class com.facebook.buck.step.ImmutableStepExecutionResult
-
- getExecutedCommand() - Method in interface com.facebook.buck.step.StepExecutionResult
-
- getExecutionContext() - Method in class com.facebook.buck.cli.AbstractCommand
-
- getExecutionContext() - Method in class com.facebook.buck.command.Build
-
- getExecutionContext() - Method in interface com.facebook.buck.core.build.engine.BuildStrategyContext
-
- getExecutionContext() - Method in class com.facebook.buck.core.build.engine.DelegatingBuildStrategyContext
-
- getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractCommand
-
- getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuildCommand
-
- getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.InstallCommand
-
- getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.TestCommand
-
- getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.UninstallCommand
-
- getExecutionDurationMs() - Method in class com.facebook.buck.remoteexecution.event.RemoteBuildRuleExecutionEvent
-
- getExecutionStarted() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionHandle
-
- getExecutor() - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListenerCloseArgs
-
- getExecutor() - Method in class com.facebook.buck.parser.AbstractParsingContext
-
An executor used during parsing request to perform async computations
- getExecutor() - Method in class com.facebook.buck.parser.ParsingContext
-
An executor used during parsing request to perform async computations
- getExecutor() - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy
-
- getExecutor() - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs
-
- getExecutorCollectionLabel() - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
-
- getExecutorCollectionLabel() - Method in class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
-
- getExecutorCollectionLabel() - Method in interface com.facebook.buck.event.listener.MultiStateRenderer
-
- getExecutorCollectionLabel() - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
-
- getExecutorCount() - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
-
- getExecutorCount() - Method in class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
-
- getExecutorCount() - Method in interface com.facebook.buck.event.listener.MultiStateRenderer
-
- getExecutorCount() - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
-
- getExecutors() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getExecutors() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getExecutors() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getExecutors() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getExecutors() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getExecutors() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getExecutorService() - Method in class com.facebook.buck.cli.CommandThreadManager
-
- getExecutorService() - Method in interface com.facebook.buck.core.build.engine.BuildStrategyContext
-
- getExecutorService() - Method in class com.facebook.buck.core.build.engine.DelegatingBuildStrategyContext
-
- getExecutorService() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getExecutorService() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getExecutorService() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getExistenceOfInterestPredicate(SourcePathResolver) - Method in interface com.facebook.buck.core.rules.attr.SupportsDependencyFileRuleKey
-
Returns a predicate that can tell whether the existence of a given path may be of interest to
compiler.
- getExistenceOfInterestPredicate(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
- getExistenceOfInterestPredicate(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- getExistenceOfInterestPredicate(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getExistenceOfInterestPredicate() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getExistingFile() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
- getExitCode() - Method in class com.facebook.buck.cli.InstallResult
-
- getExitCode() - Method in class com.facebook.buck.core.build.event.BuildEvent.DistBuildFinished
-
- getExitCode() - Method in class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- getExitCode() - Method in class com.facebook.buck.distributed.build_client.DistBuildRunner
-
- getExitCode() - Method in class com.facebook.buck.distributed.build_client.LocalBuildRunner
-
- getExitCode() - Method in class com.facebook.buck.distributed.build_client.StampedeExecutionResult
-
- getExitCode() - Method in class com.facebook.buck.distributed.build_slave.CoordinatorModeRunner.AsyncCoordinatorRun
-
- getExitCode() - Method in class com.facebook.buck.distributed.build_slave.ThriftCoordinatorServer.ExitState
-
- getExitCode() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getExitCode() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getExitCode() - Method in class com.facebook.buck.event.CommandEvent.Finished
-
- getExitCode() - Method in class com.facebook.buck.event.CommandEvent.Interrupted
-
- getExitCode() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionResult
-
- getExitCode() - Method in class com.facebook.buck.step.ImmutableStepExecutionResult
-
- getExitCode() - Method in class com.facebook.buck.step.StepEvent.Finished
-
- getExitCode() - Method in interface com.facebook.buck.step.StepExecutionResult
-
- getExitCode() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
The exit code of the command
- getExitCode() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
The exit code of the command
- getExitCode() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
-
- getExitCode() - Method in class com.facebook.buck.util.ProcessExecutor.Result
-
- getExitCode() - Method in class com.facebook.buck.worker.WorkerJobResult
-
- getExitCodeFromResult(ExecutionContext, ProcessExecutor.Result) - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- getExitCodeFromResult(ExecutionContext, ProcessExecutor.Result) - Method in class com.facebook.buck.shell.ShellStep
-
- getExitMessage() - Method in class com.facebook.buck.distributed.build_slave.ThriftCoordinatorServer.ExitState
-
- getExitState() - Method in class com.facebook.buck.distributed.build_slave.ThriftCoordinatorServer
-
- getExopackageInfo() - Method in class com.facebook.buck.android.ApkInfo
-
- getExopackageInfo() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
-
- getExopackageLocalDir() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getExopackageModes() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getExopackageModes() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getExopackageModes() - Method in interface com.facebook.buck.android.HasExopackageArgs
-
- getExoResources() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
- getExoResources() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getExpandedArg() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
Command after passing through argument expansion.
- getExpandedArgs() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
The fully evaluated arguments to this buck invocation.
- getExpandedArgs() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
The fully evaluated arguments to this buck invocation.
- getExpandedCommandArgs() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getExpandedCommandArgs() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getExpandedSourcePaths(ProjectFilesystem, ProjectFilesystemFactory, ImmutableSet<Path>, Optional<Path>) - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
-
- getExpanders() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
- getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
- getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
- getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
- getExperimentalArgs() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
In practice, these may be values such as -XenableClosureCompiler, -XdisableClassMetadata, -XdisableCastChecking, or -XfragmentMerge.
- getExperimentGroups(String, String, Class<T>) - Method in class com.facebook.buck.core.config.BuckConfig
-
Returns the probabilities for each group in an experiment.
- getExperimentsEvents() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getExperimentsEventsSize() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getExpirationDate() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
- getExplanation() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
-
- getExplanation() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
-
- getExplanation() - Method in interface com.facebook.buck.test.selectors.TestSelector
-
- getExplanation() - Method in class com.facebook.buck.test.selectors.TestSelectorList
-
- getExplicitFileType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
-
- getExplicitRunnablePath() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getExported() - Method in class com.facebook.buck.features.project.intellij.DependencyEntryData
-
- getExportedCompilerFlags() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getExportedCxxDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedCxxDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedCxxDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedCxxDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedCxxDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedDeps() - Method in interface com.facebook.buck.core.rules.attr.ExportDependencies
-
- getExportedDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.features.go.GoLinkable
-
- getExportedDeps() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDeps
-
- getExportedDeps() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getExportedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getExportedDepsClosure(BuildTarget) - Method in class com.facebook.buck.features.project.intellij.ExportedDepsClosureResolver
-
- getExportedHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedHeaders() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedHeaders() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedHeaderStyle() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedHeaderStyle() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedHeaderStyle() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedHeaderStyle() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedHeaderStyle() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedLangPlatformPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedLangPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedLinkerFlags() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getExportedLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedLinkerFlags(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getExportedLinkerFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedLinkerFlags(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getExportedLinkerFlags(ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getExportedLinkerFlags(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getExportedLinkerFlags(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getExportedLinkerFlags() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getExportedName() - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
Get the exported name of the function within an extension file.
- getExportedPlatformDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedPlatformDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedPlatformDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedPlatformDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedPlatformDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedPlatformDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedPlatformDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getExportedPlatformHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedPlatformHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedPlatformHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedPlatformHeaders() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedPlatformHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedPlatformHeaders() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getExportedPlatformLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedPlatformPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedPostLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedPostLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedPostLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedPostLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedPostLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedPostLinkerFlags(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getExportedPostLinkerFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedPostLinkerFlags(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getExportedPostLinkerFlags(ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getExportedPostLinkerFlags(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getExportedPostLinkerFlags(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getExportedPostPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedPostPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedPostPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedPostPlatformLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedPostPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedPostPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getExportedPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getExportedPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getExportedPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getExportedPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getExportedPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getExportedPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getExportedProvidedDeps() - Method in interface com.facebook.buck.core.description.arg.HasProvidedDeps
-
- getExportedProvidedDeps() - Method in interface com.facebook.buck.core.rules.attr.ExportDependencies
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDeps
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getExportedProvidedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getExportedRules(Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.core.rules.common.BuildRules
-
- getExportedSymbolsFromString(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
-
- getExportHeader() - Method in class com.facebook.buck.features.go.CGoGenSource
-
- getExposedPackages() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
Packages providing modules that modules from this compilation can directly import.
- getExpression() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- getExpressionToEval(ImmutableList<QueryEnvironment.Argument<NODE_TYPE>>) - Method in class com.facebook.buck.query.FilterFunction
-
- getExpressionToEval(ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.KindFunction
-
- getExtension() - Method in class com.facebook.buck.apple.AppleBundle
-
- getExtension() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getExtension() - Method in class com.facebook.buck.apple.ApplePackageConfig
-
- getExtension() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
-
- getExtension() - Method in class com.facebook.buck.core.artifact.ImmutableSourceArtifactImpl
- getExtension() - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- getExtension() - Method in interface com.facebook.buck.core.starlark.rule.artifact.SkylarkArtifactApi
-
- getExtension(CxxPlatform) - Method in class com.facebook.buck.features.lua.CxxLuaExtension
-
- getExtension() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getExtension(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.python.CxxPythonExtension
-
- getExtension() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getExtension() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getExtension() - Method in class com.facebook.buck.skylark.parser.ExtensionData
-
- getExtension() - Method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Get the extension (including '.') for this archive type
- getExtensionData() - Method in class com.facebook.buck.skylark.parser.ImplicitlyLoadedExtension
-
- getExtensions(Class<T>) - Method in class com.facebook.buck.core.plugin.impl.DefaultBuckPluginManager
-
- getExtensions() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
-
- getExternalAttributes() - Method in class com.facebook.buck.util.zip.CustomZipEntry
-
- getExternalLinkerFlags() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getExternalLinkerFlags() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getExternalLinkerFlags() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getExternalLinkerFlags() - Method in interface com.facebook.buck.features.go.HasGoLinkable
-
- getExternalNamesInRootCell() - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
This gives the names as they are specified in the root cell.
- getExternalNamesInRootCell() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
-
This gives the names as they are specified in the root cell.
- getExternalTestRunner() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.apple.AppleTest
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in interface com.facebook.buck.core.test.rule.ExternalTestRunnerRule
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in interface com.facebook.buck.core.test.rule.TestXRule
-
This shouldn't be overriden as the default implementation is sufficient.
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.cxx.CxxTest
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.features.d.DTest
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.features.go.GoTest
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.features.python.PythonTest
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.features.rust.RustTest
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.shell.ShTest
-
- getExtraArgs() - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool
-
Additional flags that we pass to the tool, but which do *not* contribute to the rule key.
- getExtraArguments() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getExtraArguments() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getExtraArguments() - Method in interface com.facebook.buck.jvm.scala.ScalaLibraryDescription.CoreArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getExtraArguments() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getExtraClasspath() - Method in class com.facebook.buck.android.AndroidClasspathProvider
-
- getExtraClasspath() - Method in class com.facebook.buck.jvm.java.ExtraClasspathProvider.EmptyExtraClasspathProvider
-
- getExtraClasspath() - Method in interface com.facebook.buck.jvm.java.ExtraClasspathProvider
-
- getExtraClasspathProvider(ToolchainProvider) - Method in class com.facebook.buck.jvm.groovy.GroovyConfiguredCompilerFactory
-
- getExtraClasspathProvider(ToolchainProvider) - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
-
- getExtraClasspathProvider(ToolchainProvider) - Method in class com.facebook.buck.jvm.java.JavaConfiguredCompilerFactory
-
- getExtraClasspathProvider(ToolchainProvider) - Method in class com.facebook.buck.jvm.kotlin.KotlinConfiguredCompilerFactory
-
- getExtraClasspathProvider(ToolchainProvider) - Method in class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
-
- getExtraCompilerOutputModulesPath() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getExtraData() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getExtraDeps() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getExtraDeps() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getExtraDeps() - Method in class com.facebook.buck.core.rules.BuildRuleParams
-
- getExtraFiles() - Method in interface com.facebook.buck.doctor.ExtraInfoCollector.AbstractExtraInfoResult
-
- getExtraFiles() - Method in class com.facebook.buck.doctor.ExtraInfoResult
-
- getExtraFlags() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
- getExtraGroovycArguments() - Method in interface com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg
-
- getExtraGroovycArguments() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getExtraGroovycArguments() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getExtraInfo() - Method in class com.facebook.buck.doctor.DefectReport
-
- getExtraInfo() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
-
- getExtraInfoCommand() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getExtraInfoCommand() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getExtraJson() - Method in interface com.facebook.buck.features.js.HasExtraJson
-
A JSON string, optionally containing macros.
- getExtraJson() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
A JSON string, optionally containing macros.
- getExtraJson() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
A JSON string, optionally containing macros.
- getExtraJson(HasExtraJson, BuildTarget, ActionGraphBuilder, CellPathResolver) - Static method in class com.facebook.buck.features.js.JsUtil
-
- getExtraJvmArgs() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getExtraKotlincArguments() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getExtraKotlincArguments() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getExtraKotlincArguments() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getExtraKotlincArguments() - Method in interface com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg
-
- getExtraKotlincArguments() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getExtraKotlincArguments() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getExtraLibraryDependencies() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getExtraLibraryDependencies() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getExtraModuleDependencies() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getExtraModuleDependencies() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getExtraNdkCFlags() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getExtraNdkCxxFlags() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getExtraNdkLdFlags() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getExtraOutputsDeriver() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- getExtraOutputsDeriver() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- getExtraOutputsDeriver() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- getExtraOutputsDeriver() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
- getExtraPlatformPaths() - Method in class com.facebook.buck.apple.AppleConfig
-
- getExtraSchemes() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getExtraScriptTemplates() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getExtraShallowTargets() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getExtraTargets() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getExtraTests() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getExtraToolchainPaths() - Method in class com.facebook.buck.apple.AppleConfig
-
- getExtraXcodeFiles() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
extra_xcode_sources will add the files to the list of files in the project and won't add them
to an Xcode target.
- getExtraXcodeFiles() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
extra_xcode_sources will add the files to the list of files in the project and won't add them
to an Xcode target.
- getExtraXcodeFiles() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
extra_xcode_sources will add the files to the list of files in the project and won't add them
to an Xcode target.
- getExtraXcodeFiles() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
extra_xcode_sources will add the files to the list of files in the project and won't add them
to an Xcode target.
- getExtraXcodeFiles() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
extra_xcode_sources will add the files to the list of files in the project and won't add them
to an Xcode target.
- getExtraXcodeSources() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode
target.
- getExtraXcodeSources() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode
target.
- getExtraXcodeSources() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode
target.
- getExtraXcodeSources() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode
target.
- getExtraXcodeSources() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode
target.
- getFactory() - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidResourceFolder
-
- getFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder
-
- getFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- getFactory() - Method in enum com.facebook.buck.features.project.intellij.model.folders.IjResourceFolderType
-
- getFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.JavaResourceFolder
-
- getFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.JavaTestResourceFolder
-
- getFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.SourceFolder
-
- getFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.TestFolder
-
- getFactory() - Method in enum com.facebook.buck.slb.ThriftProtocol
-
- getFailed() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats
-
- getFailure(ListenableFuture<?>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
Returns the failure for a ListenableFuture.
- getFailureCount() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
-
- getFailureCount() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteCacheUploadStats
-
- getFailureCount() - Method in class com.facebook.buck.test.TestCaseSummary
-
- getFailureCount() - Method in class com.facebook.buck.test.TestResults
-
- getFailureInfo() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
Object that represents the failure information
- getFailureInfo() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
Object that represents the failure information
- getFailureOptional() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
- getFailures() - Method in class com.facebook.buck.command.BuildExecutionResult
-
- getFailures() - Method in class com.facebook.buck.test.TestResults
-
- getFailureUploadCount() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getFakeTime() - Static method in class com.facebook.buck.util.zip.ZipConstants
-
- getFallbackFinder() - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- getFatLto() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getFatLto() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getFatLto() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getFatLto() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getFatLto() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getFatLto() - Method in class com.facebook.buck.cxx.CxxLinkOptions
-
- getFatLto() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getFatLto() - Method in interface com.facebook.buck.cxx.LinkableCxxConstructorArg
-
- getFatLto() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getFatLto() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getFatTarget() - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
- getFeatures() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getFeatures() - Method in interface com.facebook.buck.features.rust.RustCommonArgs
-
- getFeatures() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getFeatures() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getFetchBuilder() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
-
- getFetchClient() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getFetchData() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- getFetchRequestLogger() - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListenerCloseArgs
-
- getFetchResult() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
- getFetchTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getField() - Method in class com.facebook.buck.rules.modern.FieldInfo
-
- getFieldInfos() - Method in interface com.facebook.buck.rules.modern.ClassInfo
-
- getFieldInfos() - Method in class com.facebook.buck.rules.modern.impl.DefaultClassInfo
-
- getFieldNames() - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProviderInfo
-
- getFieldNames() - Method in class com.facebook.buck.core.starlark.compatible.BuckStarlarkStructObject
-
- getFieldNames() - Method in class com.facebook.buck.core.starlark.rule.SkylarkRuleContextAttr
-
- getFile() - Method in interface com.facebook.buck.apple.AbstractIdbFailureInfo
-
String that represents the file which caused the failure
- getFile() - Method in class com.facebook.buck.apple.ImmutableIdbFailureInfo
-
String that represents the file which caused the failure
- getFile() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
- getFileAttributesForZipEntry(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getFileAttributesForZipEntry(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
getFileAttributesForZipEntry is similar to getPosixFileMode, but returns a number adjusted for
use in zip files.
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- getFileChangesIgnoredReport() - Method in class com.facebook.buck.doctor.AbstractReport
-
- getFileChangesIgnoredReport() - Method in class com.facebook.buck.doctor.DefectReport
-
- getFileChangesIgnoredReport() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
-
- getFileChangesIgnoredReport() - Method in class com.facebook.buck.doctor.DoctorInteractiveReport
-
- getFileContents() - Method in class com.facebook.buck.file.WriteFile
-
- getFileEventBus() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
Global event bus used to process file invalidation events.
- getFileExtension(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
- getFileExtensions() - Static method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Get all available file extensions
- getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- getFileHashCache() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getFileHashCache() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getFileHashCache() - Method in interface com.facebook.buck.core.build.engine.delegate.CachingBuildEngineDelegate
-
- getFileHashCache() - Method in class com.facebook.buck.core.build.engine.delegate.LocalCachingBuildEngineDelegate
-
- getFileHashCache() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getFileHashCache() - Method in class com.facebook.buck.distributed.DistBuildCachingEngineDelegate
-
- getFileHashCacheMode() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getFileHashCacheMode() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getFileHashCaches() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getFileHashes() - Method in class com.facebook.buck.distributed.DistBuildFileHashes
-
- getFileHashesComputationFuture() - Method in class com.facebook.buck.distributed.DistBuildFileHashes
-
- getFileInputStream(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
Get a file input stream to a Digest
- getFileMaterializationStats() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- getFileMaterializationTimeoutSecs() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getFileName() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- getFilename() - Method in class com.facebook.buck.event.WatchmanStatusEvent.FileCreation
-
- getFilename() - Method in class com.facebook.buck.event.WatchmanStatusEvent.FileDeletion
-
- getFileName() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
- getFileName() - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
- getFilenamePath() - Method in class com.facebook.buck.android.PackagedResource
-
Use this combined with file hash as unique ID when hashing is enabled.
- getFileNameWithoutClassSuffix(FileLike) - Static method in class com.facebook.buck.jvm.java.classes.FileLikes
-
- getFileOwners(ImmutableList<String>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getFileOwners(ImmutableList<String>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the targets that own one or more of the given files.
- getFileOwners(ImmutableList<String>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getFileOwners(ImmutableList<String>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getFilePath() - Method in class com.facebook.buck.features.project.intellij.model.ModuleIndexEntry
-
- getFilepathLengthLimited() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getFilepathLengthLimited() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Whether to use shorter intermediate files.
- getFilepathLengthLimited() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getFilePaths() - Method in class com.facebook.buck.skylark.io.GlobSpecWithResult
-
return the file paths that the glob operation returned.
- getFileRef() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
-
- getFileReference() - Method in class com.facebook.buck.features.apple.projectV2.ProjectFileWriter.Result
-
- getFiles() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getFiles() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
-
- getFiles() - Method in class com.facebook.buck.core.files.DirectoryList
-
- getFiles() - Method in class com.facebook.buck.core.files.ImmutableDirectoryList
-
- getFilesExamined() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
-
- getFilesExamined() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
- getFileSize(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getFileSize(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getFilesList() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Directory
-
- getFilesMaterializedFromCASCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- getFilesMaterializedFromLocalCacheCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- getFilesToCopyInXcode() - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
- getFilesToCopyInXcode() - Method in class com.facebook.buck.features.apple.project.ProjectGenerator
-
- getFilesToCopyInXcode() - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
- getFilesToInstall() - Method in class com.facebook.buck.android.exopackage.DexExoHelper
-
- getFilesToInstall() - Method in class com.facebook.buck.android.exopackage.ModuleExoHelper
-
- getFilesToInstall() - Method in class com.facebook.buck.android.exopackage.NativeExoHelper
-
- getFilesToInstall(ImmutableMap<String, Path>) - Static method in class com.facebook.buck.android.exopackage.ResourcesExoHelper
-
- getFilesToInstall() - Method in class com.facebook.buck.android.exopackage.ResourcesExoHelper
-
- getFileStore(Path) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- getFileStores() - Method in class com.facebook.buck.core.filesystems.BuckFileSystem
-
- getFilesUnderPath(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getFilesUnderPath(Path, Predicate<Path>) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getFilesUnderPath(Path, Predicate<Path>, EnumSet<FileVisitOption>) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getFilesUnderPath(Path, EnumSet<FileVisitOption>) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemView
-
- getFilesUnderPath(Path, Predicate<Path>, EnumSet<FileVisitOption>) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemView
-
- getFilesUnderPath(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Deprecated.
- getFilesUnderPath(Path, Predicate<Path>) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Deprecated.
- getFilesUnderPath(Path, Predicate<Path>, EnumSet<FileVisitOption>) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Deprecated.
- getFilesUnderPath(Path, EnumSet<FileVisitOption>) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemView
-
- getFilesUnderPath(Path, Predicate<Path>, EnumSet<FileVisitOption>) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemView
-
Returns a list of files under the given path relative to the root of this view, filtered both
blacklist and the given filter.
- getFilesystem() - Method in interface com.facebook.buck.core.cell.Cell
-
- getFilesystem() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getFilesystem() - Method in class com.facebook.buck.core.config.BuckConfig
-
- getFileSystem(URI) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- getFileSystem() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- getFilesystem() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getFilesystem() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getFilesystem() - Method in class com.facebook.buck.core.sourcepath.AbstractPathSourcePath
-
- getFilesystem() - Method in class com.facebook.buck.core.sourcepath.PathSourcePath
-
- getFilesystem(SourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getFilesystem(SourcePath) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getFilesystem() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
- getFilesystem() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
- getFilesystem() - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- getFilesystem() - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
-
- getFilesystem() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
- getFilesystem() - Method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- getFilesystem() - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
-
- getFilesystem() - Method in class com.facebook.buck.util.unarchive.DirectoryCreator
-
- getFilesystemViewForSourceFiles() - Method in interface com.facebook.buck.core.cell.Cell
-
- getFilesystemViewForSourceFiles() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getFileTreeCaches() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
Return a map of file tree caches for each cell which is a key.
- getFileUrl() - Method in class com.facebook.buck.features.project.intellij.model.ModuleIndexEntry
-
- getFilter() - Method in class com.facebook.buck.rules.macros.CppFlagsMacro
-
- getFilter() - Method in class com.facebook.buck.rules.macros.CxxGenruleFilterAndTargetsMacro
-
- getFilter() - Method in class com.facebook.buck.rules.macros.CxxppFlagsMacro
-
- getFilter() - Method in class com.facebook.buck.rules.macros.LdflagsSharedFilterMacro
-
- getFilter() - Method in class com.facebook.buck.rules.macros.LdflagsSharedMacro
-
- getFilter() - Method in class com.facebook.buck.rules.macros.LdflagsStaticFilterMacro
-
- getFilter() - Method in class com.facebook.buck.rules.macros.LdflagsStaticMacro
-
- getFilter() - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicFilterMacro
-
- getFilter() - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicMacro
-
- getFilterSteps() - Method in class com.facebook.buck.features.go.FilteredSourceFiles
-
- getFinalBuildJob() - Method in class com.facebook.buck.distributed.build_client.BuildPhase.BuildResult
-
- getFinalDeps() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
-
- getFinalRName() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getFinalRName() - Method in interface com.facebook.buck.android.AndroidLibraryDescription.CoreArg
-
- getFinalRName() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getFingerprint() - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentity
-
Returns the identity's certificate hash, defined to be unique for each identity.
- getFinish() - Method in class com.facebook.buck.event.listener.util.EventInterval
-
- getFinishedRulesCount() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
- getFinishEvent() - Method in class com.facebook.buck.event.listener.TimeCostEntry
-
- getFinishGcTime() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
Get garbage collection total time by the moment command finishes
- getFirst() - Method in class com.facebook.buck.util.types.Pair
-
- getFirstEventTimeMs() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getFirstNonOptionalType(Field) - Static method in class com.facebook.buck.util.Types
-
Get the first complete
Type in a signature that's non-optional, complete with the
information from the
ParameterizedType.
- getFirstOrderClasspath(Set<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getFirstOrderPackageableDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
- getFirstResourcePackageFromDependencies(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- getFixScript() - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
Get the script to run when buck fix is invoked
- getFixScript() - Method in class com.facebook.buck.support.fix.FixBuckConfig
-
Get the script to run when buck fix is invoked
- getFixScriptContact() - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
Get the contact to use to tell users who to contact when `buck fix` fails
- getFixScriptContact() - Method in class com.facebook.buck.support.fix.FixBuckConfig
-
Get the contact to use to tell users who to contact when `buck fix` fails
- getFixScriptMessage() - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
Get the message to show when invoking `buck fix`
- getFixScriptMessage() - Method in class com.facebook.buck.support.fix.FixBuckConfig
-
Get the message to show when invoking `buck fix`
- getFlagMacros() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getFlags() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
- getFlags() - Method in class com.facebook.buck.core.sourcepath.SourceWithFlags
-
- getFlags() - Method in class com.facebook.buck.cxx.AbstractCxxSource
-
- getFlags(ImmutableList<T>, PatternMatchedCollection<ImmutableList<T>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
-
- getFlags() - Method in class com.facebook.buck.cxx.CxxSource
-
- getFlags(Compiler) - Method in enum com.facebook.buck.cxx.toolchain.PicType
-
- getFlags() - Method in class com.facebook.buck.features.haskell.HaskellCompileInput
-
- getFlags() - Method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- getFlags() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.ClangCompiler
-
- getFlagsForColorDiagnostics() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
-
- getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
-
- getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.GccCompiler
-
- getFlagsForReproducibleBuild(String, Path) - Method in class com.facebook.buck.cxx.toolchain.ClangClCompiler
-
- getFlagsForReproducibleBuild(String, Path) - Method in class com.facebook.buck.cxx.toolchain.ClangCompiler
-
- getFlagsForReproducibleBuild(String, Path) - Method in class com.facebook.buck.cxx.toolchain.ClangWindowsCompiler
-
- getFlagsForReproducibleBuild(String, Path) - Method in interface com.facebook.buck.cxx.toolchain.Compiler
-
- getFlagsForReproducibleBuild(String, Path) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
-
- getFlagsForReproducibleBuild(String, Path) - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
-
- getFlagsWithMacrosWithPlatformMacroExpansion(ImmutableList<StringWithMacros>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
-
- getFlagsWithPlatformMacroExpansion(ImmutableList<String>, PatternMatchedCollection<ImmutableList<String>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
-
- getFlavor() - Method in enum com.facebook.buck.apple.AppleDebugFormat
-
- getFlavor() - Method in enum com.facebook.buck.apple.AppleLibraryDescription.Type
-
- getFlavor() - Method in interface com.facebook.buck.core.model.FlavorConvertible
-
- getFlavor(Set<Flavor>) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getFlavor(BuildTarget) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getFlavor() - Method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
-
- getFlavor() - Method in enum com.facebook.buck.cxx.CxxLibraryDescription.MetadataType
-
- getFlavor() - Method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
-
- getFlavor() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getFlavor() - Method in enum com.facebook.buck.cxx.toolchain.HeaderMode
-
- getFlavor() - Method in enum com.facebook.buck.cxx.toolchain.HeaderVisibility
-
- getFlavor() - Method in class com.facebook.buck.cxx.toolchain.impl.StaticUnresolvedCxxPlatform
-
- getFlavor() - Method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
-
- getFlavor() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableCacheKey
-
- getFlavor() - Method in class com.facebook.buck.cxx.toolchain.ProviderBasedUnresolvedCxxPlatform
-
- getFlavor() - Method in enum com.facebook.buck.cxx.toolchain.StripStyle
-
- getFlavor() - Method in interface com.facebook.buck.cxx.toolchain.UnresolvedCxxPlatform
-
- getFlavor() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getFlavor() - Method in enum com.facebook.buck.features.haskell.HaskellBinaryDescription.Type
-
- getFlavor() - Method in enum com.facebook.buck.features.haskell.HaskellLibraryDescription.Type
-
- getFlavor() - Method in enum com.facebook.buck.features.python.CxxPythonExtensionDescription.Type
-
- getFlavor() - Method in class com.facebook.buck.features.python.toolchain.impl.LazyPythonPlatform
-
- getFlavor() - Method in interface com.facebook.buck.features.python.toolchain.PythonPlatform
-
- getFlavor() - Method in class com.facebook.buck.features.rust.ConfigBasedUnresolvedRustPlatform
-
- getFlavor() - Method in enum com.facebook.buck.features.rust.CrateType
-
- getFlavor() - Method in enum com.facebook.buck.features.rust.RustBinaryDescription.Type
-
- getFlavor() - Method in interface com.facebook.buck.features.rust.UnresolvedRustPlatform
-
- getFlavor() - Method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
-
- getFlavorAndValue(Set<Flavor>) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getFlavorAndValue(BuildTarget) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getFlavoredConfigs() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getFlavoredStrategyConfig(String) - Method in class com.facebook.buck.rules.modern.config.ModernBuildRuleStrategyConfigFromSection
-
- getFlavorPostfix() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getFlavorPostfix() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getFlavors() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getFlavors() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getFlavors() - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getFlavors() - Method in class com.facebook.buck.core.model.ImmutableInternedUnconfiguredBuildTarget
-
Set of flavors used with that build target.
- getFlavors() - Method in class com.facebook.buck.core.model.ImmutableUnconfiguredBuildTarget
-
Set of flavors used with that build target.
- getFlavors() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getFlavors() - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
Set of flavors used with that build target.
- getFlavors() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
Set of flavors used with that build target.
- getFlavorsAsString() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getFloat(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getFloat(String, String) - Method in class com.facebook.buck.util.config.Config
-
- getFlushEventsBeforeExit() - Method in class com.facebook.buck.support.cli.config.AbstractCliConfig
-
- getFlushEventsBeforeExit() - Method in class com.facebook.buck.support.cli.config.CliConfig
- getFolderFactory() - Method in enum com.facebook.buck.features.project.intellij.FolderTypeWithPackageInfo
-
- getFolders() - Method in class com.facebook.buck.features.project.intellij.model.ContentRoot
-
- getFolders() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getFolderTypeClass() - Method in enum com.facebook.buck.features.project.intellij.FolderTypeWithPackageInfo
-
- getForAction(String, String) - Method in interface com.facebook.buck.remoteexecution.interfaces.MetadataProvider
-
- getForArchiveMember(Path, Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- getForArchiveMember(Path, Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
-
- getForArchiveMember(Path, Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
-
- getForArchiveMember(Path, Path) - Method in interface com.facebook.buck.util.cache.FileHashCacheEngine
-
- getForArchiveMember(Path, Path) - Method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- getForArchiveMember(Path, Path) - Method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- getForArchiveMember(ProjectFilesystem, Path, Path) - Method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- getForArchiveMember(Path, Path) - Method in class com.facebook.buck.util.cache.impl.StatsTrackingFileHashCacheEngine
-
- getForArchiveMember(Path, Path) - Method in interface com.facebook.buck.util.hashing.FileHashLoader
-
- getForArchiveMember(ProjectFilesystem, Path, Path) - Method in interface com.facebook.buck.util.hashing.FileHashLoader
-
- getForArchiveMember(Path, Path) - Method in class com.facebook.buck.util.hashing.FilePathHashLoader
-
- getForArchiveMember(Path, Path) - Method in interface com.facebook.buck.util.hashing.ProjectFileHashLoader
-
- getForceLinkWhole() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableCacheKey
-
- getForceLoadLibraryPath(boolean) - Method in class com.facebook.buck.apple.AppleConfig
-
- getForceStatic() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getForceStatic() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getForceStatic() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getForceStatic() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getForceStatic() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getForkMode() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getForkMode() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getForkMode() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getForkMode() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getForkMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getForkMode() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getFormatFromFilename(String) - Static method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Gets the archive format based on a file
- getFormatFromShortName(String) - Static method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Gets the archive format based on a short name
- getFormattedDateTime() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
-
- getFramework() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getFramework() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getFrameworkPaths() - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Directories set via -F.
- getFrameworkPaths() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
- getFrameworks() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
- getFrameworks() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
- getFrameworks() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getFrameworks() - Method in interface com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries
-
- getFrameworks() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
-
- getFrameworks() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getFrameworks() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getFrameworksPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getFrameworkVer() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getFreeMemoryBytes() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
-
- getFreshActionGraph(TargetGraphCreationResult) - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphProvider
-
- getFreshActionGraph(TargetNodeToBuildRuleTransformer, TargetGraphCreationResult) - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphProvider
-
- getFriendPaths() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getFriendPaths() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getFriendPaths() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getFriendPaths() - Method in interface com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg
-
- getFriendPaths() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getFriendPaths() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getFromCache(BuildEngineAction) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
-
- getFromCache(BuildEngineAction) - Method in interface com.facebook.buck.rules.keys.RuleKeyFactory
-
Returns a RULE_KEY from an internal cache, if possible.
- getFrontendConfig() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getFrontendConfig() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getFrontendConfig() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getFrontendConfig() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
-
- getFrontendRequestMaxRetries() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getFrontendRequestRetryIntervalMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getFrontendRequestTimeoutMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getFullBufferCasMultiFetchCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- getFullDurationMillis() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Finished
-
- getFullUrl(URI, String) - Static method in class com.facebook.buck.slb.SingleUriService
-
- getFullyQualifiedBuildTargets(String, String, TargetConfiguration) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getFullyQualifiedName() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getFullyQualifiedName() - Method in class com.facebook.buck.core.model.AbstractUnflavoredBuildTargetView
-
- getFullyQualifiedName() - Method in interface com.facebook.buck.core.model.BuildTarget
-
If this build target is cell//third_party/java/guava:guava-latest, then this would return
"cell//third_party/java/guava:guava-latest".
- getFullyQualifiedName() - Method in class com.facebook.buck.core.model.ImmutableInternedUnconfiguredBuildTarget
-
Fully qualified name of unconfigured build target, for example
cell//some/target:name#flavor1,flavor2
- getFullyQualifiedName() - Method in class com.facebook.buck.core.model.ImmutableUnconfiguredBuildTarget
-
Fully qualified name of unconfigured build target, for example
cell//some/target:name#flavor1,flavor2
- getFullyQualifiedName() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getFullyQualifiedName() - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
Fully qualified name of unconfigured build target, for example
cell//some/target:name#flavor1,flavor2
- getFullyQualifiedName() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
The full name of the build target including the cell name and flavors.
- getFullyQualifiedName() - Method in interface com.facebook.buck.core.model.UnflavoredBuildTargetView
-
If this build target is //third_party/java/guava:guava-latest, then this would return
"//third_party/java/guava:guava-latest".
- getFullyQualifiedName() - Method in interface com.facebook.buck.core.rules.BuildRule
-
- getFullyQualifiedName() - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
-
- getFullyQualifiedName() - Method in interface com.facebook.buck.rules.keys.ValueExtractor
-
- getFullyQualifiedName() - Method in class com.facebook.buck.rules.keys.ValueMethodValueExtractor
-
- getFunctionName() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getFunctionName() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
- getFunctions() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getFunctions() - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the set of query functions implemented by this query environment.
- getFunctions() - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getFunctions() - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getFuture(SupportsPipelining<?>) - Method in class com.facebook.buck.core.build.engine.impl.BuildRulePipelinesRunner
-
- getFuture() - Method in interface com.facebook.buck.core.build.engine.impl.RunnableWithFuture
-
- getFuture() - Method in class com.facebook.buck.slb.ClientSideSlb.ServerPing
-
- getFuture() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
- getFwdDeps(Iterable<QueryBuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getFwdDeps(Iterable<NODE_TYPE>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the direct forward dependencies of the specified targets.
- getFwdDeps(Iterable<NODE_TYPE>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getFwdDeps(Iterable<QueryBuildTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getGccVersion() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformCompiler
-
- getGenDir(ProjectFilesystem, BuildTarget) - Static method in class com.facebook.buck.core.model.impl.BuildPaths
-
Return a relative path to a file in the buck-out/gen/ directory, formatted with the target
short name.
- getGenDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getGeneratedAnnotationSourcePath() - Method in interface com.facebook.buck.jvm.core.JavaLibrary
-
- getGeneratedAnnotationSourcePath() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getGeneratedAnnotationSourcePath() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getGeneratedFilesListFilename() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getGeneratedGoSource() - Method in class com.facebook.buck.features.go.CGoLibrary
-
returns .go files produced by cgo tool
- getGeneratedMakefilePath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.NdkLibraryDescription
-
Deprecated.
- getGeneratedProjectToGeneratedTargets() - Method in class com.facebook.buck.features.apple.project.ProjectGenerator
-
- getGeneratedProjectToPbxTargets() - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
- getGeneratedProjectToPbxTargets() - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
- getGeneratedSourceCodeFolders() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getGeneratedSourceCodeFolders() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getGeneratedSourceFolders(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- getGeneratedSourcePath() - Method in class com.facebook.buck.cli.TargetResult
-
- getGeneratedSourcePath() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- getGenericParameterTypes() - Method in class com.facebook.buck.core.starlark.coercer.SkylarkParamInfo
-
- getGenericParameterTypes() - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
Get the
Types of any generic parameters for the final coerced type.
- getGenericParameterTypes() - Method in class com.facebook.buck.rules.coercer.ReflectionParamInfo
-
- getGenericTool() - Method in class com.facebook.buck.shell.CrossPlatformTool
-
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableBoolAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntListAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceListAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenericTypes() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringListAttribute
-
Get the generic type parameters of CoercedType, if any.
- getGenPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.core.model.impl.BuildTargetPaths
-
Deprecated.
Return a relative path to a file in the buck-out/gen/ directory.
- getGenrule(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxGenrule
-
Get the genrule
- getGhciBinDep() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getGhciBinutils(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciBinutils() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciCc(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciCc() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciCpp(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciCpp() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciCxx(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciCxx() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciGhc(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciGhc() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciInit() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getGhciIServ(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciIServ() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciIServProf(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciIServProf() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciIservScriptTemplate(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciIservScriptTemplate() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciLib(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciLib() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciPackager(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciPackager() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGhciPlatformPreloadDeps() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getGhciPlatformPreloadDeps() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getGhciPreloadDeps() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getGhciPreloadDeps() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getGhciScriptTemplate(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getGhciScriptTemplate() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getGlobalID() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
- getGlobalState() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getGlobalState() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getGlobber() - Method in class com.facebook.buck.skylark.packages.PackageContext
-
Returns a globber instance that can resolve paths relative to current package.
- getGlobHandler() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getGlobHandler() - Method in class com.facebook.buck.parser.config.ParserConfig
- getGlobManifest() - Method in class com.facebook.buck.parser.api.BuildFileManifest
-
- getGlobManifest() - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
- getGlobManifestWithResult() - Method in class com.facebook.buck.skylark.parser.ParseResult
-
- getGlobSpec() - Method in class com.facebook.buck.skylark.io.GlobSpecWithResult
-
return the GlobSpec for this glob operation.
- getGoArch() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getGoAssemblerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getGoCompilerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getGoFiles() - Method in class com.facebook.buck.features.go.CGoGenSource
-
- getGoLinkInput() - Method in class com.facebook.buck.features.go.GoLinkable
-
- getGoOs() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getGoRoot() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getGoSrcs() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getGraph() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Lazy generate the graph on first use
- getGraph() - Method in class com.facebook.buck.parser.ParseEvent.Finished
-
- getGraphBuilder() - Method in class com.facebook.buck.command.Build
-
- getGraphMinimumDepth(int) - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationMode
-
- getGroovycTarget(TargetConfiguration) - Method in class com.facebook.buck.jvm.groovy.GroovyBuckConfig
-
- getGroup() - Method in class com.facebook.buck.features.project.intellij.model.ModuleIndexEntry
-
- getGroup(String, String, Map<T, Double>) - Static method in class com.facebook.buck.util.randomizedtrial.RandomizedTrial
-
Returns a group for trial with given name.
- getGroup(String, String, Class<T>) - Static method in class com.facebook.buck.util.randomizedtrial.RandomizedTrial
-
Returns a group for trial with given name.
- getGroupStable(String, Class<T>) - Static method in class com.facebook.buck.util.randomizedtrial.RandomizedTrial
-
Returns a group for trial with given name.
- getGroupStable(String, Map<T, Double>) - Static method in class com.facebook.buck.util.randomizedtrial.RandomizedTrial
-
Returns a group for trial with given name.
- getGtestDefaultTestMainDep(TargetConfiguration) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getGtestDep(TargetConfiguration) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getGuavaJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getGwtJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getHaddock(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getHaddock() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getHaddockFlags() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getHaddockFlags() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getHaddockInput(HaskellPlatform) - Method in interface com.facebook.buck.features.haskell.HaskellCompileDep
-
- getHaddockInterfaces() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
Haddock interface files (not .hi files) of transitive dependencies.
- getHaddockOutputDirs() - Method in class com.facebook.buck.features.haskell.HaskellHaddockInput
-
- getHaddockOutputDirs() - Method in class com.facebook.buck.features.haskell.HaskellHaddockLibRule
-
- getHaddockSource(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getHalideTargetForPlatform(CxxPlatform) - Method in class com.facebook.buck.features.halide.HalideBuckConfig
-
- getHandleGracefully() - Method in class com.facebook.buck.distributed.build_client.StampedeExecutionResult
-
- getHandlers() - Method in class com.facebook.buck.core.util.log.Logger
-
- getHandshakeCertificates() - Method in class com.facebook.buck.artifact_cache.ClientCertificateHandler
-
- getHangMonitor() - Method in class com.facebook.buck.cli.HangMonitor.AutoStartInstance
-
- getHash(String) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getHash(String) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
- getHash() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcDigest
-
- getHash() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Digest
-
- getHash() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- getHashCode() - Method in class com.facebook.buck.core.rulekey.RuleKey
-
- getHashCode() - Method in class com.facebook.buck.file.FileHash
-
Get the original hash code object used to create this
FileHash object
- getHashCode() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
- getHashEntries() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getHasher() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher
-
- getHashFunction() - Method in class com.facebook.buck.file.FileHash
-
Get the hash function for this type of hash
- getHashFunction() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- getHashFunction() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol
-
- getHashPath() - Method in class com.facebook.buck.android.exopackage.ExopackagePathAndHash
-
- getHaskellPlatforms() - Method in interface com.facebook.buck.features.haskell.AbstractHaskellPlatformsProvider
-
- getHaskellPlatforms() - Method in class com.facebook.buck.features.haskell.HaskellPlatformsProvider
-
- getHaskellVersion() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getHasWhitelistedStrings() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getHeaderContainer() - Method in class com.facebook.buck.cxx.PrecompiledHeaderData
-
- getHeaderDirs() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getHeaderDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getHeaderMap() - Method in class com.facebook.buck.cxx.CxxHeaders
-
- getHeaderMap() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- getHeaderMapSourcePath() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
-
- getHeaderMapSourcePath() - Method in class com.facebook.buck.cxx.toolchain.HeaderSymlinkTree
-
- getHeaderMode() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getHeaderMode() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getHeaderModeForPlatform(BuildRuleResolver, TargetConfiguration, CxxPlatform, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getHeaderNamespace() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getHeaderNamespace() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getHeaderNamespace() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getHeaderPathPrefix() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getHeaderPathPrefix(AppleNativeTargetDescriptionArg, BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- getHeaderPathPrefix() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getHeaderPathPrefix() - Method in interface com.facebook.buck.apple.AppleNativeTargetDescriptionArg
-
- getHeaderPathPrefix() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getHeaders() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.cxx.CxxRawHeaders
-
- getHeaders() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getHeaders() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getHeaderSize() - Method in class com.facebook.buck.android.resources.ResChunk
-
- getHeaderSourcePath() - Method in class com.facebook.buck.cxx.PreInclude
-
- getHeadersPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getHeadersWhitelist() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
A list of regexes which match headers (belonging to the toolchain) to exempt from untracked
header verification.
- getHeaderSymlinkTreeFlavor(HeaderVisibility) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getHeaderSymlinkTreePath(ProjectFilesystem, BuildTarget, HeaderVisibility, Flavor...) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getHeaderSymlinkTreeSuffix(HeaderVisibility) - Static method in class com.facebook.buck.apple.AppleHeaderVisibilities
-
- getHeaderVerification() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getHeaderVerificationOrIgnore() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getHealthCheckIntervalMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getHealthCheckStats() - Method in class com.facebook.buck.distributed.build_slave.HealthCheckStatsTracker
-
Take all recorded samples and produce a HealthCheckStats.
- getHealthCheckStatsTracker() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getHeartbeatServiceRateMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getHgCmd() - Method in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
-
- getHideSucceededRulesInLogMode() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
-
- getHighlightedBuildIds() - Method in class com.facebook.buck.doctor.DefectReport
-
- getHighlightedBuildIds() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
-
- getHighlightedResetSequence() - Method in class com.facebook.buck.util.Ansi
-
- getHighlightedWarningSequence() - Method in class com.facebook.buck.util.Ansi
-
- getHint() - Method in class com.facebook.buck.core.starlark.coercer.SkylarkParamInfo
-
- getHint() - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- getHint() - Method in class com.facebook.buck.rules.coercer.ReflectionParamInfo
-
- getHip() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getHip() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getHipflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getHipflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getHippp() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getHippp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getHipppflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getHipppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getHitCount() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getHost() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that represents the host of the device
- getHost() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that represents the host of the device
- getHostConstraintDetector() - Method in class com.facebook.buck.core.model.platform.AbstractConstraintSetting
-
- getHostConstraintDetector() - Method in class com.facebook.buck.core.model.platform.ConstraintSetting
-
- getHostConstraintDetector() - Method in interface com.facebook.buck.core.model.platform.ProvidesHostConstraintDetector
-
- getHostConstraintDetector() - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg
-
- getHostConstraintDetector() - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingRule
-
- getHostConstraintDetector() - Method in class com.facebook.buck.core.rules.platform.CpuConstraintDetectorRule
-
- getHostConstraintDetector() - Method in class com.facebook.buck.core.rules.platform.OsConstraintDetectorRule
-
- getHostFlavor() - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
- getHostname() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getHostname() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
-
- getHostname() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
-
- getHostname() - Static method in class com.facebook.buck.util.network.hostname.HostnameFetching
-
- gethostname(byte[], int) - Static method in class com.facebook.buck.util.network.hostname.HostnameFetchingPosixLibrary
-
- getHostnameVerifier() - Method in class com.facebook.buck.artifact_cache.ClientCertificateHandler
-
- getHostPlatform() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getHostPlatform() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getHostPlatform() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getHostToReportToRemoteCacheServer() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getHttpCacheEntries() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheEntries
-
- getHttpFetchConcurrency() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getHttpFetchExecutorService() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getHttpMaxConcurrentWrites() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getHttpWriteExecutorService() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getHttpWriterShutdownTimeout() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getHumanReadableErrorMessage() - Method in interface com.facebook.buck.core.exceptions.ExceptionWithHumanReadableMessage
-
- getHumanReadableErrorMessage() - Method in exception com.facebook.buck.core.exceptions.HumanReadableException
-
- getHumanReadableErrorMessage() - Method in exception com.facebook.buck.core.model.targetgraph.NoSuchTargetException
-
- getHumanReadableErrorMessage() - Method in exception com.facebook.buck.parser.exceptions.BuildFileParseException
-
- getHumanReadableErrorMessage() - Method in exception com.facebook.buck.parser.exceptions.MissingBuildFileException
-
- getHumanReadableErrorMessage() - Method in exception com.facebook.buck.parser.exceptions.NoSuchBuildTargetException
-
- getHumanReadableErrorMessage() - Method in exception com.facebook.buck.query.QueryException
-
- getHumanReadableOrLocalizedMessage(Throwable) - Static method in class com.facebook.buck.util.MoreExceptions
-
- getHumanReadableSize(double, SizeUnit) - Static method in enum com.facebook.buck.util.unit.SizeUnit
-
- getHybridLocalConfig() - Method in interface com.facebook.buck.rules.modern.config.ModernBuildRuleStrategyConfig
-
- getHybridLocalConfig() - Method in class com.facebook.buck.rules.modern.config.ModernBuildRuleStrategyConfigFromSection
-
- getHybridThriftEndpoint() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getHybridThriftEndpoint() - Method in class com.facebook.buck.manifestservice.ManifestServiceConfig
-
- getHybridThriftPath() - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs
-
- getIbtool() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getIbtoolFlags() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getIbtoolModuleFlag() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getID() - Method in interface com.facebook.buck.core.rules.analysis.action.ActionAnalysisDataKey
-
- getID() - Method in class com.facebook.buck.core.rules.analysis.action.ImmutableActionAnalysisDataKey
-
- getId() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getId() - Method in enum com.facebook.buck.features.project.intellij.lang.android.AndroidProjectType
-
- getIdbPath() - Method in class com.facebook.buck.apple.AppleConfig
-
Gets the path to the executable file of idb
- getIdeaConfigDir() - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getIdeallyRelativePath(SourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getIdeallyRelativePath(SourcePath) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getIdentifier() - Method in enum com.facebook.buck.android.aapt.RDotTxtEntry.CustomDrawableType
-
Get the string identifier (currently a single character) for the custom drawable type.
- getIdentifier() - Method in class com.facebook.buck.android.device.TargetDevice
-
- getIdentifier() - Method in class com.facebook.buck.apple.toolchain.AppleToolchain
-
The identifier of the toolchain.
- getIdentifier() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
-
- getIdentifier() - Method in class com.facebook.buck.core.files.DirectoryListComputation
-
- getIdentifier() - Method in class com.facebook.buck.core.files.DirectoryListKey
-
- getIdentifier() - Method in class com.facebook.buck.core.files.FileTreeComputation
-
- getIdentifier() - Method in class com.facebook.buck.core.files.FileTreeKey
-
- getIdentifier() - Method in interface com.facebook.buck.core.graph.transformation.composition.ComposedComputation
-
- getIdentifier() - Method in class com.facebook.buck.core.graph.transformation.composition.LeftComposingComputation
-
- getIdentifier() - Method in class com.facebook.buck.core.graph.transformation.composition.RightComposingComputation
-
- getIdentifier() - Method in interface com.facebook.buck.core.graph.transformation.GraphComputation
-
- getIdentifier() - Method in class com.facebook.buck.core.graph.transformation.model.ComposedKey
-
- getIdentifier() - Method in interface com.facebook.buck.core.graph.transformation.model.ComputeKey
-
- getIdentifier() - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedKey
-
- getIdentifier() - Method in class com.facebook.buck.core.parser.BuildTargetPatternToBuildPackagePathComputation
-
- getIdentifier() - Method in class com.facebook.buck.core.parser.BuildTargetPatternToBuildPackagePathKey
-
- getIdentifier() - Method in class com.facebook.buck.core.rules.analysis.impl.LegacyCompatibleRuleAnalysisComputation
-
- getIdentifier() - Method in class com.facebook.buck.core.rules.analysis.impl.RuleAnalysisComputation
-
- getIdentifier() - Method in class com.facebook.buck.core.rules.analysis.RuleAnalysisKey
-
- getIdentifier(Label, String) - Static method in class com.facebook.buck.core.starlark.rule.names.UserDefinedRuleNames
-
Creates an identifier that can be used in buck.type in the parser
- getIdentifier() - Method in class com.facebook.buck.features.haskell.HaskellPackageInfo
-
- getIdentifier() - Method in class com.facebook.buck.parser.manifest.BuildPackagePathToBuildFileManifestComputation
-
- getIdentifier() - Method in class com.facebook.buck.parser.manifest.BuildPackagePathToBuildFileManifestKey
-
- getIdentifier() - Method in class com.facebook.buck.parser.targetnode.BuildPackagePathToRawTargetNodePackageComputation
-
- getIdentifier() - Method in class com.facebook.buck.parser.targetnode.BuildPackagePathToRawTargetNodePackageKey
-
- getIdentifier() - Method in class com.facebook.buck.parser.targetnode.BuildTargetToRawTargetNodeComputation
-
- getIdentifier() - Method in class com.facebook.buck.parser.targetnode.BuildTargetToRawTargetNodeKey
-
- getIdentifier() - Method in class com.facebook.buck.parser.targetnode.RawTargetNodeToRawTargetNodeWithDepsComputation
-
- getIdentifier() - Method in class com.facebook.buck.parser.targetnode.RawTargetNodeToRawTargetNodeWithDepsKey
-
- getIdentitiesSupplier() - Method in interface com.facebook.buck.apple.toolchain.AbstractCodeSignIdentityStore
-
- getIdentitiesSupplier() - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentityStore
-
- getIfPresent(TargetGraph) - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphCache
-
- getIfPresent(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- getIfPresent(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
-
- getIfPresent(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
-
- getIfPresent(Path) - Method in interface com.facebook.buck.util.cache.FileHashCacheEngine
-
- getIfPresent(Path) - Method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- getIfPresent(Path) - Method in class com.facebook.buck.util.filesystem.FileSystemMap
-
Gets the value associated with the given path, if found, or `null` otherwise.
- getIfPresent(Path) - Method in interface com.facebook.buck.util.hashing.ProjectFileHashLoader
-
- getIgnoredTargetLabels() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
Labels that indicate targets that need to be ignored during project generation.
- getIgnorePaths() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getIgnorePaths() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getIgnorePaths() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- getIgnoreUndefinedSymbolsFlags() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
- getIjName() - Method in class com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder
-
- getIjName() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- getIjName() - Method in class com.facebook.buck.features.project.intellij.model.folders.InclusiveFolder
-
- getIjResourceFolderType() - Method in enum com.facebook.buck.features.project.intellij.FolderTypeWithPackageInfo
-
- getIjResourceFolderType() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- getImlModuleType() - Method in enum com.facebook.buck.features.project.intellij.model.IjModuleType
-
- getImmediateClasspaths() - Method in class com.facebook.buck.android.AndroidAar
-
- getImmediateClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
-
- getImmediateClasspaths() - Method in class com.facebook.buck.android.AndroidBundle
-
- getImmediateClasspaths() - Method in interface com.facebook.buck.jvm.core.HasClasspathEntries
-
Returns the classpaths for only this rule, not its deps.
- getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.JarFattener
-
- getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getImplementation(ExecutableElement, TypeElement) - Method in interface com.facebook.buck.jvm.java.lang.model.ElementsExtended
-
- getImplementation(ExecutableElement, TypeElement) - Method in class com.facebook.buck.jvm.java.plugin.adapter.ElementsExtendedImpl
-
- getImplicitlyLoadedSymbols() - Method in class com.facebook.buck.skylark.packages.PackageContext
-
Gets objects that were implciitly loaded
- getImplicitPreCoercionValue() - Method in class com.facebook.buck.core.starlark.coercer.SkylarkParamInfo
-
- getImplicitPreCoercionValue() - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- getImplicitPreCoercionValue() - Method in class com.facebook.buck.rules.coercer.ReflectionParamInfo
-
- getImport() - Method in class com.facebook.buck.skylark.parser.LoadImport
-
Returns a Skylark import.
- getImportDirs() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getImportPath() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
- getImportString() - Method in class com.facebook.buck.parser.implicit.AbstractImplicitInclude
-
- getImportString() - Method in class com.facebook.buck.parser.implicit.ImplicitInclude
-
- getImportString() - Method in class com.facebook.buck.skylark.parser.ExtensionData
-
- getInclude() - Method in class com.facebook.buck.skylark.io.GlobSpec
-
Wildcards of paths that should be returned.
- getIncludeBuildConfigClass() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getIncludedFiles(Path) - Method in class com.facebook.buck.parser.api.ForwardingProjectBuildFileParserDecorator
-
- getIncludedFiles(Path) - Method in interface com.facebook.buck.parser.api.ProjectBuildFileParser
-
Collects the loaded build file and extensions when parsing the buildFile build spec.
- getIncludedFiles(Path) - Method in class com.facebook.buck.parser.ConcurrentProjectBuildFileParser
-
- getIncludedFiles(Path) - Method in class com.facebook.buck.parser.HybridProjectBuildFileParser
-
- getIncludedFiles(Path) - Method in class com.facebook.buck.parser.PythonDslProjectBuildFileParser
-
- getIncludedFiles(Path) - Method in class com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser
-
- getIncludeDir() - Method in class com.facebook.buck.cxx.CxxIncludes
-
- getIncludeDir() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getIncludeDirectories() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx target.
- getIncludeDirectories() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx target.
- getIncludeDirectories() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx target.
- getIncludeDirectories() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx target.
- getIncludeDirectories() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
A list of include directories to be added to the compile command for compiling this cxx target.
- getIncludeDirectories() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx target.
- getIncludeDirectories() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx target.
- getIncludeDirectories() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getIncludeDirectories() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getIncludeDirectories() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getIncludeDirectories() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getIncludeDirPath() - Method in class com.facebook.buck.cxx.CxxIncludes
-
- getIncludeDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getIncludedPaths() - Method in class com.facebook.buck.doctor.DefectReport
-
- getIncludedPaths() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
-
- getIncludedRoots() - Method in class com.facebook.buck.cxx.OmnibusRoots
-
- getIncludeLibDir(OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlLibrary
-
- getIncludeRoot() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- getIncludes() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
- getIncludes() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
- getIncludes() - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Directories set via -I.
- getIncludes() - Method in class com.facebook.buck.features.d.DLibrary
-
- getIncludes() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
- getIncludes() - Method in class com.facebook.buck.parser.api.BuildFileManifest
-
- getIncludes() - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
- getIncludeSourcePath() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
-
- getIncludeSourcePath() - Method in class com.facebook.buck.cxx.toolchain.HeaderSymlinkTree
-
Get path to use as an include path to get access to the files in the tree.
- getIncludeStdErr() - Method in class com.facebook.buck.test.config.TestResultSummaryVerbosity
-
- getIncludeStdOut() - Method in class com.facebook.buck.test.config.TestResultSummaryVerbosity
-
- getIncludesVectorDrawables() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getIncludeTestPatterns() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getIncludeType() - Method in class com.facebook.buck.cxx.CxxHeaders
-
- getIncludeType() - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
- getIncludeType() - Method in class com.facebook.buck.cxx.CxxIncludes
-
- getIncludeType() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- getIncomingNodesFor(T) - Method in class com.facebook.buck.core.util.graph.DirectedAcyclicGraph
-
- getIncomingNodesFor(T) - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- getIncomingNodesFor(T) - Method in interface com.facebook.buck.core.util.graph.TraversableGraph
-
- getIncrementalActionGraphExperimentGroups() - Method in class com.facebook.buck.core.model.actiongraph.computation.AbstractActionGraphConfig
-
- getIncrementalActionGraphExperimentGroups() - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphConfig
-
- getIncrementalActionGraphMode() - Method in class com.facebook.buck.core.model.actiongraph.computation.AbstractActionGraphConfig
-
- getIncrementalActionGraphMode() - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphConfig
-
- getIndependentShlibInterfacesLdflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getIndex(Object, Location, StarlarkContext) - Method in class com.facebook.buck.core.rules.providers.collect.impl.LegacyProviderInfoCollectionImpl
-
- getIndex(Object, Location, StarlarkContext) - Method in class com.facebook.buck.core.rules.providers.collect.impl.ProviderInfoCollectionImpl
-
- getIndex(Object, Location, StarlarkContext) - Method in class com.facebook.buck.core.starlark.rule.data.SkylarkDependency
-
- getIndex() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
-
- getInferTopLevel() - Method in class com.facebook.buck.cxx.toolchain.InferBuckConfig
-
- getInfo() - Method in class com.facebook.buck.features.haskell.HaskellPackage
-
- getInfoPlist() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getInfoPlist() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getInfoPlist() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getInfoPlist() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getInfoPlist() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
-
- getInfoPlistPath() - Method in class com.facebook.buck.apple.AppleBundle
-
- getInfoPlistSubstitutions() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getInfoPlistSubstitutions() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getInfoPlistSubstitutions() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getInfoPlistSubstitutions() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getInfoPlistSubstitutions() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
-
- getInitialCause(Throwable) - Static method in class com.facebook.buck.util.MoreThrowables
-
If throwable has a non-empty cause, returns throwable at the bottom of the stack.
- getInitialError() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getInitialErrorMsg() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getInitTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getInlineMethods() - Method in class com.facebook.buck.jvm.java.abi.StubJarEntry
-
- getInner() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTaskProxyImpl
-
- getInner() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- getInner() - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
-
- getInplaceBinaryInterpreterFlags() - Method in class com.facebook.buck.features.python.toolchain.impl.LazyPythonPlatform
-
- getInplaceBinaryInterpreterFlags() - Method in interface com.facebook.buck.features.python.toolchain.PythonPlatform
-
- getInput() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
- getInput() - Method in class com.facebook.buck.cxx.CxxThinLTOOpt
-
- getInput() - Method in class com.facebook.buck.cxx.PrecompiledHeaderData
-
- getInput() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getInput() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
-
Opens a new input stream for the entry.
- getInputBasedRuleKeyFactory() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.AbsoluteOutputMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.LocationMacroExpander
-
- getInputClass() - Method in interface com.facebook.buck.rules.macros.MacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.OutputMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.QueryPathsMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.QueryTargetsAndOutputsMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.StringExpander
-
- getInputClass() - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
-
- getInputFileListPaths() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
Returns the list (possibly empty) of .xcfilelist files that contain inputs for the script
- getInputFileLists() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getInputPaths() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
Returns the list (possibly empty) of files passed as input to the shell script.
- getInputRootDigest() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Action
-
- getInputRuleKey() - Method in class com.facebook.buck.core.rulekey.BuildRuleKeys
-
- getInputRuleKey() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- getInputRuleKeyCacheCheckTimestamps() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getInputs() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getInputs(QueryBuildTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getInputs() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getInputs() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getInputs() - Method in class com.facebook.buck.core.rules.actions.AbstractAction
-
- getInputs() - Method in interface com.facebook.buck.core.rules.actions.Action
-
- getInputs() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- getInputs() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
- getInputs() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
- getInputs(NODE_TYPE) - Method in interface com.facebook.buck.query.QueryEnvironment
-
- getInputs(NODE_TYPE) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getInputs() - Method in interface com.facebook.buck.rules.keys.DependencyFileRuleKeyFactory.AbstractRuleKeyAndInputs
-
- getInputs() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
- getInputs(T, Consumer<SourcePath>) - Method in interface com.facebook.buck.rules.modern.CustomFieldInputs
-
- getInputs(T) - Method in class com.facebook.buck.rules.modern.impl.InputsMapBuilder
-
Computes the "inputs" graph of rule key appendables.
- getInputs(ModernBuildRule<?>) - Method in class com.facebook.buck.rules.modern.impl.InputsMapBuilder
-
- getInputs(T, ClassInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.InputsMapBuilder
-
See getInputs(T instance) above.
- getInputs(QueryBuildTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getInputs() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
- getInputsAfterBuildingLocally(BuildContext, CellPathResolver) - Method in interface com.facebook.buck.core.rules.attr.SupportsDependencyFileRuleKey
-
Returns a list of source paths that were actually used for the rule.
- getInputsAfterBuildingLocally(BuildContext, CellPathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
- getInputsAfterBuildingLocally(BuildContext, CellPathResolver) - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- getInputsAfterBuildingLocally(BuildContext, CellPathResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getInputsAfterBuildingLocally(BuildContext, ProjectFilesystem, SourcePathRuleFinder, CellPathResolver, BuildTarget) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getInputsForTraces(String) - Method in class com.facebook.buck.util.trace.BuildTraces
-
- getInputSizeLimit() - Method in class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory
-
- getInputSizeLimit() - Method in interface com.facebook.buck.rules.keys.RuleKeyFactory
-
- getInputStream(Artifact) - Method in class com.facebook.buck.core.artifact.ArtifactFilesystem
-
- getInputStream() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
- getInputStream() - Method in interface com.facebook.buck.io.watchman.Transport
-
Returns an input stream for reading messages
- getInputStream() - Method in class com.facebook.buck.io.windowspipe.WindowsNamedPipe
-
- getInputStream(Path) - Method in class com.facebook.buck.remoteexecution.util.OutputsCollector.FilesystemBackedDelegate
-
- getInputStreamForRelativePath(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getInputStreamForRelativePath(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getInputStreamSupplier() - Method in class com.facebook.buck.util.zip.JarEntrySupplier
-
- getInstallableApk() - Method in class com.facebook.buck.android.ApkGenrule
-
- getInstallHelpers() - Method in class com.facebook.buck.android.AndroidBinary
-
- getInstallHelpers() - Method in class com.facebook.buck.android.AndroidBundle
-
- getInstallHelpers() - Method in class com.facebook.buck.android.AndroidInstrumentationApk
-
- getInstallHelpers() - Method in interface com.facebook.buck.core.rules.attr.HasInstallHelpers
-
- getInstallTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getInstance() - Static method in class com.facebook.buck.android.FilterResourcesSteps.DefaultDrawableFinder
-
- getInstance(String) - Static method in class com.facebook.buck.event.api.BuckTracing
-
Gets an instance of
BuckTracing for tracing in the given plugin.
- getInstance() - Static method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
-
- getInstance() - Static method in class com.facebook.buck.util.ProcessHelper
-
Gets the singleton instance of this class.
- getInstance() - Static method in class com.facebook.buck.util.ProcessRegistry
-
Gets the singleton instance of this class.
- getInstanceKey() - Method in interface com.facebook.buck.shell.WorkerTool
-
- getInstanceName() - Method in class com.facebook.buck.remoteexecution.grpc.ParsedReadResource
-
- getInstrumentationApkPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getInstrumentationTestRunner() - Method in interface com.facebook.buck.android.AndroidManifestReader
-
- getInstrumentationTestRunner() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- getInteger(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getInteger() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- getInteger(String, String) - Method in class com.facebook.buck.util.config.Config
-
- getIntellijModuleSdkName() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getIntellijPluginLabels() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getInterfaces() - Method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- getInterfaces() - Method in class com.facebook.buck.features.haskell.HaskellHaddockInput
-
- getInterfaces() - Method in class com.facebook.buck.features.haskell.HaskellHaddockLibRule
-
- getInterfaces() - Method in class com.facebook.buck.features.haskell.HaskellPackage
-
- getInterfaces(TypeElement) - Static method in class com.facebook.buck.jvm.java.lang.model.MoreElements
-
- getInternal(BuildTarget) - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- getInternal(BuildTarget) - Method in class com.facebook.buck.versions.VersionedTargetGraph
-
- getInterpolatedFixScript(ImmutableList<String>, Path, Path) - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
Gets the full script to invoke in `buck fix`.
- getInterpolatedFixScriptMessage(ImmutableList<String>, String) - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
Gets the message to print to users when `buck fix` is invoked and performs some substitutions
- getInterpreter(String) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getInterpreterName() - Method in class com.facebook.buck.features.python.toolchain.AbstractPythonVersion
-
- getInterpreterName() - Method in class com.facebook.buck.features.python.toolchain.PythonVersion
-
- getInterval() - Method in class com.facebook.buck.event.listener.stats.parse.ParseStatsTracker
-
Get the parse interval.
- getInts() - Method in class com.facebook.buck.event.ScubaData
-
- getInts() - Method in class com.facebook.buck.event.ScubaEvent
-
- getIntValue() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
-
- getInvalidationCount() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getInvalidator() - Method in class com.facebook.buck.core.files.DirectoryListCache
-
- getInvalidator() - Method in class com.facebook.buck.core.files.FileTreeCache
-
- getInvalidator() - Method in class com.facebook.buck.parser.manifest.BuildFileManifestCache
-
- getInvocationInfo() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getInvocationInfo() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getInvocationInfo() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getInvocationType() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- getIoBytesRead() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getIoBytesWritten() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getIoTotal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getIpAddress() - Method in class com.facebook.buck.android.exopackage.RapidInstallMode
-
- getIs64Bit() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
-
- getIs_local() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that indicates if the device is local or remote ("true" or "false")
- getIs_local() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that indicates if the device is local or remote ("true" or "false")
- getIsAsset() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
- getIsAsset() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
- getIsBestServerCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getIsCacheable() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getIsCacheable() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getIsCacheable() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getIsCacheable() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getIsDaemon() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getIsDaemon() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getIsDaemon() - Method in class com.facebook.buck.log.InvocationInfo
-
- getIsExecutable() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcOutputFile
-
- getIsExecutable() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.FileNode
-
- getIsExecutable() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.OutputFile
-
- getIsFixScript() - Method in class com.facebook.buck.support.fix.BuckRunSpec
-
Whether the program is a 'fix' script or not
- getIsFixScript() - Method in class com.facebook.buck.support.fix.ImmutableBuckRunSpec
-
Whether the program is a 'fix' script or not
- getIsRemoteExecution() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getIsRemoteExecution() - Method in class com.facebook.buck.log.InvocationInfo
-
- getIsRemoteRunnable() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getIsRequestSuccessful() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
-
If value is empty then no request was made and report was saved locally.
- getIsRequestSuccessful() - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
If value is empty then no request was made and report was saved locally.
- getIsResourceFolder() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- getIssueCategory() - Method in class com.facebook.buck.doctor.UserReport
-
- getIsSuperConsoleEnabled() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getIsTestSource() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- getIsUiTest() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getJacocoOutputDir(ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.JacocoConstants
-
- getJarContents() - Method in class com.facebook.buck.jvm.core.DefaultJavaAbiInfo
-
- getJarContents() - Method in class com.facebook.buck.jvm.core.EmptyJavaAbiInfo
-
- getJarContents() - Method in interface com.facebook.buck.jvm.core.JavaAbiInfo
-
- getJarFilesThatMayContainResources() - Method in class com.facebook.buck.android.AbstractModuleInfo
-
- getJarFilesThatMayContainResources() - Method in class com.facebook.buck.android.ModuleInfo
-
- getJarManifest(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getJarManifest(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getJarPath() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getJarRelativePath() - Method in interface com.facebook.buck.util.cache.JarContentHasher
-
- getJarSignature(String) - Static method in class com.facebook.buck.android.agent.util.AgentUtil
-
- getJavaAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- getJavaBuckConfig() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getJavac() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getJavac() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getJavac() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getJavac() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getJavacInvocation(SourcePathResolver, ProjectFilesystem, ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacPipelineState
-
Get the invocation instance.
- getJavacJar() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getJavacJar() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getJavacJar() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getJavacJarPath() - Method in class com.facebook.buck.jvm.java.JavacSpec
-
- getJavacLanguageLevelOptions() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getJavacOptions() - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- getJavacOptions() - Method in interface com.facebook.buck.jvm.java.toolchain.AbstractJavacOptionsProvider
-
- getJavacOptions() - Method in class com.facebook.buck.jvm.java.toolchain.JavacOptionsProvider
-
- getJavacPath() - Method in class com.facebook.buck.jvm.java.JavacSpec
-
- getJavacPluginJsr199Fields(SourcePathResolver, ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
Get the javac plugin fields.
- getJavacProvider() - Method in class com.facebook.buck.jvm.java.JavacSpec
- getJavacProvider() - Method in class com.facebook.buck.jvm.java.toolchain.JavaToolchain
-
- getJavacSpec(TargetConfiguration) - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getJavacSpec(SourcePathRuleFinder) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getJavadocUrl() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getJavadocUrl() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getJavadocUrl() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getJavadocUrls() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- getJavaFileObjects(File...) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- getJavaFileObjects(String...) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- getJavaFileObjects(File...) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- getJavaFileObjects(String...) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- getJavaFileObjectsFromStrings(Iterable<String>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- getJavaFileObjectsFromStrings(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- getJavaLanguageLevel() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getJavaLibrariesToDex() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
JavaLibrary rules whose output will be dexed and included in the package.
- getJavaLibraryDeps() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getJavaModuleSdkName() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getJavaModuleSdkType() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getJavaOptions() - Method in class com.facebook.buck.jvm.java.toolchain.JavaOptionsProvider
-
- getJavaOptionsForTests() - Method in class com.facebook.buck.jvm.java.toolchain.JavaOptionsProvider
-
- getJavaPackage() - Method in class com.facebook.buck.android.AndroidBuildConfig
-
- getJavaPackageFinder() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getJavaPackageFinder() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getJavaPackageFinder() - Method in class com.facebook.buck.core.build.context.BuildContext
-
- getJavaPackageFinder() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getJavaPackageFinder(BuckConfig) - Method in class com.facebook.buck.features.project.intellij.IjProjectCommandHelper
-
- getJavaPackageFinder() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getJavaPluginParams() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getJavaPluginParams() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getJavaPluginParams() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getJavaRuntimeLauncher() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getJavaRuntimeProvider() - Method in class com.facebook.buck.jvm.java.JavaOptions
-
- getJavaSrcs() - Method in interface com.facebook.buck.jvm.core.JavaLibrary
-
- getJavaSrcs() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getJavaSrcs() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getJavaTempDir() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getJavaTempDir() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getJavaVersion() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getJavaVersion() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getJavaVersion() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getJob() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
-
- getJobArgs(SourcePathResolver) - Method in class com.facebook.buck.rules.macros.WorkerMacroArg
-
- getJobArgs() - Method in class com.facebook.buck.worker.WorkerJobParams
-
The arguments of the actual job once tool has started and ready to accept jobs.
- getJobNameEnvironmentVariable() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getJobsMultiplier() - Method in class com.facebook.buck.core.rules.schedule.RuleScheduleInfo
-
- getJoinedClasspath(SourcePathResolver, ProjectFilesystem, ImmutableList<ResolvedJavacPluginProperties>) - Static method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
- getJournalDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getJsBundle() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getJsDependenciesOutputs(ActionGraphBuilder) - Method in class com.facebook.buck.features.js.JsBundle
-
- getJsDependenciesOutputs(ActionGraphBuilder) - Method in class com.facebook.buck.features.js.JsBundleAndroid
-
- getJsDependenciesOutputs(ActionGraphBuilder) - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getJsDependenciesOutputs(ActionGraphBuilder) - Method in interface com.facebook.buck.features.js.JsBundleOutputs
-
- getJsonAttributeFormat() - Method in class com.facebook.buck.support.cli.config.AbstractCliConfig
-
When printing out json representation of targets, what formatting should be applied
- getJsonAttributeFormat() - Method in class com.facebook.buck.support.cli.config.CliConfig
-
When printing out json representation of targets, what formatting should be applied
- getJsonProtocolVersion() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getJvmArgs(SourcePathResolver) - Method in class com.facebook.buck.android.RobolectricTestX
-
- getJvmArgs(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getKaptApOptions() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getKaptApOptions() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getKaptApOptions() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getKaptApOptions() - Method in interface com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg
-
- getKaptApOptions() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getKaptApOptions() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getKeepResourcePattern() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getKeepResourcePattern() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getKeepResourcePattern() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getKey() - Method in class com.facebook.buck.cli.ConfigValue
-
- getKey() - Method in class com.facebook.buck.core.build.engine.manifest.Manifest
-
- getKey() - Method in class com.facebook.buck.core.rules.actions.ActionWrapperData
-
- getKey() - Method in interface com.facebook.buck.core.rules.analysis.action.ActionAnalysisData
-
- getKey() - Method in class com.facebook.buck.core.rules.providers.impl.BuiltInProvider
-
- getKey() - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProvider
-
- getKey() - Method in interface com.facebook.buck.core.rules.providers.Provider
-
Returns a serializable representation of this Provider.
- getKeypass() - Method in class com.facebook.buck.android.KeystoreProperties
-
- getKeys() - Method in class com.facebook.buck.android.resources.ResTablePackage
-
- getKeySeed() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getKeySeed() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getKeystore() - Method in class com.facebook.buck.android.AndroidBinary
-
- getKeystore() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getKeystore() - Method in class com.facebook.buck.android.AndroidBundle
-
- getKeystore() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getKeystore() - Method in class com.facebook.buck.android.KeystoreProperties
-
- getKind() - Method in class com.facebook.buck.core.model.AbstractRuleType
-
- getKind() - Method in class com.facebook.buck.core.model.RuleType
-
- getKind() - Method in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetPattern
-
Type of the parsed pattern
- getKind() - Method in class com.facebook.buck.core.parser.buildtargetpattern.ImmutableBuildTargetPattern
-
Type of the parsed pattern
- getKind() - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams
-
- getKind() - Method in class com.facebook.buck.io.watchman.ImmutableChange
-
Kind of a file system change, like modification or deletion of the file
- getKind() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanPathEvent
-
The kind of event that occurred.
- getKind() - Method in class com.facebook.buck.io.watchman.WatchmanMultiplePathEvent.Change
-
Kind of a file system change, like modification or deletion of the file
- getKind() - Method in class com.facebook.buck.io.watchman.WatchmanPathEvent
-
The kind of event that occurred.
- getKind() - Method in class com.facebook.buck.jvm.java.JarFileObject
-
- getKind() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
-
- getKnownBuildDescriptions() - Method in class com.facebook.buck.core.rules.knowntypes.AbstractKnownNativeRuleTypes
-
- getKnownBuildDescriptions() - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
-
- getKnownCells() - Method in interface com.facebook.buck.core.cell.CellNameResolver
-
Gets the mapping for all the available local names.
- getKnownCells() - Method in class com.facebook.buck.core.cell.DefaultCellNameResolver
-
- getKnownCells() - Method in class com.facebook.buck.core.cell.ImmutableDefaultCellNameResolver
-
- getKnownConfigurationDescriptions() - Method in class com.facebook.buck.core.rules.knowntypes.AbstractKnownNativeRuleTypes
-
- getKnownConfigurationDescriptions() - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
-
- getKnownRoots() - Method in class com.facebook.buck.core.cell.AbstractCellPathResolver
-
- getKnownRoots() - Method in interface com.facebook.buck.core.cell.CellPathResolver
-
- getKnownRoots() - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- getKnownRoots() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
- getKnownRootsOfAllCells() - Method in interface com.facebook.buck.core.cell.Cell
-
- getKnownRootsOfAllCells() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getKnownRuleTypesProvider() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getKnownRuleTypesProvider() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getKnownRuleTypesProvider() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getKnownRuleTypesProvider() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getKnownRuleTypesProvider() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getKnownUserDefinedRuleTypes() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
- getKotlinc() - Method in class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
-
- getKotlinCompilerVersion() - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
Returns the Kotlin version, or the path if version is unknown
- getKotlincPlugins() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getKotlincPlugins() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getKotlincPlugins() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getKotlincPlugins() - Method in interface com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg
-
- getKotlincPlugins() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getKotlincPlugins() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getKotlinHomeLibraries() - Method in class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
-
- getKxmlJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getLabel() - Method in class com.facebook.buck.core.starlark.rule.SkylarkRuleContext
-
- getLabel() - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
Get the string representation of the label of extension file.
- getLabelCache() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
- getLabels() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getLabels() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.AppleTest
-
- getLabels() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
- getLabels() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getLabels() - Method in interface com.facebook.buck.core.description.arg.CommonDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getLabels() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
- getLabels() - Method in interface com.facebook.buck.core.test.rule.TestRule
-
- getLabels() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.cxx.CxxTest
-
- getLabels() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.d.DTest
-
- getLabels() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.go.GoTest
-
- getLabels() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.go.GoTestX
-
- getLabels() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.python.PythonTest
-
- getLabels() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.rust.RustTest
-
- getLabels() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getLabels() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.shell.ShTest
-
- getLabels() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getLabels() - Method in class com.facebook.buck.test.TestResults
-
- getLabels() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
- getLabelToGeneratedSourcesMap() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getLangCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLangCompilerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLangCompilerFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLangPlatformCompilerFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLangPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLangPreprocessorFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLanguage() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getLanguage() - Method in interface com.facebook.buck.android.AndroidKotlinCoreArg
-
- getLanguage() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getLanguage() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getLanguage() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
-
- getLanguageFlags(ImmutableList<String>, PatternMatchedCollection<ImmutableList<String>>, ImmutableMap<AbstractCxxSource.Type, ImmutableList<String>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
-
- getLanguageFlagsWithMacros(ImmutableList<StringWithMacros>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, ImmutableMap<AbstractCxxSource.Type, ? extends Collection<StringWithMacros>>, ImmutableMap<AbstractCxxSource.Type, PatternMatchedCollection<ImmutableList<StringWithMacros>>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
-
- getLanguageLevel(IjProjectConfig, TargetNode<T>) - Static method in class com.facebook.buck.features.project.intellij.JavaLanguageLevelHelper
-
Get Java language level for a JVM library target
- getLanguageLevel() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getLanguageLevelOptions() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- getLastAccessMillis() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
-
- GetLastError() - Method in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
-
- GetLastError() - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
-
- getLastHeartbeatMillis() - Method in class com.facebook.buck.distributed.build_slave.MinionHealthTracker.MinionTrackingInfo
-
- getLastKnownFileType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
-
- getLastModified() - Method in class com.facebook.buck.jvm.java.JarFileObject
-
- getLastModifiedTime() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getLastModifiedTime() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getLastModifiedTime(Path) - Method in interface com.facebook.buck.io.file.PathListing.PathModifiedTimeFetcher
-
- getLastModifiedTime(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getLastModifiedTime(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getLastModifiedTime() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
-
- getLastModifiedTimeFetcher() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getLastOutputDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getLastReportedErrorPercentage() - Method in class com.facebook.buck.slb.ServerHealthState
-
- getLastReportedLatency() - Method in class com.facebook.buck.slb.ServerHealthState
-
- getLastReportedSamples() - Method in class com.facebook.buck.slb.ServerHealthState
-
- getLatencyCheckTimeRangeMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getLatencyMicros() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getLatencyMicros() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
- getLatestEventTimeMs() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getLaunchAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
-
- getLaunchedPid() - Method in class com.facebook.buck.cli.InstallResult
-
- getLauncherActivities() - Method in interface com.facebook.buck.android.AndroidManifestReader
-
- getLauncherActivities() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- getLaunchImage() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
- getLaunchStyle() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
-
- getLaunchStyle() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getLd() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getLdflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getLdflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getLdflags() - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
-
- getLdflags() - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams
-
- getLdFlags() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getLdFlags() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getLeft() - Method in class com.facebook.buck.util.types.Either
-
Returns the left value.
- getLegacyFixScript() - Method in class com.facebook.buck.support.fix.AbstractFixBuckConfig
-
Get the previous script that JASABI fixes
- getLegacyFixScript() - Method in class com.facebook.buck.support.fix.FixBuckConfig
-
Get the previous script that JASABI fixes
- getLegacyName() - Method in class com.facebook.buck.core.model.CanonicalCellName
-
Returns the underlying name in the legacy Optional<String> format.
- getLegacyName() - Method in class com.facebook.buck.core.model.ImmutableCanonicalCellName
-
Returns the underlying name in the legacy Optional<String> format.
- getLegacyTotallyUnsafe(UnresolvedCxxPlatform) - Static method in class com.facebook.buck.cxx.toolchain.impl.LegacyToolchainProvider
-
This definitely shouldn't exist.
- getLevel() - Method in class com.facebook.buck.core.util.log.Logger
-
- getLevel() - Method in class com.facebook.buck.event.ConsoleEvent
-
- getLevel() - Method in class com.facebook.buck.io.watchman.WatchmanDiagnostic
-
- getLevel() - Method in enum com.facebook.buck.jvm.java.JavaBuckConfig.DuplicatesLogLevel
-
- getLevel() - Method in class com.facebook.buck.test.TestStatusMessage
-
- getLevenshteinDistance(String, String) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- getLexCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getLexCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getLibDir() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getLibInclude(OcamlPlatform, boolean) - Static method in class com.facebook.buck.features.ocaml.OcamlRuleBuilder
-
- getLibName() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
- getLibraries() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getLibraries() - Method in interface com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries
-
- getLibraries() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
-
- getLibraries() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.features.haskell.HaskellPackage
-
- getLibraries() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.features.project.intellij.IjModuleGraph
-
- getLibraries() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLibraries() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getLibrariesDir() - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getLibrariesToBeWritten() - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- getLibrary() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getLibrary() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getLibrary(TargetNode<?>) - Method in class com.facebook.buck.features.project.intellij.model.IjLibraryFactory
-
Creates an IjLibrary.
- getLibraryAndroidManifestPath(TargetNode<AndroidLibraryDescription.CoreArg>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactoryResolver
-
- getLibraryJarParameters(BuildContext, ProjectFilesystem, CompilerParameters) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getLibraryName() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
-
- getLibraryPath() - Method in interface com.facebook.buck.android.NativeLibraryBuildRule
-
Returns the path to the directory containing .so files organized by target CPU
architecture.
- getLibraryPath() - Method in class com.facebook.buck.android.NdkLibrary
-
- getLibraryPath() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
-
- getLibraryTarget(BuildTarget) - Static method in class com.facebook.buck.jvm.core.JavaAbis
-
Returns the library target for an abi target.
- getLibraryXmlFilePath(IjLibrary) - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getLibType(BuildTarget) - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
- getLicenses() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getLicenses() - Method in interface com.facebook.buck.core.description.arg.CommonDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getLicenses() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
- getLifecycleStatusString() - Method in enum com.facebook.buck.support.state.BuckGlobalStateLifecycleManager.LifecycleStatus
-
Get the string to be logged as an event, if an event should be logged.
- getLikelyActiveNetwork() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
-
- getLikelyActiveNetwork() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
-
- getLikelyActiveNetwork() - Static method in class com.facebook.buck.util.environment.MacNetworkConfiguration
-
Returns a string representing likely active network; eg 'Wired', 'WiFi:'.
- getLikelyActiveNetwork() - Static method in class com.facebook.buck.util.environment.NetworkInfo
-
- getLine() - Method in interface com.facebook.buck.apple.AbstractIdbFailureInfo
-
Integer that represents the line in which the failure occured
- getLine() - Method in class com.facebook.buck.apple.ImmutableIdbFailureInfo
-
Integer that represents the line in which the failure occured
- getLine() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
-
- getLinearAllocHardLimit() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getLinearAllocHardLimit() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getLineNumber() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
-
- getLineNumber() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
- getLineNumber() - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
- getLineNumber() - Method in class com.facebook.buck.util.xml.DocumentLocation
-
- getLines() - Method in class com.facebook.buck.util.network.offline.ScribeData
-
- getLinkableDeps() - Method in class com.facebook.buck.features.go.CGoLibrary
-
- getLinkables() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
- getLinkDepsQueryWhole() - Method in interface com.facebook.buck.cxx.CxxBinaryDescription.CommonArg
-
- getLinkDepsQueryWhole() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLinkDepsQueryWhole() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLinkDepsQueryWhole() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLinkDepsQueryWhole() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLinkDepsQueryWhole() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getLinker() - Method in class com.facebook.buck.cxx.CxxLink
-
- getLinker() - Method in class com.facebook.buck.cxx.CxxThinLTOIndex
-
- getLinker() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Linker binary.
- getLinker() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getLinker(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getLinker() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getLinker() - Method in class com.facebook.buck.features.rust.RustPlatform
-
- getLinkerArgs() - Method in class com.facebook.buck.features.rust.RustPlatform
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLinkerExtraOutputs() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLinkerExtraOutputs() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLinkerFlags(NdkCompilerType) - Method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
- getLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Linker flags.
- getLinkerFlags() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.d.DBuckConfig
-
- getLinkerFlags() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getLinkerFlags() - Method in interface com.facebook.buck.features.go.HasGoLinkable
-
- getLinkerFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getLinkerFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getLinkerFlags() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getLinkerFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getLinkerFlags() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getLinkerFlags(String) - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
- getLinkerFlags() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getLinkerMapPath() - Method in class com.facebook.buck.cxx.CxxLink
-
- getLinkerMapPath() - Method in class com.facebook.buck.cxx.CxxThinLTOIndex
-
- getLinkerParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.impl.StaticUnresolvedCxxPlatform
-
- getLinkerParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.ProviderBasedUnresolvedCxxPlatform
-
- getLinkerParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.UnresolvedCxxPlatform
-
This probably shouldn't exist.
- getLinkerPlatform(String) - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
- getLinkerProvider(LinkerProvider.Type) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
Construct a linker based on `ld` and `linker_platform` sections in the config.
- getLinkerProvider() - Method in class com.facebook.buck.features.rust.RustPlatform
-
- getLinkerSource(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getLinkerType() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
LinkerProvider.Type of the linker.
- getLinkGroup() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Defines the link group.
- getLinkGroup() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Defines the link group.
- getLinkGroup() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Defines the link group.
- getLinkGroup() - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMapping
-
- getLinkGroup() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Defines the link group.
- getLinkGroup() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Defines the link group.
- getLinkGroup() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Defines the link group.
- getLinkGroup() - Method in interface com.facebook.buck.cxx.LinkableCxxConstructorArg
-
Defines the link group.
- getLinkGroup() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLinkGroup() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLinkGroupCuttingGenruleBranchEnabled() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getLinkGroupCuttingGenruleBranchEnabledSetting() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getLinkGroupMap() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Defines the list of link group mappings.
- getLinkGroupMap() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Defines the list of link group mappings.
- getLinkGroupMap() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Defines the list of link group mappings.
- getLinkGroupMap() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Defines the list of link group mappings.
- getLinkGroupMap() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Defines the list of link group mappings.
- getLinkGroupMap() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Defines the list of link group mappings.
- getLinkGroupMap() - Method in interface com.facebook.buck.cxx.LinkableCxxConstructorArg
-
Defines the list of link group mappings.
- getLinkGroupMap() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLinkGroupMap() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLinkGroupsEnabled() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getLinkGroupsEnabledSetting() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getLinkMode() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getLinkMode() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getLinkMode() - Method in interface com.facebook.buck.features.go.HasGoLinkable
-
- getLinkPaths(AppleSdk, AppleSdkPaths, String) - Static method in enum com.facebook.buck.swift.toolchain.impl.SwiftSdkLayoutType
-
Given the SDK layout and version, return the correct list of lib directory paths
- getLinkRule() - Method in class com.facebook.buck.cxx.CxxBinary
-
- getLinks() - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getLinkScheduleInfo() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getLinkStyle() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLinkStyle() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLinkStyle() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLinkStyle() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getLinkStyle() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLinkStyle() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getLinkStyle() - Method in interface com.facebook.buck.cxx.LinkableCxxConstructorArg
-
- getLinkStyle(NativeLinkableGroup.Linkage, Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableGroups
-
- getLinkStyle(NativeLinkableGroup.Linkage, Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
- getLinkStyle() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getLinkStyle() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getLinkStyle() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getLinkStyle() - Method in interface com.facebook.buck.features.go.HasGoLinkable
-
- getLinkStyle() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getLinkStyle() - Method in enum com.facebook.buck.features.haskell.HaskellBinaryDescription.Type
-
- getLinkStyle() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getLinkStyle() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getLinkStyle() - Method in enum com.facebook.buck.features.rust.RustBinaryDescription.Type
-
- getLinkStyle() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getLinkStyle(BuildTarget, Optional<Linker.LinkableDepType>) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
- getLinkStyle() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getLinkStyleForStubHeader(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getLinkStyleForStubHeader() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getLinkTree() - Method in class com.facebook.buck.features.d.DIncludes
-
- getLinkWhole() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getLinkWhole() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getLinkWhole() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getLinkWhole() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getLinkWhole() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getLinkWhole() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getLinkWithoutSoname() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getLipo() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getListeningExecutorService() - Method in class com.facebook.buck.cli.CommandThreadManager
-
- getListWithoutComments(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getListWithoutComments(String, String, char) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getListWithoutComments(String, String) - Method in class com.facebook.buck.util.config.Config
-
- getListWithoutComments(String, String, char) - Method in class com.facebook.buck.util.config.Config
-
- getLittleEndianInt(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- getLittleEndianLong(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- getLittleEndianShort(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- getLldb() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getLoadBalancingType() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getLoadedCells() - Method in interface com.facebook.buck.core.cell.Cell
-
- getLoadedCells() - Method in class com.facebook.buck.core.cell.CellProvider
-
- getLoadedPaths() - Method in class com.facebook.buck.skylark.parser.EnvironmentData
-
- getLoadedPaths() - Method in class com.facebook.buck.skylark.parser.ParseResult
-
Returns a set of extension paths that were loaded explicitly or transitively when parsing
current build file.
- getLoadedSymbols() - Method in class com.facebook.buck.skylark.parser.ImplicitlyLoadedExtension
-
- getLoadExceptionCount() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getLoadPath() - Method in class com.facebook.buck.parser.implicit.AbstractImplicitInclude
-
Returns the load path for the given path.
- getLoadPath() - Method in class com.facebook.buck.parser.implicit.ImplicitInclude
-
Returns the load path for the given path.
- getLoadSuccessCount() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getLoadTransitiveClosure() - Method in class com.facebook.buck.skylark.parser.ExtensionData
-
- getLoadTransitiveClosure() - Method in class com.facebook.buck.skylark.parser.IncludesData
-
- getLocalBuildLinePrefix() - Method in class com.facebook.buck.distributed.StampedeLocalBuildStatusEvent
-
- getLocalBuildLinePrefix() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildStatsTracker
-
Gets the prefix for the local build line.
- getLocalBuildMode() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
This returns the mode that the local will have, either wait for remote build, run at the same
time or fire up the remote build and shut down local client.
- getLocalConfigsContents() - Method in class com.facebook.buck.doctor.config.ImmutableUserLocalConfiguration
-
- getLocalConfigsContents() - Method in interface com.facebook.buck.doctor.config.UserLocalConfiguration
-
- getLocalDelegateJobs() - Method in class com.facebook.buck.rules.modern.config.HybridLocalBuildStrategyConfig
-
- getLocale() - Method in class com.facebook.buck.util.i18n.NumberFormatterCacheKey
-
- getLocales() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getLocales() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getLocales() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getLocalFallbackStats() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getLocalFallbackStats() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Fetches stats regarding the local fallback.
- getLocalFilesystemsByCellIndex() - Method in class com.facebook.buck.distributed.DistBuildCellIndexer
-
- getLocalhost() - Method in class com.facebook.buck.core.config.BuckConfig
-
- getLocalizedStringFileName() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getLocalizedStringFileName() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getLocalizedStringFileName() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getLocalJobs() - Method in class com.facebook.buck.rules.modern.config.HybridLocalBuildStrategyConfig
-
- getLocalKeyUnchangedHits() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getLocallyExecutedRules() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackStats
-
Get the number of actions that failed remotely and fallback'ed locally.
- getLocallySuccessfulRules() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackStats
-
For all the actions that fallback'ed to run locally, the ones that finished successful.
- getLocalResult() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Finished
-
- getLocalStatus() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
- getLocalWorkers() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
This will be passed to the GWT Compiler's -localWorkers flag.
- getLocation(JavaFileManager.Location) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- getLocation(JavaFileManager.Location) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- getLogConfig() - Method in class com.facebook.buck.cli.AbstractCommand
-
- getLogConfig() - Method in class com.facebook.buck.cli.AbstractContainerCommand
-
- getLogConfig() - Method in interface com.facebook.buck.cli.Command
-
- getLogConfig() - Method in class com.facebook.buck.cli.DoctorCommand
-
- getLogDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getLogDir() - Method in class com.facebook.buck.log.LogConfigSetup
-
- getLogDirectoryPath() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getLogDirectoryPath() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
- getLogDirectoryPath() - Method in class com.facebook.buck.event.listener.LogUploaderListenerCloseArgs
-
- getLogDirPath() - Method in interface com.facebook.buck.doctor.config.DoctorEndpointRequest
-
- getLogDirPath() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointRequest
-
- getLogFileHandlerState() - Method in class com.facebook.buck.log.GlobalStateManager
-
- getLogFilePath() - Method in class com.facebook.buck.event.listener.LogUploaderListenerCloseArgs
-
- getLogFilePath() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
-
- getLogFilePrefix() - Method in class com.facebook.buck.log.LogConfigSetup
-
- getLogger() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getLogLevel(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState
-
- getLogMaterializationEnabled() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getLogMaterializationEnabled() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getLogMaxScribeOfflineLogsKB() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getLogs() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
Array of strings that show the logs of the test
- getLogs() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
Array of strings that show the logs of the test
- getLogs() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getLogs() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
Get a mapping of log short names to paths for those logs.
- getLogs() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
Get a mapping of log short names to paths for those logs.
- getLogScribeOfflineBlacklistCategories() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getLogUploadMode() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceBuckConfig
-
Returns whether and when to upload logs.
- getLong(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getLong(String, String) - Method in class com.facebook.buck.util.config.Config
-
- getLowSpecMinionQueue() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getLua() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getLuaCxxLibraryTarget() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getLuaPackageComponents(SourcePathResolver) - Method in interface com.facebook.buck.features.lua.LuaPackageable
-
- getLuaPackageDeps(CxxPlatform, BuildRuleResolver) - Method in interface com.facebook.buck.features.lua.LuaPackageable
-
- getLuaPlatform() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getLuaPlatform() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getLuaPlatforms() - Method in interface com.facebook.buck.features.lua.AbstractLuaPlatformsProvider
-
- getLuaPlatforms() - Method in class com.facebook.buck.features.lua.LuaPlatformsProvider
-
- getMachineReadableLog() - Method in interface com.facebook.buck.doctor.config.DoctorEndpointRequest
-
- getMachineReadableLog() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointRequest
-
- getMachineReadableLogFile() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getMachineReadableLogFile() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getMachineReadableLogFilePath() - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListenerCloseArgs
-
- getMacro() - Method in class com.facebook.buck.rules.macros.MacroContainer
-
- getMacroExpander(BuildRuleCreationContextWithTargetGraph, BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
Return a macro expander for a string with macros
- getMacroHandler(BuildTarget, ProjectFilesystem, BuildRuleResolver, TargetGraph, CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- getMacroHandler(BuildTarget, ProjectFilesystem, BuildRuleResolver, TargetGraph, T) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- getMacroInput() - Method in class com.facebook.buck.core.macros.MacroMatchResult
-
- getMacroPath(ProjectFilesystem, BuildTarget) - Static method in class com.facebook.buck.rules.args.WriteToFileArg
-
- getMacroType() - Method in class com.facebook.buck.core.macros.MacroMatchResult
-
- getMain() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getMain() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getMain() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
- getMainCellBuckPaths() - Method in class com.facebook.buck.io.filesystem.EmbeddedCellBuckOutInfo
-
- getMainCellRoot() - Method in class com.facebook.buck.io.filesystem.EmbeddedCellBuckOutInfo
-
- getMainClass() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getMainClass() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getMainClass() - Method in class com.facebook.buck.jvm.java.JavaTestRunner
-
- getMainClass() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getMainConfigurationFile(Path) - Static method in class com.facebook.buck.util.config.Configs
-
- getMainGroup() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
-
- getMainModule() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getMainModule() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getMainModule() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getMainModule() - Method in class com.facebook.buck.features.python.PythonBinary
-
- getMainModule() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getMainModule() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getMajorVersion() - Method in class com.facebook.buck.features.haskell.HaskellVersion
-
- getMajorVersion() - Static method in class com.facebook.buck.jvm.java.version.JavaVersion
-
Returns the major version of the current JVM instance (e.g.
- getMajorVersionFromString(String) - Static method in class com.facebook.buck.jvm.java.version.JavaVersion
-
Returns the major version from a Java version string (e.g.
- getManagedThreadCount() - Method in class com.facebook.buck.core.resources.ResourcesConfig
- getManager() - Method in class com.facebook.buck.support.bgtasks.TaskManagerCommandScope
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
Whether this attribute is mandatory or not
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.BoolAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepListAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableBoolAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntListAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceListAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringListAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntListAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceListAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringAttribute
-
- getMandatory() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringListAttribute
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.AllPathsFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.AttrFilterFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.AttrRegexFilterFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.BuildFileFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.DepsFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.DepsFunction.LookupFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.FilterFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.InputsFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.KindFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.LabelsFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.OwnerFunction
-
- getMandatoryArguments() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
-
The number of arguments that are required.
- getMandatoryArguments() - Method in class com.facebook.buck.query.RdepsFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.query.TestsOfFunction
-
- getMandatoryArguments() - Method in class com.facebook.buck.rules.query.ClasspathFunction
-
- getMandatorySectionByName(Object, String) - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
-
- getManifest() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getManifest() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getManifest() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getManifest() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getManifest() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getManifest() - Method in interface com.facebook.buck.android.AndroidLibraryDescription.CoreArg
-
- getManifest() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getManifest() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getManifest() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestLoadResult
-
- getManifest() - Method in class com.facebook.buck.util.zip.CustomJarOutputStream
-
- getManifest() - Method in interface com.facebook.buck.util.zip.JarEntryContainer
-
- getManifestCacheResult() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult
-
- getManifestEntries() - Method in class com.facebook.buck.android.AndroidBinary
-
- getManifestEntries() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getManifestEntries() - Method in class com.facebook.buck.android.AndroidBundle
-
- getManifestEntries() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getManifestEntries() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getManifestFetchResult() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getManifestFile() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.android.AndroidLibrary
-
- getManifestFile() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.android.AndroidResource
-
- getManifestFile() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getManifestFile() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getManifestFile() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getManifestFile() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getManifestLoadError() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult
-
- getManifestLoadError() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStoreResult
-
- getManifestPath() - Method in class com.facebook.buck.android.ApkInfo
-
- getManifestPath() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
-
- getManifestPath(BuildRule) - Static method in class com.facebook.buck.core.build.engine.cache.manager.ManifestRuleKeyManager
-
- getManifestPaths() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- getManifestRuleKey() - Method in class com.facebook.buck.core.rulekey.BuildRuleKeys
-
- getManifestRuleKeyCacheCheckTimestamps() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getManifestService() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getManifestServiceSupplier() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getManifestServiceSupplier() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getManifestSkeleton() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getManifestSkeleton() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getManifestSkeleton() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getManifestSkeleton() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getManifestSkeleton() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getManifestStats() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult
-
- getManifestStats() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStoreResult
-
- getManifestStoreResult() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getManuallyInvoked() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
Whether the fix script was requested explicitly (through `buck fix`), or automatically from
another command
- getManuallyInvoked() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
Whether the fix script was requested explicitly (through `buck fix`), or automatically from
another command
- getMap(String) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getMap(String) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
- getMap(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getMap(String, String, char, String) - Method in class com.facebook.buck.util.config.Config
-
Convert a string representation of a map to a binary ImmutableMap<String, String>
- getMap(String, String) - Method in class com.facebook.buck.util.config.Config
-
Convert a string representation of a map to a binary ImmutableMap<String, String>,
using default separators
- getMappedPaths(Map<T, SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getMappedPaths(Map<T, SourcePath>) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getMappedSrcs() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getMappedSrcs() - Method in interface com.facebook.buck.features.rust.RustCommonArgs
-
- getMappedSrcs() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getMappedSrcs() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getMappingTargets() - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMapping
-
- getMatchingValues(String) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
- getMatchingValues(ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- getMaterializedRunIds() - Method in class com.facebook.buck.distributed.build_client.BuildSlaveLogsMaterializer
-
- getMavenCoordinates(BuildRule) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
-
- getMavenCoords() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getMavenCoords() - Method in interface com.facebook.buck.jvm.core.HasMavenCoordinates
-
Used to identify this library within a maven repository
- getMavenCoords() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.Javadoc
-
- getMavenCoords() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.MavenUberJar
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getMavenCoords() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getMavenDeps() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
-
- getMavenDeps() - Method in class com.facebook.buck.jvm.java.Javadoc
-
- getMavenDeps() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
-
When published, these will be listed in pom.xml as dependencies
- getMavenDeps() - Method in class com.facebook.buck.jvm.java.MavenUberJar
-
- getMavenDeps() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
-
- getMavenPomTemplate() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getMavenPomTemplate() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getMavenPomTemplate() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getMavenRepo() - Method in class com.facebook.buck.file.downloader.impl.DownloadConfig
-
- getMax() - Method in class com.facebook.buck.counters.SamplingCounter
-
- getMaxAcceptableLatencyMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getMaxActionGraphCacheEntries() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getMaxActionGraphCacheEntries() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getMaxAvailableCapacity() - Method in class com.facebook.buck.distributed.build_slave.AbstractMultiBuildCapacityTracker
-
- getMaxAvailableCapacity() - Method in interface com.facebook.buck.distributed.build_slave.CapacityTracker
-
- getMaxAvailableCapacity() - Method in class com.facebook.buck.distributed.build_slave.SingleBuildCapacityTracker
-
- getMaxBytesAfterDeletion() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
- getMaxConcurrentActionComputations() - Method in interface com.facebook.buck.remoteexecution.config.RemoteExecutionStrategyConfig
-
- getMaxConcurrentExecutions() - Method in interface com.facebook.buck.remoteexecution.config.RemoteExecutionStrategyConfig
-
- getMaxConcurrentPendingUploads() - Method in interface com.facebook.buck.remoteexecution.config.RemoteExecutionStrategyConfig
-
- getMaxConcurrentResultHandling() - Method in interface com.facebook.buck.remoteexecution.config.RemoteExecutionStrategyConfig
-
- getMaxConsecutiveSlowDeadMinionChecks() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMaxDebugLogLines() - Method in class com.facebook.buck.test.config.TestResultSummaryVerbosity
-
- getMaxErrorPercentage() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getMaxFetchRetries() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getMaximumResourceAmounts() - Method in class com.facebook.buck.core.resources.ResourcesConfig
- getMaximumTestOutputSize() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getMaximumValues() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
-
- getMaxInlinedSizeBytes() - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry
-
- getMaxLogCount() - Static method in class com.facebook.buck.log.LogFileHandler
-
- getMaxLogSizeBytes() - Method in class com.facebook.buck.log.LogConfigSetup
-
- getMaxMemoryBytes() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
-
- getMaxMinionSilenceMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMaxNumberOfRetries() - Method in class com.facebook.buck.file.downloader.impl.DownloadConfig
-
- getMaxPathCount() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
- getMaxRetries() - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy
-
- getMaxSizeBytes() - Method in class com.facebook.buck.artifact_cache.config.DirCacheEntry
-
- getMaxSizeBytes() - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry
-
- getMaxSizeBytes() - Static method in class com.facebook.buck.log.LogFileHandler
-
- getMaxStoreAttempts() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getMaxStoreSize() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getMaxStoreSizeBytes() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getMaxThreads() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
-
- getMaxTimeoutWaitingForLogsMillis() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getMaxTotalSizeBytes() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
- getMaxTraces() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceBuckConfig
-
- getMaxValueLength() - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- getMaxWaitForRemoteLogsToBeAvailableMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMaxWorkers() - Method in class com.facebook.buck.rules.macros.WorkerMacroArg
-
- getMaxWorkers() - Method in interface com.facebook.buck.shell.WorkerTool
-
- getMaxWorkers() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getMaxWorkers() - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Maximum number of tools that pool can have.
- getMaxWorkersPerThreadPercent() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getMaybeBuildTarget(String, String, TargetConfiguration) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getMaybeUnconfiguredBuildTarget(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getMd5Hash() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response.ReadPayloadInfo
-
- getMean() - Method in class com.facebook.buck.util.Statistics
-
Get the mean.
- getMemberName() - Method in class com.facebook.buck.android.dalvik.DalvikMemberReference
-
- getMemberPath() - Method in class com.facebook.buck.core.io.AbstractArchiveMemberPath
-
- getMemberPath() - Method in class com.facebook.buck.core.io.ArchiveMemberPath
-
- getMemberPath() - Method in class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath
-
- getMemory() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
- getMemoryHeapAllocatedMax() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getMemoryHeapAllowedMax() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getMemoryHeapUsedMax() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getMemResident() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getMemSize() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
- getMergedResources(StringResources) - Method in class com.facebook.buck.android.StringResources
-
- getMergeManifests() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getMergeManifests() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getMessage() - Method in interface com.facebook.buck.apple.AbstractIdbFailureInfo
-
String that represents the failure message
- getMessage() - Method in class com.facebook.buck.apple.ImmutableIdbFailureInfo
-
String that represents the failure message
- getMessage() - Method in exception com.facebook.buck.core.exceptions.BuckUncheckedExecutionException
-
- getMessage() - Method in class com.facebook.buck.distributed.build_client.DistBuildSuperConsoleEvent
-
- getMessage() - Method in interface com.facebook.buck.doctor.config.DoctorJsonResponse
-
- getMessage() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorJsonResponse
-
- getMessage() - Method in class com.facebook.buck.event.ConsoleEvent
-
- getMessage() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
-
- getMessage() - Method in interface com.facebook.buck.event.external.events.ConsoleEventExternalInterface
-
- getMessage() - Method in class com.facebook.buck.io.watchman.WatchmanDiagnostic
-
- getMessage() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getMessage() - Method in class com.facebook.buck.parser.exceptions.ImmutableParsingError
-
- getMessage() - Method in class com.facebook.buck.parser.exceptions.ParsingError
-
- getMessage() - Method in exception com.facebook.buck.step.StepFailedException
-
- getMessage() - Method in class com.facebook.buck.test.TestResultSummary
-
- getMessage() - Method in class com.facebook.buck.test.TestStatusMessage
-
- getMessage(boolean) - Method in class com.facebook.buck.util.ErrorLogger.DeconstructedException
-
Returns the message (and optionally stack trace) for the root cause.
- getMessage() - Method in class com.facebook.buck.util.PatternAndMessage
-
- getMessageDigest() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- getMessageDigest() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol
-
- getMessageForResult(String) - Method in class com.facebook.buck.util.ProcessExecutor.Result
-
- getMessageForUnexpectedResult(String) - Method in class com.facebook.buck.util.ProcessExecutor.Result
-
- getMessageOfTheDay() - Method in class com.facebook.buck.support.cli.config.AbstractCliConfig
-
- getMessageOfTheDay() - Method in class com.facebook.buck.support.cli.config.CliConfig
- getMessager() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- getMessager() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- getMetadata() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
-
- getMetadata() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
-
- getMetadata() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
- getMetadata() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
- getMetadata() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
- getMetadata() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
- getMetadata() - Method in interface com.facebook.buck.remoteexecution.grpc.GrpcHeaderHandler.StubAndResponseMetadata
-
- getMetadataForArtifact() - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getMetadataForArtifact() - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
Returns the "build" metadata that is stored with a cache artifact ("artifact" metadata is
stored within the artifact itself).
- getMetadataPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getMetadataProvider() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getMetadataProvider() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getMetadataProvider() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getMetadataToInstall() - Method in class com.facebook.buck.android.exopackage.DexExoHelper
-
- getMetadataToInstall() - Method in class com.facebook.buck.android.exopackage.ModuleExoHelper
-
- getMetadataToInstall() - Method in class com.facebook.buck.android.exopackage.NativeExoHelper
-
- getMetadataToInstall() - Method in class com.facebook.buck.android.exopackage.ResourcesExoHelper
-
- getMetadataTxtPath() - Method in class com.facebook.buck.android.PreDexMerge
-
- getMetadataTxtSourcePath() - Method in class com.facebook.buck.android.PreDexMerge
-
- getMetaInfDirectory() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getMetaInfDirectory() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getMetaInfDirectory() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getMetaVariable(ResourceBundle) - Method in class com.facebook.buck.cli.TestCommand.CoverageReportFormatsHandler
-
- getMethodName() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
String that represents the name of the method of the test
- getMethodName() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
String that represents the name of the method of the test
- getMethodName() - Method in class com.facebook.buck.test.selectors.TestDescription
-
- getMethods() - Method in class com.facebook.buck.core.starlark.compatible.BuckStarlarkStructObject
-
- getMethods(Class<?>) - Static method in class com.facebook.buck.core.starlark.compatible.MethodLookup
-
- getMicroThreadUserTime() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- getMicroTime() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- getMin() - Method in class com.facebook.buck.counters.SamplingCounter
-
- getMinAmountOfEntriesToKeep() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
- getMinAmountOfLogsToKeep() - Static method in class com.facebook.buck.log.LogFileHandler
-
- getMinAndroidSdkVersion() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getMinimizePrimaryDexSize() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getMinimizePrimaryDexSize() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getMinionBuildProgressTracker() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getMinionId() - Method in class com.facebook.buck.distributed.build_slave.MinionHealthTracker.MinionTrackingInfo
-
- getMinionPollLoopIntervalMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMinionQueue(MinionType) - Method in class com.facebook.buck.distributed.build_slave.MinionQueueProvider
-
- getMinionQueue() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMinionRegion() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMinionRequirements() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getMinionRequirements() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMinionType() - Method in class com.facebook.buck.distributed.build_slave.ServerSideBuildSlaveFinishedStatsEvent
-
- getMinionType() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMinionType() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getMinSamplesToReportError() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getMinSdkVersion() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getMinSdkVersion() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
- getMinSdkVersion() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
- getMinSdkVersions() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- getMinVersion() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getMinVersionFlagPrefix() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- getMismatchingBuildTargets() - Method in class com.facebook.buck.distributed.build_client.BuildPhase.BuildResult
-
- getMismatchingDefaultRuleKeys(AnalysisResults) - Method in class com.facebook.buck.distributed.DistBuildPostBuildAnalysis
-
- getMissCount() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getMissingHashes(Set<Protocol.Digest>) - Method in interface com.facebook.buck.remoteexecution.CasBlobUploader
-
- getMissingHashes(Set<Protocol.Digest>) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcCasBlobUploader
-
- getMissingSymbolFromCompilerError(String) - Method in class com.facebook.buck.jvm.java.JavacErrorParser
-
- getMissMatchCount() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getMode() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- getMode() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
-
- getMode() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
- getModel() - Method in class com.facebook.buck.maven.Pom
-
- getModule(CxxPlatform) - Method in class com.facebook.buck.features.lua.CxxLuaExtension
-
- getModule() - Method in class com.facebook.buck.features.python.CxxPythonExtension
-
- getModuleBasePath() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
- getModuleBasePath() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getModuleDependencies(String) - Method in interface com.facebook.buck.core.module.BuckModuleManager
-
- getModuleDependencies(String) - Method in class com.facebook.buck.core.module.impl.DefaultBuckModuleManager
-
- getModuleDeps() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getModuleDir(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getModuleDirs() - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
- getModuleGroupName() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getModuleHash(Class<?>) - Method in interface com.facebook.buck.core.module.BuckModuleHashStrategy
-
- getModuleHash(Class<?>) - Method in interface com.facebook.buck.core.module.BuckModuleManager
-
- getModuleHash(String) - Method in interface com.facebook.buck.core.module.BuckModuleManager
-
- getModuleHash(PluginWrapper) - Method in class com.facebook.buck.core.module.impl.BuckModuleJarHashProvider
-
- getModuleHash(Class<?>) - Method in class com.facebook.buck.core.module.impl.DefaultBuckModuleHashStrategy
-
- getModuleHash(Class<?>) - Method in class com.facebook.buck.core.module.impl.DefaultBuckModuleManager
-
- getModuleHash(String) - Method in class com.facebook.buck.core.module.impl.DefaultBuckModuleManager
-
- getModuleHash(Class<?>) - Method in class com.facebook.buck.core.module.impl.NoOpBuckModuleHashStrategy
-
- getModuleIds() - Method in interface com.facebook.buck.core.module.BuckModuleManager
-
- getModuleIds() - Method in class com.facebook.buck.core.module.impl.DefaultBuckModuleManager
-
- getModuleImlFilePath(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getModuleIndexEntries() - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- getModuleInfo() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
-
- getModuleManifestSkeleton() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getModuleManifestSkeleton() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getModuleManifestSkeleton() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getModuleMap() - Method in class com.facebook.buck.features.haskell.HaskellSources
-
- getModuleMappedClasspathEntriesToDex() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Java classes to include in the package sorted into modules
- getModuleName() - Method in class com.facebook.buck.android.AbstractModuleInfo
-
- getModuleName() - Method in class com.facebook.buck.android.ModuleInfo
-
- getModuleName() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getModuleName() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getModuleName() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getModuleName() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getModuleName() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getModuleName() - Method in class com.facebook.buck.features.haskell.HaskellSourceModule
-
- getModuleName() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getModuleName() - Method in class com.facebook.buck.swift.SwiftCompile
-
- getModuleName() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getModuleQualifiedPath(Path, IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getModuleRelativePath(Path, IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getModuleResourceApkPaths() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
- getModuleResourceApkPaths() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getModuleRuleByTargetNodeType(Class<?>) - Method in class com.facebook.buck.features.project.intellij.SupportedTargetTypeRegistry
-
- getModules() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getModules() - Method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- getModules() - Method in class com.facebook.buck.features.lua.LuaPackageComponents
-
- getModules() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationTree
-
- getModules() - Method in class com.facebook.buck.features.project.intellij.IjModuleGraph
-
- getModules() - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
- getModules(BuildTarget, ActionGraphBuilder, PythonPlatform, CxxPlatform, String, Path, SourceSortedSet, PatternMatchedCollection<SourceSortedSet>, Optional<VersionMatchedCollection<SourceSortedSet>>, Optional<ImmutableMap<BuildTarget, Version>>) - Static method in class com.facebook.buck.features.python.PythonUtil
-
- getModulesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getModulesToBeWritten() - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- getModuleType() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationContext
-
- getModuleType() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
- getModuleType() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getModuleType() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getMomc() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getMostBuildRulesFinishedPercentageThreshold() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getMtimeSortedMatchingDirectoryContents(Path, String) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
Returns the files inside pathRelativeToProjectRoot which match globPattern,
ordered in descending last modified time order.
- getMtimeSortedMatchingDirectoryContents(Path, String) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Returns the files inside pathRelativeToProjectRoot which match globPattern,
ordered in descending last modified time order.
- getMultiCheckEnabled() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getMultiFetchBatchSize(int) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
Used to compute the number of keys to include in every multiFetchRequest.
- getMultiFetchBatchSize(int) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
-
- getMultiFetchLimit() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getMultiFetchType() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getMultiInstallMode() - Method in class com.facebook.buck.android.exopackage.AbstractAdbConfig
-
- getMultiInstallMode() - Method in class com.facebook.buck.android.exopackage.AdbConfig
- getMutableObject() - Method in exception com.facebook.buck.core.starlark.compatible.BuckSkylarkTypes.MutableObjectException
-
- getN() - Method in class com.facebook.buck.util.Statistics
-
Get the count of values.
- getName() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
-
- getName() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.apkmodule.APKModule
-
- getName() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getName() - Method in interface com.facebook.buck.android.toolchain.AbstractAndroidBuildToolsLocation
-
- getName() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getName() - Method in interface com.facebook.buck.android.toolchain.AbstractAndroidSdkLocation
-
- getName() - Method in interface com.facebook.buck.android.toolchain.AbstractDxToolchain
-
- getName() - Method in class com.facebook.buck.android.toolchain.ndk.AbstractAndroidNdk
-
- getName() - Method in class com.facebook.buck.android.toolchain.ndk.AbstractNdkCxxPlatformsProvider
-
- getName() - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg
-
- getName() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
- getName() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getName() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
- getName() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getName() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
- getName() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getName() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that represents the name of the device (i.e., "iPhone X", "iPad Air", etc)
- getName() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
- getName() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that represents the name of the device (i.e., "iPhone X", "iPad Air", etc)
- getName() - Method in class com.facebook.buck.apple.toolchain.AbstractAppleCxxPlatformsProvider
-
- getName() - Method in interface com.facebook.buck.apple.toolchain.AbstractAppleDeveloperDirectoryForTestsProvider
-
- getName() - Method in interface com.facebook.buck.apple.toolchain.AbstractAppleDeveloperDirectoryProvider
-
- getName() - Method in interface com.facebook.buck.apple.toolchain.AbstractAppleSdkLocation
-
- getName() - Method in interface com.facebook.buck.apple.toolchain.AbstractAppleToolchainProvider
-
- getName() - Method in interface com.facebook.buck.apple.toolchain.AbstractCodeSignIdentityStore
-
- getName() - Method in class com.facebook.buck.apple.toolchain.AbstractProvisioningProfileStore
-
- getName() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
The full name of the platform.
- getName() - Method in class com.facebook.buck.apple.toolchain.AppleSdk
-
The full name of the SDK.
- getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
-
- getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
-
- getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
-
- getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
-
- getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- getName() - Method in class com.facebook.buck.apple.xcode.XCScheme
-
- getName() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getName() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- getName() - Method in class com.facebook.buck.artifact_cache.config.DirCacheEntry
-
- getName() - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry
-
- getName() - Method in class com.facebook.buck.core.cell.CellName
-
- getName(Optional<String>) - Method in interface com.facebook.buck.core.cell.CellNameResolver
-
- getName(Optional<String>) - Method in class com.facebook.buck.core.cell.DefaultCellNameResolver
-
- getName() - Method in interface com.facebook.buck.core.description.arg.CommonDescriptionArg
-
- getName(int) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- getName() - Method in class com.facebook.buck.core.model.AbstractRuleType
-
- getName() - Method in class com.facebook.buck.core.model.CanonicalCellName
-
Returns the name in a human-readable form.
- getName() - Method in interface com.facebook.buck.core.model.Flavor
-
- getName() - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getName() - Method in class com.facebook.buck.core.model.ImmutableInternedUnconfiguredBuildTarget
-
Name of the build target, i.e.
- getName() - Method in class com.facebook.buck.core.model.ImmutableUnconfiguredBuildTarget
-
Name of the build target, i.e.
- getName() - Method in class com.facebook.buck.core.model.InternalFlavor
-
- getName() - Method in class com.facebook.buck.core.model.RuleType
-
- getName() - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
Name of the build target, i.e.
- getName() - Method in class com.facebook.buck.core.model.UserFlavor
-
- getName() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg
-
- getName() - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg
-
- getName() - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingRule
-
- getName() - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg
-
- getName() - Method in class com.facebook.buck.core.rules.platform.ConstraintValueRule
-
- getName() - Method in class com.facebook.buck.core.rules.platform.CpuConstraintDetectorArg
-
- getName() - Method in class com.facebook.buck.core.rules.platform.ImmutableMultiPlatformRule
-
- getName() - Method in interface com.facebook.buck.core.rules.platform.MultiPlatformRule
-
- getName() - Method in class com.facebook.buck.core.rules.platform.OsConstraintDetectorArg
-
- getName() - Method in class com.facebook.buck.core.rules.platform.PlatformArg
-
- getName() - Method in class com.facebook.buck.core.rules.platform.PlatformRule
-
- getName() - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProvider
-
- getName() - Method in class com.facebook.buck.core.starlark.compatible.BuckStarlarkFunction
-
- getName() - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
Ensure that we only get our name after this function has been exported
- getName() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
- getName() - Method in interface com.facebook.buck.core.toolchain.AbstractToolchainDescriptor
-
- getName() - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool
-
- getName() - Method in interface com.facebook.buck.core.toolchain.Toolchain
-
- getName() - Method in class com.facebook.buck.core.toolchain.ToolchainDescriptor
-
- getName() - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider
-
- getName() - Method in class com.facebook.buck.counters.Counter
-
- getName() - Method in class com.facebook.buck.counters.CounterInfo
-
- getName() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getName() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
- getName() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
- getName() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getName() - Method in class com.facebook.buck.cxx.toolchain.AbstractCxxPlatformsProvider
-
- getName() - Method in enum com.facebook.buck.doctor.config.DoctorIssueCategory
-
- getName() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- getName() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.apple.projectV2.XcconfigBaseConfiguration
-
- getName() - Method in class com.facebook.buck.features.apple.projectV2.XcodeProductMetadata
-
- getName() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.go.AbstractGoToolchain
-
- getName() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getName() - Method in interface com.facebook.buck.features.haskell.AbstractHaskellPlatformsProvider
-
- getName() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.haskell.HaskellPackageInfo
-
- getName() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getName() - Method in interface com.facebook.buck.features.lua.AbstractLuaPlatformsProvider
-
- getName() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.project.intellij.DependencyEntryData
-
- getName() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- getName() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getName() - Method in interface com.facebook.buck.features.project.intellij.model.IjProjectElement
-
- getName() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getName() - Method in interface com.facebook.buck.features.python.toolchain.AbstractPythonPlatformsProvider
-
- getName() - Method in interface com.facebook.buck.features.python.toolchain.PexToolProvider
-
- getName() - Method in interface com.facebook.buck.features.python.toolchain.PythonInterpreter
-
- getName() - Method in interface com.facebook.buck.features.rust.AbstractRustToolchain
-
- getName() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getName() - Method in interface com.facebook.buck.file.downloader.Downloader
-
- getName() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getName() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
- getName() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
- getName() - Method in interface com.facebook.buck.infer.toolchain.InferToolchain
-
- getName() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.java.JarFileObject
-
- getName() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
- getName() - Method in interface com.facebook.buck.jvm.java.plugin.adapter.BuckJavacPlugin
-
- getName() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getName() - Method in interface com.facebook.buck.jvm.java.toolchain.AbstractJavacOptionsProvider
-
- getName() - Method in interface com.facebook.buck.jvm.java.toolchain.AbstractJavaCxxPlatformProvider
-
- getName() - Method in class com.facebook.buck.jvm.java.toolchain.AbstractJavaOptionsProvider
-
- getName() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getName() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.query.AllPathsFunction
-
- getName() - Method in class com.facebook.buck.query.AttrFilterFunction
-
- getName() - Method in class com.facebook.buck.query.AttrRegexFilterFunction
-
- getName() - Method in class com.facebook.buck.query.BuildFileFunction
-
- getName() - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- getName() - Method in class com.facebook.buck.query.DepsFunction
-
- getName() - Method in class com.facebook.buck.query.DepsFunction.LookupFunction
-
- getName() - Method in class com.facebook.buck.query.FilterFunction
-
- getName() - Method in class com.facebook.buck.query.InputsFunction
-
- getName() - Method in class com.facebook.buck.query.KindFunction
-
- getName() - Method in class com.facebook.buck.query.LabelsFunction
-
- getName() - Method in class com.facebook.buck.query.OwnerFunction
-
- getName() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
-
Name of the function as it appears in the query language.
- getName() - Method in class com.facebook.buck.query.RdepsFunction
-
- getName() - Method in class com.facebook.buck.query.TestsOfFunction
-
- getName() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.TreeNode
-
- getName() - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- getName() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
- getName() - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- getName() - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
-
- getName() - Method in interface com.facebook.buck.rules.keys.ValueExtractor
-
- getName() - Method in class com.facebook.buck.rules.keys.ValueMethodValueExtractor
-
- getName() - Method in class com.facebook.buck.rules.query.ClasspathFunction
-
- getName() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
- getName() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
- getName() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getName() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
- getName() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getName() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
- getName() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getName() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getName() - Method in interface com.facebook.buck.swift.toolchain.AbstractSwiftPlatformsProvider
-
- getName() - Method in class com.facebook.buck.versions.Version
-
- getName() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
- getNameCount() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- getNameData() - Method in class com.facebook.buck.android.resources.ResTablePackage
-
- getNamedDeps() - Method in interface com.facebook.buck.features.rust.HasNamedDeclaredDeps
-
- getNamedDeps() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getNamedDeps() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getNamedDeps() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getNamedSources() - Method in class com.facebook.buck.rules.coercer.SourceSet
-
- getNamedSources() - Method in class com.facebook.buck.rules.coercer.SourceSortedSet
-
- getNamedSources() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
- getNameIfResolvable(Optional<String>) - Method in interface com.facebook.buck.core.cell.CellNameResolver
-
- getNameIfResolvable(Optional<String>) - Method in class com.facebook.buck.core.cell.DefaultCellNameResolver
-
- getNameString(BuckUnixPath, int) - Static method in class com.facebook.buck.core.filesystems.BuckUnixPath.InternalsForFastPaths
-
- getNameString(Path, int) - Static method in class com.facebook.buck.io.file.FastPaths
-
Gets a Path segment as a String.
- getNameToField() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
-
- getNameToPathMap() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- getNameWithoutExtension(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
- getNanoDuration() - Method in class com.facebook.buck.util.timing.ClockDuration
-
- getNanoTime() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- getNanoTime() - Method in interface com.facebook.buck.event.BuckEvent
-
- getNativeCLibs() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getNativeCompileDeps() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getNativeCompileDeps() - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
- getNativeCompileDeps(OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlLibrary
-
Dependencies for the native (ocamlopt) build
- getNativeIncludes() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getNativeLib() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getNativeLibAssetsDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Directories containing native libraries to be used as assets.
- getNativeLibraries() - Method in class com.facebook.buck.features.lua.LuaPackageComponents
-
- getNativeLibraries() - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
- getNativeLibraries() - Method in class com.facebook.buck.jvm.java.JarFattener
-
- getNativeLibraries(Iterable<BuildRule>, CxxPlatform, ActionGraphBuilder) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
-
- getNativeLibraryDirectories() - Method in class com.facebook.buck.android.AbstractModuleInfo
-
- getNativeLibraryDirectories() - Method in class com.facebook.buck.android.ModuleInfo
-
- getNativeLibraryMergeCodeGenerator() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getNativeLibraryMergeCodeGenerator() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getNativeLibraryMergeCodeGenerator() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getNativeLibraryMergeGlue() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getNativeLibraryMergeGlue() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getNativeLibraryMergeGlue() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getNativeLibraryMergeLocalizedSymbols() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getNativeLibraryMergeLocalizedSymbols() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getNativeLibraryMergeLocalizedSymbols() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getNativeLibraryMergeMap() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getNativeLibraryMergeMap() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getNativeLibraryMergeMap() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getNativeLibraryProguardConfigGenerator() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getNativeLibraryProguardConfigGenerator() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getNativeLibraryProguardConfigGenerator() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getNativeLibs() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
- getNativeLibsDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Directories containing native libraries.
- getNativeLibsDirectoriesForSystemLoader() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Directories containing native libraries which must be loadable by the system loader.
- getNativeLibsInfo() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
-
- getNativeLibsSymlinkTreeTarget(BuildTarget) - Static method in class com.facebook.buck.features.lua.LuaBinaryDescription
-
- getNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibrary
-
- getNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.PreInclude
-
- getNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
- getNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableGroup
-
- getNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.d.DLibrary
-
- getNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.halide.HalideLibrary
-
- getNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.lua.SystemLuaCxxLibrary
-
- getNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkableGroup
-
- getNativeLinkableAssets() - Method in class com.facebook.buck.android.packageable.ImmutableNativeLinkableEnhancementResult
-
Native libraries to be packaged as assets by platform.
- getNativeLinkableAssets() - Method in interface com.facebook.buck.android.packageable.NativeLinkableEnhancementResult
-
Native libraries to be packaged as assets by platform.
- getNativeLinkableCache(LegacyNativeLinkableGroup) - Static method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
- getNativeLinkableCompatibilityCache() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getNativeLinkableCompatibilityCache() - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkableCompatibilityCache() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
- getNativeLinkableDeps(BuildRuleResolver) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getNativeLinkableDeps(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkableDeps(BuildRuleResolver) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
- getNativeLinkableDeps(ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getNativeLinkableDeps(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getNativeLinkableDeps(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getNativeLinkableDepsForPlatform(CxxPlatform, BuildRuleResolver) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getNativeLinkableDepsForPlatform(CxxPlatform, BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkableDepsForPlatform(CxxPlatform, BuildRuleResolver) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getNativeLinkableExportedDeps(BuildRuleResolver) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getNativeLinkableExportedDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate.ConfiguredDelegate
-
Provides the ability for the plugin to provide additional NativeLinkables that will
be exported.
- getNativeLinkableExportedDeps(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkableExportedDeps(BuildRuleResolver) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
- getNativeLinkableExportedDeps(ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getNativeLinkableExportedDeps(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getNativeLinkableExportedDeps(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getNativeLinkableExportedDepsForPlatform(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkableExportedDepsForPlatform(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ActionGraphBuilder, TargetConfiguration) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ActionGraphBuilder, TargetConfiguration) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ActionGraphBuilder, TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, ActionGraphBuilder, TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getNativeLinkableInput(Linker.LinkableDepType, boolean, ActionGraphBuilder, TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
Return input that *dependents* should put on their link line when linking against this
linkable.
- getNativeLinkableInput(Linker.LinkableDepType, ActionGraphBuilder, TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
Return input that *dependents* should put on their link line when linking against this
linkable.
- getNativeLinkableInput(Linker.LinkableDepType, boolean, ActionGraphBuilder, TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getNativeLinkableInput(Linker.LinkableDepType, NativeLinkable, ActionGraphBuilder, TargetConfiguration) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
- getNativeLinkableInput(Linker.LinkableDepType, boolean, ActionGraphBuilder, TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getNativeLinkableInput() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
Inputs for the native (ocamlopt) build
- getNativeLinkableInput(OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlLibrary
-
- getNativeLinkableRoots(Iterable<? extends T>, Function<? super T, Optional<Iterable<? extends T>>>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableGroups
-
- getNativeLinkables() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Native libraries mapped from modules.
- getNativeLinkables() - Method in class com.facebook.buck.android.packageable.ImmutableNativeLinkableEnhancementResult
-
Native libraries by platform.
- getNativeLinkables() - Method in interface com.facebook.buck.android.packageable.NativeLinkableEnhancementResult
-
Native libraries by platform.
- getNativeLinkables(ActionGraphBuilder, Iterable<? extends NativeLinkable>, Linker.LinkableDepType, Predicate<? super NativeLinkable>, Optional<LinkableListFilter>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
Extract from the dependency graph all the libraries which must be considered for linking.
- getNativeLinkables(ActionGraphBuilder, Iterable<? extends NativeLinkable>, Linker.LinkableDepType, Predicate<? super NativeLinkable>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
Extract from the dependency graph all the libraries which must be considered for linking.
- getNativeLinkables(ActionGraphBuilder, Iterable<? extends NativeLinkable>, Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
Extract from the dependency graph all the libraries which must be considered for linking.
- getNativeLinkables(ActionGraphBuilder, Iterable<? extends NativeLinkable>, Linker.LinkableDepType, Optional<LinkableListFilter>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
Extract from the dependency graph all the libraries which must be considered for linking.
- getNativeLinkablesAssets() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Native libraries to be packaged as assets.
- getNativeLinkStrategy() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getNativeLinkStrategy() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getNativeLinkTarget(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getNativeLinkTarget(ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getNativeLinkTarget(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getNativeLinkTarget(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getNativeLinkTarget(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.python.CxxPythonExtension
-
- getNativeLinkTargetDeps(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkTargetDeps(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkTargetGroup
-
- getNativeLinkTargetDeps(ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
-
- getNativeLinkTargetDeps(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetInfo
-
- getNativeLinkTargetDeps(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkTargetGroup
-
- getNativeLinkTargetInfo() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getNativeLinkTargetInput(CxxPlatform, ActionGraphBuilder, SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkTargetInput(CxxPlatform, ActionGraphBuilder, SourcePathResolver) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkTargetGroup
-
- getNativeLinkTargetInput(ActionGraphBuilder, SourcePathResolver) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
-
- getNativeLinkTargetInput(ActionGraphBuilder, SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetInfo
-
- getNativeLinkTargetInput(ActionGraphBuilder, SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkTargetGroup
-
- getNativeLinkTargetMode(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkTargetMode(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkTargetGroup
-
- getNativeLinkTargetMode() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
-
- getNativeLinkTargetMode() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetInfo
-
- getNativeLinkTargetMode() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkTargetGroup
-
- getNativeLinkTargetOutputPath() - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getNativeLinkTargetOutputPath() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkTargetGroup
-
- getNativeLinkTargetOutputPath() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
-
- getNativeLinkTargetOutputPath() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetInfo
-
- getNativeLinkTargetOutputPath() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkTargetGroup
-
- getNativeModule() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
Returns a native module with built-in functions and Buck rules.
- getNativePlatforms() - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg
-
- getNativePlugin() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getNativeRuleTypes(Cell) - Method in class com.facebook.buck.core.rules.knowntypes.provider.KnownRuleTypesProvider
-
Get details for just rules implemented in Buck itself, rather than user defined rules
- getNativeStarterLibrary() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getNativeStarterLibrary() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getNativeStarterLibrary() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getNativeTypesByName() - Method in class com.facebook.buck.core.rules.knowntypes.AbstractKnownNativeRuleTypes
-
- getNativeTypesByName() - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
- getNdkAppPlatformForCpuAbi(String) - Method in class com.facebook.buck.android.AndroidBuckConfig
-
Returns the CPU specific app platform, or the fallback one if set.
- getNdkBuildExecutable() - Method in class com.facebook.buck.android.toolchain.ndk.AbstractAndroidNdk
-
- getNdkBuildExecutable() - Method in class com.facebook.buck.android.toolchain.ndk.AndroidNdk
- getNdkClangVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkCompiler() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkCpuAbiAppPlatformMap() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkCpuAbiFallbackAppPlatform() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkCpuAbis() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkCxxPlatform(Flavor) - Method in class com.facebook.buck.android.NdkToolchainBuildRule
-
- getNdkCxxPlatform(Flavor) - Method in interface com.facebook.buck.android.toolchain.ndk.ProvidesNdkCxxPlatform
-
- getNdkCxxPlatforms() - Method in class com.facebook.buck.android.toolchain.ndk.AbstractNdkCxxPlatformsProvider
-
- getNdkCxxPlatforms() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformsProvider
-
- getNdkCxxRuntime() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkCxxRuntimeType() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkCxxToolchainTargetForAbi(String, TargetConfiguration) - Method in class com.facebook.buck.android.AndroidBuckConfig
-
Gets the ndk_toolchain target for the abi if it is specified in the config.
- getNdkGccVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkOrThrow() - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- getNdkPath() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkRepositoryPath() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkRootPath() - Method in class com.facebook.buck.android.toolchain.ndk.AbstractAndroidNdk
-
- getNdkRootPath() - Method in class com.facebook.buck.android.toolchain.ndk.AndroidNdk
-
- getNdkSearchOrder() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
Defines the order of search of the Android NDK.
- getNdkUnifiedHeaders() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getNdkVersion() - Method in class com.facebook.buck.android.toolchain.ndk.AbstractAndroidNdk
-
- getNdkVersion() - Method in class com.facebook.buck.android.toolchain.ndk.AndroidNdk
-
- getNdkVersion() - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- getNeededCoverage() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getNeededCoverage() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getNeededCoverageRatioPercentage() - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpec
-
Gets the coverage ratio that is required for a test
- getNestedPlatforms() - Method in class com.facebook.buck.core.model.platform.impl.MultiPlatform
-
- getNestedPlatforms() - Method in class com.facebook.buck.core.rules.platform.ImmutableMultiPlatformRule
-
- getNestedPlatforms() - Method in interface com.facebook.buck.core.rules.platform.MultiPlatformRule
-
- getNestingKind() - Method in class com.facebook.buck.jvm.java.JarFileObject
-
- getNetwork() - Method in class com.facebook.buck.util.environment.NetworkInfo.Event
-
- getNetworkInfo() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getNetworkIO() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
- getNetworkStatsLine(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- getNewCellPathResolver() - Method in interface com.facebook.buck.core.cell.Cell
-
- getNewCellPathResolver() - Method in interface com.facebook.buck.core.cell.CellPathResolver
-
- getNewCellPathResolver() - Method in class com.facebook.buck.core.cell.CellPathResolverView
-
- getNewCellPathResolver() - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- getNewCellPathResolver() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getNewCellPathResolver() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
-
- getNewScope(BuildId, boolean) - Method in class com.facebook.buck.support.bgtasks.AsyncBackgroundTaskManager
-
- getNewScope(BuildId, boolean) - Method in class com.facebook.buck.support.bgtasks.BackgroundTaskManager
-
- getNewValue() - Method in interface com.facebook.buck.command.config.ConfigDifference.ConfigChange
-
- getNewValue() - Method in class com.facebook.buck.command.config.ImmutableConfigChange
-
- getNioPath(Path) - Method in class com.facebook.buck.io.filesystem.skylark.SkylarkFilesystem
-
- getNm() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getNm() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
nm binary.
- getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- getNoAsNeededSharedLibsFlags() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
- getNode(String) - Method in class com.facebook.buck.distributed.build_slave.DistributableBuildGraph
-
- getNode(Cell, UnconfiguredBuildTargetView) - Method in interface com.facebook.buck.parser.BuildTargetParsePipeline
-
- getNode(Cell, BuildTarget) - Method in class com.facebook.buck.parser.RawTargetNodeToTargetNodeParsePipeline
-
- getNode(BuildTarget) - Method in class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
- getNodeCopier() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getNodeCopier() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getNodeCount() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- getNodeCount() - Method in class com.facebook.buck.event.ActionGraphEvent.Finished
-
- getNodeJob(Cell, UnconfiguredBuildTargetView) - Method in interface com.facebook.buck.parser.BuildTargetParsePipeline
-
- getNodeJob(Cell, UnconfiguredBuildTargetView) - Method in class com.facebook.buck.parser.BuildTargetRawNodeParsePipeline
-
- getNodeJob(Cell, UnconfiguredBuildTargetView) - Method in class com.facebook.buck.parser.RawTargetNodePipeline
-
Get build target by name, load if necessary
- getNodeJob(Cell, BuildTarget) - Method in class com.facebook.buck.parser.RawTargetNodeToTargetNodeParsePipeline
-
Get build target by name, load if necessary
- getNodeOptional(BuildTarget) - Method in class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
- getNodes() - Method in class com.facebook.buck.core.model.actiongraph.ActionGraph
-
NOTE: This may contain duplicate nodes.
- getNodes() - Method in class com.facebook.buck.core.util.graph.DirectedAcyclicGraph
-
- getNodes() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- getNodes() - Method in interface com.facebook.buck.core.util.graph.TraversableGraph
-
- getNodes(List<String>) - Method in class com.facebook.buck.distributed.build_slave.DistributableBuildGraph
-
- getNodes() - Method in class com.facebook.buck.features.project.intellij.IjModuleGraph
-
- getNodesFromQueryTargets(Collection<QueryBuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getNodesWithNoIncomingEdges() - Method in class com.facebook.buck.core.util.graph.DirectedAcyclicGraph
-
- getNodesWithNoIncomingEdges() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- getNodesWithNoIncomingEdges() - Method in interface com.facebook.buck.core.util.graph.TraversableGraph
-
- getNodesWithNoOutgoingEdges() - Method in class com.facebook.buck.core.util.graph.DirectedAcyclicGraph
-
- getNodesWithNoOutgoingEdges() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- getNodesWithNoOutgoingEdges() - Method in interface com.facebook.buck.core.util.graph.TraversableGraph
-
- getNoDx() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getNoDx() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getNoDx() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getNoDx() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getNoDxClasspathEntries() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Java classes that were used during compilation, but don't got into the package.
- getNoMatchError() - Method in class com.facebook.buck.parser.syntax.ImmutableSelectorValue
-
Provide an error message to show if select choices are not matched
- getNoMatchError() - Method in class com.facebook.buck.parser.syntax.SelectorValue
-
Provide an error message to show if select choices are not matched
- getNoMatchMessage() - Method in class com.facebook.buck.core.select.Selector
-
Returns a custom message that needs to be shown to a user when no condition matches.
- getNonProvidedClasspathDeps(TargetConfiguration, Consumer<BuildTarget>) - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
-
- getNonProvidedClasspathDeps(TargetConfiguration, Consumer<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
-
- getNonSourceBuildTargets() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getNonSourceBuildTargets() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getNonSwiftSources() - Method in class com.facebook.buck.apple.AppleLibrarySwiftMetadata
-
- getNoRemote() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
This functionality only exists to facilitate migration of projects to distributed building.
- getNormals() - Method in class com.facebook.buck.event.ScubaData
-
- getNormals() - Method in class com.facebook.buck.event.ScubaEvent
-
- getNormalSymbols(ProcessExecutor, Tool, SourcePathResolver, Path) - Static method in class com.facebook.buck.android.relinker.Symbols
-
- getNotices() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
- getNotificationPayloadFile() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
-
- getNotificationPayloadFile() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getNullConditions() - Method in class com.facebook.buck.core.select.Selector
-
- getNullDevicePath() - Method in enum com.facebook.buck.util.environment.Platform
-
Return a path to a special file which accepts reads (always returning EOF) and writes (accepts
and immediately discards written data).
- getNullsafeArgs() - Method in class com.facebook.buck.infer.ImmutableInferConfig
- getNullsafeArgs() - Method in class com.facebook.buck.infer.InferConfig
-
- getNumActiveConnections() - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet
-
- getNumActiveConnections() - Method in class com.facebook.buck.httpserver.WebServer
-
- getNumberEntries() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getNumberNodesGenerated() - Method in class com.facebook.buck.event.ActionGraphPerfStatEvent
-
- getNumberOfCacheableNodes() - Method in class com.facebook.buck.distributed.build_slave.DistributableBuildGraph
-
- getNumberOfLowSpecMinions() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getNumberOfMinions() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getNumberOfPayloads() - Method in class com.facebook.buck.slb.HybridThriftRequestHandler
-
Total number of payloads.
- getNumberOfSections() - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
-
- getNumberOfSlowRulesToShow() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
-
- getNumBuckets() - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- getNumDepFiles() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStats
-
- getNumEntries() - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- getNumHashes() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStats
-
- getNumInputs() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStats
-
- getNumNoopNodesGenerated() - Method in class com.facebook.buck.event.ActionGraphPerfStatEvent
-
- getNumParsingThreads() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getNumParsingThreads() - Method in class com.facebook.buck.parser.config.ParserConfig
- getNumRules() - Method in class com.facebook.buck.core.build.event.BuildEvent.RuleCountCalculated
-
- getNumRules() - Method in class com.facebook.buck.core.build.event.BuildEvent.UnskippedRuleCountUpdated
-
- getNumRules() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- getNumRulesToBuild(Iterable<BuildRule>) - Method in interface com.facebook.buck.core.build.engine.BuildEngine
-
Calculate the total number of transitive build rules processed from the given roots.
- getNumRulesToBuild(Iterable<BuildRule>) - Method in class com.facebook.buck.core.build.engine.impl.CachingBuildEngine
-
- getNumTestManagedThreads(ResourcesConfig) - Method in class com.facebook.buck.cli.TestCommand
-
- getNumTestThreads(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
-
- getNumTestThreads() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
- getNumTestThreads() - Method in class com.facebook.buck.test.config.TestBuckConfig
- getNumThreads() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getNumThreads(int) - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getNumThreads() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getNumThreadsForSchedulerPool() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getNumThreadsForSchedulerPool() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getObjCGeneratedHeader(BuildTarget, ActionGraphBuilder, CxxPlatform, HeaderVisibility) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
-
- getObjCGeneratedHeaderFileName() - Method in class com.facebook.buck.swift.SwiftCompile
-
- getObjCGeneratedHeaderPath() - Method in class com.facebook.buck.swift.SwiftCompile
-
- getObjcopy() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getObjcopy() - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
-
- getObjcopyForSharedLibraryInterface() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Objcopy binary to use for creating shared library interfaces.
- getObjdump() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
Objdump binary.
- getObjdump() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatform
-
- getObjectFileExtension() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getObjectFileExtension() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Extension for object files.
- getObjectFileExtension() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getObjectFilePaths() - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate.ConfiguredDelegate
-
Defines the paths to object files (i.e., .o files) that will be combined into the final
product of
CxxLibraryDescription.
- getObjectFiles() - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
- getObjectNameForSourceName(String) - Static method in class com.facebook.buck.features.d.DCompileStep
-
- getObjectPaths() - Method in class com.facebook.buck.swift.SwiftCompile
-
- getObjects() - Method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- getObjects() - Method in class com.facebook.buck.features.haskell.HaskellPackage
-
- getObjectsDir() - Method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- getOcamlBytecodeCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getOcamlBytecodeCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getOcamlCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getOcamlCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getOcamlContext() - Method in class com.facebook.buck.features.ocaml.OcamlBuild
-
- getOcamlContext() - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
- getOcamlDebug() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getOcamlDebug() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getOcamldepFlags() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getOcamlDepFlags() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getOcamldepFlags() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getOcamlDepTool() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getOcamlDepTool() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getOcamlInteropIncludesDir() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getOcamlInteropIncludesDir() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getOcamlLibraryDeps(BuildRuleResolver, OcamlPlatform) - Method in class com.facebook.buck.features.ocaml.OcamlLibrary
-
- getOcamlPlatforms() - Method in class com.facebook.buck.features.ocaml.OcamlToolchain
-
- getOctalStringAsInt(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- getOfflineLogDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getOffset() - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
- getOmnibusPassthroughDeps(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.features.haskell.HaskellOmnibusLinkable
-
- getOmnibusSpec(BuildTarget, ActionGraphBuilder, ImmutableList<? extends NativeLinkable>, ImmutableList<? extends NativeLinkable>) - Static method in class com.facebook.buck.features.haskell.HaskellGhciDescription
-
- getOnDuplicateEntry() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getOneLineSummary(Locale, boolean, Ansi) - Method in class com.facebook.buck.test.TestCaseSummary
-
- getOngoingCount() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteCacheUploadStats
-
- getOnlyMatchingValue(String, ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getOnUnusedDependencies() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getOnUnusedDependencies() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getOpCode(boolean) - Method in enum com.facebook.buck.features.go.GoPackStep.Operation
-
- getOperation() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- getOperation() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
-
- getOperation() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- getOptimization() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
- getOptimizationPasses() - Method in class com.facebook.buck.android.AndroidBinary
-
- getOptimizationPasses() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getOptimizationPasses() - Method in class com.facebook.buck.android.AndroidBundle
-
- getOptimizationPasses() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getOptimizationPasses() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getOptimizationPasses() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getOptimize() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
This will be passed to the GWT Compiler's -optimize flag.
- getOptimizedProguardConfig() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getOptimizedProguardConfig() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getOptional(BuildTarget) - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- getOptionalBuildLineSuffix() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- getOptionalExecutable(Path, ImmutableMap<String, String>) - Method in class com.facebook.buck.io.ExecutableFinder
-
- getOptionalExecutable(Path, Path) - Method in class com.facebook.buck.io.ExecutableFinder
-
- getOptionalExecutable(Path, ImmutableCollection<Path>, ImmutableCollection<String>) - Method in class com.facebook.buck.io.ExecutableFinder
-
- getOptionalFile(Set<String>, Iterable<Path>, Predicate<Path>) - Static method in class com.facebook.buck.io.file.FileFinder
-
Tries to find a file with one of a number of possible names in a search path.
- getOptionalListWithoutComments(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getOptionalListWithoutComments(String, String, char) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getOptionalListWithoutComments(String, String) - Method in class com.facebook.buck.util.config.Config
-
ini4j leaves things that look like comments in the values of entries in the file.
- getOptionalListWithoutComments(String, String, char) - Method in class com.facebook.buck.util.config.Config
-
- getOptionalPathList(String, String, boolean) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getOptionalPathWhitelist() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getOptionalServerBuckconfigOverride() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getOptionalToolPath(String, ImmutableList<Path>) - Method in class com.facebook.buck.io.ExecutableFinder
-
- getOptions(JavacOptions, ProjectFilesystem, SourcePathResolver, Path, Path, ExecutionContext, ImmutableSortedSet<Path>) - Static method in class com.facebook.buck.jvm.java.JavacPipelineState
-
- getOptionValue() - Method in class com.facebook.buck.features.apple.project.XCodeProjectSubCommand
-
- getOptionValue() - Method in class com.facebook.buck.features.go.GoProjectSubCommand
-
- getOptionValue() - Method in class com.facebook.buck.features.project.intellij.IjProjectSubCommand
-
- getOptionValue() - Method in interface com.facebook.buck.support.cli.args.PluginBasedSubCommand
-
The value of the option that identifies a subcommand from a particular plugin.
- getOrCreateAndroidFacetBuilder() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getOrCreateChildGroupByName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
-
- getOrCreateChildVariantGroupByName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
-
- getOrCreateChildVersionGroupsBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
-
- getOrCreateDescendantGroupByPath(ImmutableList<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
-
- getOrCreateFileReferenceBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
-
- getOrCreateFileReferenceBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
-
- getOrCreateNodeCache(DaemonicParserState.CacheType<K, T>) - Method in class com.facebook.buck.parser.DaemonicParserState
-
Retrieve the cache view for caching a particular type.
- getOrCreateVariantFileReferenceByNameAndSourceTreePath(String, SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXVariantGroup
-
- getOrderIndependentHashCode() - Method in class com.facebook.buck.util.config.Config
-
gets an order-independent
HashCode of this
Config's raw data.
- getOrdinal() - Method in enum com.facebook.buck.util.unit.SizeUnit
-
- getOrFail() - Method in class com.facebook.buck.parser.ParserPythonInterpreterProvider
-
Returns the path to python interpreter.
- getOrigin() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getOrigin() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getOriginal() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
-
- getOriginKey() - Method in class com.facebook.buck.core.graph.transformation.model.ComposedKey
-
- getOriginKey() - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedKey
-
- getOrThrow(String, String, Optional<T>) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getOs() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getOs_version() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that represents the iOS version running on the device (i.e., "iOS 12.4", etc)
- getOs_version() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that represents the iOS version running on the device (i.e., "iOS 12.4", etc)
- getOtherFlags() - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Other flags included as is.
- getOut() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getOut() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getOut() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getOut() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getOut() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
- getOut() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
- getOut() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
- getOut() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getOuterClass(ExecutableElement) - Static method in class com.facebook.buck.jvm.java.lang.model.MoreElements
-
- getOutFolderPath() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
- getOutgoingNodesFor(T) - Method in class com.facebook.buck.core.util.graph.DirectedAcyclicGraph
-
- getOutgoingNodesFor(T) - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- getOutgoingNodesFor(T) - Method in interface com.facebook.buck.core.util.graph.TraversableGraph
-
- getOutput() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchRequest
-
- getOutput() - Method in interface com.facebook.buck.doctor.ExtraInfoCollector.AbstractExtraInfoResult
-
- getOutput() - Method in class com.facebook.buck.doctor.ExtraInfoResult
-
- getOutput() - Method in class com.facebook.buck.features.go.CGoLibrary
-
returns compiled linkable file source path
- getOutput() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getOutput() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getOutput() - Method in class com.facebook.buck.features.ocaml.OcamlDebugLauncherStep.Args
-
- getOutput() - Method in class com.facebook.buck.shell.GenruleBuildable
-
- getOutputChannel(Path, boolean) - Method in interface com.facebook.buck.remoteexecution.ContentAddressedStorageClient.FileMaterializer
-
Get a writable channel to the file at the provided path, marking it executable if
appropriate.
- getOutputChannel(Path, boolean) - Method in class com.facebook.buck.remoteexecution.util.OutputsMaterializer.FilesystemFileMaterializer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.AbsoluteOutputMacroTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.BuildConfigFieldsTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.CxxGenruleFilterAndTargetsMacroTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetTraversalCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.EnumTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.EnvMacroTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.FlavorTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.IdentityTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.ImmutableTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.JsonTypeConcatenatingCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.ListTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.LogLevelTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.ManifestEntriesTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.NumberTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.OutputMacroTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.PathTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.PatternTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.QueryCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SelectorListCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SetTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourcePathTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceSetTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceSortedSetTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.TestRunnerSpecCoercer
-
- getOutputClass() - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.UnconfiguredBuildTargetTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.UriTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.VersionTypeCoercer
-
- getOutputClass() - Method in class com.facebook.buck.rules.coercer.ZeroArgMacroTypeCoercer
-
- getOutputClasspathJars(JavaLibrary, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
-
- getOutputClasspaths() - Method in class com.facebook.buck.android.AndroidAar
-
- getOutputClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
-
- getOutputClasspaths() - Method in class com.facebook.buck.android.AndroidBundle
-
- getOutputClasspaths() - Method in interface com.facebook.buck.jvm.core.HasClasspathEntries
-
- getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.JarFattener
-
- getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getOutputDir() - Method in class com.facebook.buck.apple.AppleAssetCatalog
-
- getOutputDir(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.features.rust.RustCompileRule
-
- getOutputDirectories() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Command
-
- getOutputDirectories() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionResult
-
- getOutputExecutor() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
- getOutputExecutor() - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListenerCloseArgs
-
- getOutputExecutor() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListenerCloseArgs
-
- getOutputFileListPaths() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
Returns the list (possibly empty) of .xcfilelist files that contain inputs for the script
- getOutputFileLists() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getOutputFileNameFormatForLibrary(boolean) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
- getOutputFiles() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Command
-
- getOutputFiles() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionResult
-
- getOutputFormat() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
- getOutputHash(FileHashLoader) - Method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfoRecorder
-
- getOutputHash() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getOutputHash() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- getOutputJarDirPath() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
- getOutputJarPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.DummyRDotJava
-
- getOutputJarPath() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
- getOutputJars() - Method in class com.facebook.buck.android.SplitUberRDotJavaJar
-
- getOutputMaterializationThreads() - Method in interface com.facebook.buck.remoteexecution.config.RemoteExecutionStrategyConfig
-
- getOutputMode() - Method in class com.facebook.buck.features.apple.project.XCodeProjectSubCommand
-
- getOutputName() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getOutputName() - Method in interface com.facebook.buck.core.model.HasOutputName
-
- getOutputName() - Method in class com.facebook.buck.cxx.CxxGenrule
-
- getOutputName() - Method in class com.facebook.buck.features.filegroup.Filegroup
-
- getOutputName() - Method in class com.facebook.buck.features.zip.rules.Zip
-
- getOutputName() - Method in class com.facebook.buck.rules.macros.AbsoluteOutputMacro
-
- getOutputName() - Method in class com.facebook.buck.rules.macros.OutputMacro
-
- getOutputName() - Method in class com.facebook.buck.shell.ExportFile
-
- getOutputName() - Method in class com.facebook.buck.shell.Genrule
-
Get the output name of the generated file, as listed in the BUCK file.
- getOutputName() - Method in class com.facebook.buck.shell.LegacyGenrule
-
Get the output name of the generated file, as listed in the BUCK file.
- getOutputNormalizedString(int) - Method in class com.facebook.buck.android.resources.StringPool
-
- getOutputPath() - Method in class com.facebook.buck.cli.TargetResult
-
- getOutputPath() - Method in class com.facebook.buck.features.apple.projectV2.XcodeProductMetadata
-
- getOutputPath() - Method in class com.facebook.buck.step.fs.ZstdStep
-
- getOutputPath() - Method in class com.facebook.buck.swift.SwiftCompile
-
- getOutputPathResolver() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
-
This field could be used unsafely, most ModernBuildRule should never need this directly and it
should only be used within the getBuildSteps() call.
- getOutputPaths() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
Returns the list (possibly empty) of files created as output of the shell script.
- getOutputPaths() - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getOutputPaths() - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
- getOutputPaths() - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
- getOutputPlist() - Method in class com.facebook.buck.apple.AppleAssetCatalog
-
- getOutputs() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getOutputs() - Method in class com.facebook.buck.core.rules.actions.AbstractAction
-
- getOutputs() - Method in interface com.facebook.buck.core.rules.actions.Action
-
- getOutputs() - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionActionInfo
-
- getOutputSize() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getOutputStream(Artifact, FileAttribute<?>...) - Method in class com.facebook.buck.core.artifact.ArtifactFilesystem
-
- getOutputStream() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
- getOutputStream() - Method in interface com.facebook.buck.io.watchman.Transport
-
Returns an input stream for writing messages.
- getOutputStream() - Method in class com.facebook.buck.io.windowspipe.WindowsNamedPipe
-
- getOutputToInputsMapSupplier(Path, Path) - Method in class com.facebook.buck.android.SplitZipStep
-
- getOutputUrl() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- GetOverlappedResult(WinNT.HANDLE, Pointer, IntByReference, boolean) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
-
- getOverrideSymbolsPath() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
-
- getOverrideSymbolsPath() - Method in class com.facebook.buck.android.IdentityResourcesProvider
-
- getOverrideSymbolsPath() - Method in class com.facebook.buck.android.ResourcesFilter
-
- getOwner() - Method in class com.facebook.buck.core.rules.actions.AbstractAction
-
- getOwner() - Method in interface com.facebook.buck.core.rules.actions.Action
-
- getOwner() - Method in interface com.facebook.buck.core.rules.actions.ActionRegistry
-
- getOwner() - Method in class com.facebook.buck.core.rules.actions.DefaultActionRegistry
-
- getOwner() - Method in interface com.facebook.buck.core.starlark.rule.artifact.SkylarkArtifactApi
-
- getOwnerTyped() - Method in class com.facebook.buck.core.artifact.ImmutableSourceArtifactImpl
- getOwnerTyped() - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- getOwningTarget(Elements, Element) - Method in interface com.facebook.buck.jvm.java.abi.source.api.SourceOnlyAbiRuleInfoFactory.SourceOnlyAbiRuleInfo
-
- getOwningTarget(Element) - Method in class com.facebook.buck.jvm.java.abi.source.FileManagerSimulator
-
- getPackage() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
For R.java
- getPackage() - Method in interface com.facebook.buck.android.AndroidManifestReader
-
- getPackage() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getPackage() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- getPackage() - Method in class com.facebook.buck.android.resources.ResourceTable
-
- getPackage() - Method in class com.facebook.buck.features.haskell.HaskellCompileInput
-
- getPackage() - Method in class com.facebook.buck.features.haskell.HaskellPackageRule
-
- getPackageableCollection() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
-
- getPackageableCollection() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getPackageableRules(Iterable<BuildRule>) - Static method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- getPackageConfigForPlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleConfig
-
Returns the custom packager command specified in the config, if defined.
- getPackageContext() - Method in class com.facebook.buck.skylark.parser.context.ParseContext
-
Returns a context of the package currently being parsed.
- getPackageDb() - Method in class com.facebook.buck.features.haskell.HaskellPackage
-
- getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.Javadoc
-
- getPackagedDependencies() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
-
When published, these will be included in the artifact.
- getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.MavenUberJar
-
- getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
-
- getPackagedRules() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
-
- getPackageElement(Element) - Static method in class com.facebook.buck.jvm.java.lang.model.MoreElements
-
- getPackageElementEvenIfEmpty(Elements, CharSequence) - Static method in class com.facebook.buck.jvm.java.lang.model.MoreElements
-
Get a package by name, even if it has no members.
- getPackageExportedFlags() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
Haskell compilation flags exported from packages.
- getPackageIdentifier() - Method in class com.facebook.buck.skylark.packages.PackageContext
-
Returns a package identifier of the build file that is being parsed.
- getPackageImplicitIncludes() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getPackageImplicitIncludes() - Method in class com.facebook.buck.parser.config.ParserConfig
- getPackageImplicitIncludes() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getPackageInfo(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
-
- getPackageInfo(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
-
- getPackageName() - Method in interface com.facebook.buck.event.external.events.InstallFinishedEventExternalInterface
-
- getPackageName() - Method in class com.facebook.buck.event.InstallEvent.Finished
-
- getPackageName() - Method in class com.facebook.buck.event.UninstallEvent
-
- getPackageName() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPackageName() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getPackageName() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getPackageName() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getPackageName() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- getPackageNameFromSource(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
-
- getPackageNamePrefix(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getPackageNamePrefix() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getPackagePath() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDepsPackage
-
Package path, relative to parse root, usually cell root
- getPackagePath() - Method in class com.facebook.buck.core.model.targetgraph.raw.RawTargetNodeWithDepsPackage
-
Package path, relative to parse root, usually cell root
- getPackagePath() - Method in class com.facebook.buck.parser.targetnode.BuildTargetToRawTargetNodeKey
-
Path to the root of a package that has this
RawTargetNode, relative to parse
root, usually cell root
- getPackagePath() - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildTargetToRawTargetNodeKey
-
Path to the root of a package that has this
RawTargetNode, relative to parse
root, usually cell root
- getPackagePath() - Method in class com.facebook.buck.parser.targetnode.ImmutableRawTargetNodeToRawTargetNodeWithDepsKey
-
Path to the root of a package that has this
RawTargetNode, relative to parse
root, usually cell root
- getPackagePath() - Method in class com.facebook.buck.parser.targetnode.RawTargetNodeToRawTargetNodeWithDepsKey
-
Path to the root of a package that has this
RawTargetNode, relative to parse
root, usually cell root
- getPackagePathFromSource(Path) - Method in class com.facebook.buck.features.project.intellij.lang.java.ParsingJavaPackageFinder.PackagePathResolver
-
Tries to return the package path from a Java source file.
- getPackagePrefix() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- getPackager(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getPackager() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
- getPackager() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getPackageRoots() - Method in class com.facebook.buck.core.parser.BuildPackagePaths
-
Relative paths to folders that are roots for build packages, i.e.
- getPackageRoots() - Method in class com.facebook.buck.core.parser.ImmutableBuildPackagePaths
-
Relative paths to folders that are roots for build packages, i.e.
- getPackagerSource(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getPackages() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
Packages that are transitively used by the exposed packages.
- getPackageStringAssets() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
- getPackageStringAssets() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getPackageStyle() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getPackageStyle() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getPackageStyle() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getPackageStyle() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getPackageStyle() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getPackageType() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getPackageType() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getPackageType() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getPacker() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getPaddedDir(String, int, char) - Static method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
-
- getParallelizeBuild() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
-
- getParallelizer() - Method in interface com.facebook.buck.core.rules.ActionGraphBuilder
-
Returns a parallelizer object that parallelizes if the current BuildRuleResolver supports
parallelism.
- getParallelizer() - Method in class com.facebook.buck.core.rules.resolver.impl.MultiThreadedActionGraphBuilder
-
- getParallelizer() - Method in class com.facebook.buck.core.rules.resolver.impl.RuleAnalysisCompatibleDelegatingActionGraphBuilder
-
- getParameters() - Method in class com.facebook.buck.jvm.java.JavacPluginParams
-
- getParamInfos() - Method in class com.facebook.buck.rules.coercer.ConstructorArgBuilder
-
The param infos needed to populate this object
- getParamInfos() - Method in class com.facebook.buck.rules.coercer.ImmutableConstructorArgBuilder
-
The param infos needed to populate this object
- getParams() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
-
- getParent() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- getParentOrEmpty(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
- getParseContext(Environment, FuncallExpression) - Static method in class com.facebook.buck.skylark.parser.context.ParseContext
-
- getParseDeps() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getParseFinishTimeMs() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getParseProcessedBytes() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getParser() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getParser() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getParser() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getParser() - Method in class com.facebook.buck.cli.ParserAndCaches
-
- getParser() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getParser() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getParserClass() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent
-
- getParserKind() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- getParserKind() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Started
-
- getParserPythonInterpreterPath() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getParserPythonInterpreterPath() - Method in class com.facebook.buck.parser.config.ParserConfig
- getParserState() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getParserTargetThreshold() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getParserTargetThreshold() - Method in class com.facebook.buck.parser.config.ParserConfig
- getParseStartTimeMs() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.ndk.impl.ProviderBackedUnresolvedNdkCxxPlatform
-
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.android.toolchain.ndk.UnresolvedNdkCxxPlatform
-
Returns the parse time deps of this platform.
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.BinaryBuildRuleToolProvider
-
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.ConstantToolProvider
-
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.ErrorToolProvider
-
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.core.toolchain.toolprovider.ToolProvider
-
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
-
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProvider
-
- getParseTimeDeps(TargetConfiguration, CxxPlatform) - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.impl.StaticUnresolvedCxxPlatform
-
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DefaultLinkerProvider
-
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.linker.LinkerProvider
-
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.PosixNmSymbolNameTool
-
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.ProviderBasedUnresolvedCxxPlatform
-
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams
-
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.SymbolNameTool
-
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.UnresolvedCxxPlatform
-
Returns the parse-time deps required for this platform.
- getParseTimeDeps(TargetConfiguration, Iterable<HaskellPlatform>, ImmutableCollection.Builder<BuildTarget>) - Static method in class com.facebook.buck.features.haskell.HaskellDescriptionUtils
-
Accumulate parse-time deps needed by Haskell descriptions in depsBuilder.
- getParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.features.rust.ConfigBasedUnresolvedRustPlatform
-
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.features.rust.UnresolvedRustPlatform
-
Returns the parse-time deps required for this platform.
- getParseTimeDeps(TargetConfiguration) - Method in interface com.facebook.buck.infer.UnresolvedInferPlatform
-
- getParseTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getParts() - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
- getPassed() - Method in interface com.facebook.buck.apple.AbstractIdbTestResult
-
Boolean that shows if the test passed or not
- getPassed() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
Boolean that shows if the test passed or not
- getPassedCount() - Method in class com.facebook.buck.test.TestCaseSummary
-
- getPath() - Method in class com.facebook.buck.android.exopackage.ExopackagePathAndHash
-
- getPath(AbstractAppleBundleDestinations) - Method in enum com.facebook.buck.apple.AppleBundleDestination
-
- getPath() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
- getPath() - Method in class com.facebook.buck.apple.toolchain.AppleToolchain
-
The path to the toolchain.
- getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
- getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
-
- getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- getPath() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getPath(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getPath(String, String, boolean) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getPath() - Method in class com.facebook.buck.core.files.DirectoryListKey
-
- getPath() - Method in class com.facebook.buck.core.files.FileTree
-
- getPath() - Method in class com.facebook.buck.core.files.FileTreeKey
-
- getPath() - Method in class com.facebook.buck.core.files.ImmutableDirectoryListKey
-
- getPath() - Method in class com.facebook.buck.core.files.ImmutableFileTree
-
- getPath() - Method in class com.facebook.buck.core.files.ImmutableFileTreeKey
-
- getPath(String, String...) - Method in class com.facebook.buck.core.filesystems.BuckFileSystem
-
- getPath(URI) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- getPath() - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool
-
The path to the tool.
- getPath() - Method in class com.facebook.buck.cxx.AbstractCxxSource
-
- getPath(String) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getPath() - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
- getPath() - Method in class com.facebook.buck.cxx.CxxSource
-
- getPath() - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
- getPath() - Method in class com.facebook.buck.cxx.OmnibusRoot
-
- getPath() - Method in class com.facebook.buck.event.ParsingEvent.SymlinkInvalidation
-
- getPath() - Method in class com.facebook.buck.features.apple.projectV2.CoreDataResource
-
- getPath() - Method in class com.facebook.buck.features.apple.projectV2.XcconfigBaseConfiguration
-
- getPath() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- getPath() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- getPath(SourcePath) - Method in interface com.facebook.buck.features.project.intellij.model.IjLibraryFactoryResolver
-
Does it get an absolute path? Does it get a relative path? Who knows!
- getPath() - Method in class com.facebook.buck.features.rust.RustLibraryArg
-
- getPath() - Method in class com.facebook.buck.io.file.BorrowablePath
-
- getPath(String, String...) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
Converts a path string (or sequence of strings) to a Path with the same VFS as this instance.
- getPath(String, String...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Converts a path string (or sequence of strings) to a Path with the same VFS as this instance.
- getPath() - Method in class com.facebook.buck.io.filesystem.RecursiveFileMatcher
-
- getPath() - Method in class com.facebook.buck.io.watchman.ImmutableChange
-
Path to a changed file or directory, relative to monitored root (cell root)
- getPath() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanPathEvent
-
Relative path of the actual file the event is about.
- getPath() - Method in class com.facebook.buck.io.watchman.WatchmanMultiplePathEvent.Change
-
Path to a changed file or directory, relative to monitored root (cell root)
- getPath() - Method in class com.facebook.buck.io.watchman.WatchmanPathEvent
-
Relative path of the actual file the event is about.
- getPath() - Method in class com.facebook.buck.maven.Pom
-
- getPath() - Method in class com.facebook.buck.parser.manifest.BuildPackagePathToBuildFileManifestKey
-
- getPath() - Method in class com.facebook.buck.parser.manifest.ImmutableBuildPackagePathToBuildFileManifestKey
-
- getPath() - Method in class com.facebook.buck.parser.targetnode.BuildPackagePathToRawTargetNodePackageKey
-
A path to a package root directory, i.e.
- getPath() - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildPackagePathToRawTargetNodePackageKey
-
A path to a package root directory, i.e.
- getPath() - Method in class com.facebook.buck.query.QueryFileTarget
-
- getPath() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcOutputDirectory
-
- getPath() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcOutputFile
-
- getPath() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.OutputDirectory
-
- getPath() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.OutputFile
-
- getPath() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- getPath() - Method in interface com.facebook.buck.rules.args.HasSourcePath
-
- getPath() - Method in class com.facebook.buck.rules.args.SourcePathArg
-
- getPath(OutputPath) - Method in class com.facebook.buck.rules.modern.OutputPath.Internals
-
- getPath() - Method in class com.facebook.buck.skylark.parser.ExtensionData
-
- getPath() - Method in class com.facebook.buck.skylark.parser.IncludesData
-
- getPath() - Method in class com.facebook.buck.step.fs.MkdirStep
-
- getPath() - Method in class com.facebook.buck.step.fs.RmStep
-
- getPath() - Method in class com.facebook.buck.support.fix.BuckRunSpec
-
The path to the binary to invoke
- getPath() - Method in class com.facebook.buck.support.fix.ImmutableBuckRunSpec
-
The path to the binary to invoke
- getPath() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
-
- getPath() - Method in class com.facebook.buck.util.NamedTemporaryDirectory
-
- getPathElements() - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- getPathForRelativeExistingPath(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getPathForRelativeExistingPath(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getPathForRelativePath(Path) - Method in class com.facebook.buck.edenfs.EdenProjectFilesystemDelegate
-
- getPathForRelativePath(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getPathForRelativePath(String) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getPathForRelativePath(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemDelegate
-
- getPathForRelativePath(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getPathForRelativePath(String) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getPathForRelativePath(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemDelegate
-
- getPathIfJavaLibrary(TargetNode<?>) - Method in interface com.facebook.buck.features.project.intellij.model.IjLibraryFactoryResolver
-
- getPathMapping() - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- getPathMapping() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
- getPathMatcher(String) - Method in class com.facebook.buck.core.filesystems.BuckFileSystem
-
- getPathName() - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpec
-
- getPathOrGlob() - Method in class com.facebook.buck.io.filesystem.ExactPathMatcher
-
- getPathOrGlob() - Method in class com.facebook.buck.io.filesystem.FileExtensionMatcher
-
- getPathOrGlob() - Method in class com.facebook.buck.io.filesystem.GlobPatternMatcher
-
- getPathOrGlob() - Method in interface com.facebook.buck.io.filesystem.PathMatcher
-
Returns a path or glob pattern identifying paths that should be matched by this matcher.
- getPathOrGlob() - Method in class com.facebook.buck.io.filesystem.RecursiveFileMatcher
-
- getPathRelativeToBuildCellRoot() - Method in class com.facebook.buck.io.BuildCellRelativePath
-
- getPathRelativeToProjectRoot(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getPathRelativeToProjectRoot(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getPathResolver() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getPathResolver() - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
- getPathResolver() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getPathResolver() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getPaths() - Method in class com.facebook.buck.core.rules.common.RecordArtifactVerifier
-
- getPaths() - Method in class com.facebook.buck.rules.modern.impl.InputsMapBuilder.Data
-
- getPaths() - Method in class com.facebook.buck.rules.modern.tools.CachedErrors
-
- getPathsChangedInWorkingDirectory() - Method in interface com.facebook.buck.util.versioncontrol.CommonSlowVersionControlStats
-
- getPathsChangedInWorkingDirectory() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
- getPathsChangedInWorkingDirectory() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
-
- getPathSelector() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
- getPathsForArtifact() - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getPathsForArtifact() - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
Returns the recorded output paths of the rule for creating a cache artifact.
- getPathsFromRoot() - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- getPathSourcePath(Path) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getPathSourcePath(Path, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getPathsToThirdPartyJars() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Prebuilt/third-party jars to be included in the package.
- getPathToAdbExecutable() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getPathToArtifactMetadataDirectory(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfo
-
- getPathToBuildMetadataDirectory(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfo
-
- getPathToBuildPrehookScript() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getPathToBuildPrehookScript() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getPathToBuildReport(BuckConfig) - Method in class com.facebook.buck.cli.BuildCommand
-
- getPathToDex() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
-
- getPathToExoResources() - Method in class com.facebook.buck.android.SplitResources
-
- getPathToJavaAgent() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getPathToJavaAgent() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getPathToMergedAssets() - Method in class com.facebook.buck.android.MergeAssets
-
- getPathToMetadataDirectory(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfo
-
Returns the path to a directory where metadata files for a build rule with the specified target
should be stored.
- getPathToOtherMetadataDirectory(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfo
-
- getPathToOutputDir(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.DummyRDotJava
-
- getPathToOutputFile() - Method in class com.facebook.buck.android.AndroidResourceIndex
-
- getPathToPrimaryResources() - Method in class com.facebook.buck.android.SplitResources
-
- getPathToPropertiesFile() - Method in class com.facebook.buck.jvm.java.Keystore
-
- getPathToRDotJava(String) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.AndroidResource
-
- getPathToRDotJavaPackageFile() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
-
- getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.UnzipAar
-
- getPathToRDotTxt() - Method in class com.facebook.buck.android.AaptOutputInfo
-
- getPathToRDotTxt() - Method in class com.facebook.buck.android.SplitResources
-
- getPathToSourcesList() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
- getPathToStore() - Method in class com.facebook.buck.jvm.java.Keystore
-
- getPathToTestExitCode() - Method in class com.facebook.buck.cxx.CxxTest
-
- getPathToTestExitCode() - Method in class com.facebook.buck.features.d.DTest
-
- getPathToTestExitCode() - Method in class com.facebook.buck.features.go.GoTest
-
- getPathToTestOutput() - Method in class com.facebook.buck.cxx.CxxTest
-
- getPathToTestOutput() - Method in class com.facebook.buck.features.d.DTest
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.apple.AppleTest
-
- getPathToTestOutputDirectory() - Method in interface com.facebook.buck.core.test.rule.TestRule
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.cxx.CxxTest
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.features.d.DTest
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.features.go.GoTest
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.features.go.GoTestX
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.features.python.PythonTest
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.features.rust.RustTest
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getPathToTestOutputDirectory() - Method in class com.facebook.buck.shell.ShTest
-
- getPathToTestResults() - Method in class com.facebook.buck.cxx.CxxTest
-
- getPathToTestResults() - Method in class com.facebook.buck.features.go.GoTest
-
- getPathToTestWorkingDirectory() - Method in class com.facebook.buck.features.go.GoTest
-
- getPathToTextSymbolsFile() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- getPathToTextSymbolsFile() - Method in class com.facebook.buck.android.AndroidResource
-
- getPathToTextSymbolsFile() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
-
- getPathToXmlTestOutput() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getPattern() - Method in class com.facebook.buck.core.parser.BuildTargetPatternToBuildPackagePathKey
-
- getPattern() - Method in class com.facebook.buck.core.parser.ImmutableBuildTargetPatternToBuildPackagePathKey
-
- getPattern(ImmutableList<QueryEnvironment.Argument<NODE_TYPE>>) - Method in class com.facebook.buck.query.FilterFunction
-
- getPattern(ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.KindFunction
-
- getPattern() - Method in class com.facebook.buck.query.TargetLiteral
-
- getPattern() - Method in class com.facebook.buck.util.PatternAndMessage
-
- getPatternsAndValues() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
- getPayloadSizeBytes(int) - Method in class com.facebook.buck.slb.HybridThriftResponseHandler
-
Size bytes of the nth payload.
- getPayloadStream(int) - Method in class com.facebook.buck.slb.HybridThriftRequestHandler
-
Fetches the data for one specific payload.
- getPdcFlags() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
-
- getPdcFlags() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
-
- getPdcFlags() - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
-
- getPdcFlags() - Method in class com.facebook.buck.cxx.toolchain.WindowsMl64Compiler
-
- getPendingLogLines() - Method in class com.facebook.buck.event.listener.RenderingConsole
-
- getPerBuildStateFactory() - Method in interface com.facebook.buck.parser.Parser
-
- getPerformRuleKeyConsistencyCheck() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getPerfTimesStats() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getPeriodicCasMultiFetchCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- getPermState() - Method in interface com.facebook.buck.parser.Parser
-
- getPerServerData() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
-
- getPerServerData() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
- getPersistent() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getPersistentWorkerKey() - Method in class com.facebook.buck.rules.macros.WorkerMacroArg
-
- getPersistentWorkerKey() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
If the current invocation allows to have persisted worker pools (buck is running as daemon), it
will be used to obtain the instance of the persisted worker process pool.
- getPersistentWorkerPools() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getPersistentWorkerPools() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getPersistentWorkerPools() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
Worker process pools that are persisted across buck invocations inside buck daemon.
- getPersistentWorkerPools() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getPexExecutor(BuildRuleResolver, TargetConfiguration) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getPexExecutorTarget(TargetConfiguration) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getPexExtension() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getPexFlags() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getPexTarget(TargetConfiguration) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getPexTool(BuildRuleResolver, TargetConfiguration) - Method in class com.facebook.buck.features.python.toolchain.impl.DefaultPexToolProvider
-
- getPexTool(BuildRuleResolver, TargetConfiguration) - Method in interface com.facebook.buck.features.python.toolchain.PexToolProvider
-
- getPhase() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- getPhase() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
-
- getPhysicalDevices() - Method in class com.facebook.buck.apple.simulator.AppleDeviceController
-
- getPicFlags() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
-
- getPicFlags() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
-
- getPicFlags() - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
-
- getPicFlags() - Method in class com.facebook.buck.cxx.toolchain.WindowsMl64Compiler
-
- getPicType() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getPicTypeForSharedLinking() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
nix platforms use PIC object files for shared libraries, while windows doesn't.
- getPid() - Method in class com.facebook.buck.event.CommandEvent
-
- getPid() - Method in class com.facebook.buck.event.InstallEvent.Finished
-
- getPid() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getpid() - Method in interface com.facebook.buck.util.Libc
-
- getPid() - Method in class com.facebook.buck.util.ProcessHelper
-
Gets the native process identifier for the current process.
- getPid(Object) - Method in class com.facebook.buck.util.ProcessHelper
-
Gets the native process identifier for the given process instance.
- getPingEndpoint() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getPingLatencyMillis(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
-
- getPingLatencySampleCount() - Method in class com.facebook.buck.slb.ServerHealthState
-
- getPingRequestCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getPingRequestErrorCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getPingRequestLatencyMillis() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getPingRequestLatencyMillis() - Method in class com.facebook.buck.slb.PerServerPingData
-
- getPingRequestTimeoutCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getPipelinedBuildSteps(BuildContext, BuildableContext, T) - Method in interface com.facebook.buck.core.rules.pipeline.SupportsPipelining
-
Deprecated.
- getPipelinedBuildSteps(BuildContext, ProjectFilesystem, JavacPipelineState, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi.SourceAbiBuildable
-
- getPipelinedBuildSteps(BuildContext, ProjectFilesystem, State, OutputPathResolver, BuildCellRelativePathFactory) - Method in interface com.facebook.buck.rules.modern.PipelinedBuildable
-
- getPipelinedBuildSteps(BuildContext, BuildableContext, State) - Method in class com.facebook.buck.rules.modern.PipelinedModernBuildRule
-
- getPipelinedBuildStepsForAbiJar(BuildTarget, BuildContext, ProjectFilesystem, RecordArtifactVerifier, JavacPipelineState) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getPipelinedBuildStepsForLibraryJar(BuildContext, ProjectFilesystem, RecordArtifactVerifier, JavacPipelineState, Path) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getPipelineStateFactory() - Method in interface com.facebook.buck.core.rules.pipeline.SupportsPipelining
-
Deprecated.
- getPipelineStateFactory() - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- getPipelineStateFactory() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getPlaceholders() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
- getPlatform() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
The apple cxx platform in question.
- getPlatform() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getPlatform() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getPlatform() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getPlatform() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getPlatform() - Method in class com.facebook.buck.core.config.BuckConfig
-
- getPlatform(BuildTarget) - Method in interface com.facebook.buck.core.model.platform.PlatformResolver
-
- getPlatform(BuildTarget) - Method in class com.facebook.buck.core.rules.platform.CachingPlatformResolver
-
- getPlatform(BuildTarget) - Method in class com.facebook.buck.core.rules.platform.CombinedPlatformResolver
-
- getPlatform(BuildTarget) - Method in class com.facebook.buck.core.rules.platform.RuleBasedMultiPlatformResolver
-
- getPlatform(BuildTarget) - Method in class com.facebook.buck.core.rules.platform.RuleBasedPlatformResolver
-
- getPlatform() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getPlatform() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getPlatform() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getPlatform() - Method in interface com.facebook.buck.features.go.HasGoLinkable
-
- getPlatform() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getPlatform() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getPlatform() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getPlatform() - Method in class com.facebook.buck.features.haskell.HaskellHaddockLibRule
-
- getPlatform() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getPlatform() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getPlatform(TargetConfiguration, CxxPlatform) - Method in class com.facebook.buck.features.lua.LuaBuckConfig
-
- getPlatform() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getPlatform() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getPlatform() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getPlatform(String, UnresolvedCxxPlatform, ProcessExecutor) - Method in class com.facebook.buck.features.rust.RustPlatformFactory
-
- getPlatform() - Method in class com.facebook.buck.shell.CrossPlatformTool
-
- getPlatform() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
-
- getPlatform() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
-
- getPlatformBinary() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getPlatformBuildVersion() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
The build version of the platform.
- getPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPlatformCompilerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPlatformCompilerFlags(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPlatformCompilerFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPlatformDeps() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPlatformDeps() - Method in class com.facebook.buck.cxx.CxxDeps
-
- getPlatformDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getPlatformDeps() - Method in interface com.facebook.buck.features.rust.RustCommonArgs
-
- getPlatformDeps() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getPlatformDeps() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getPlatformExe() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
- getPlatformFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
-
Flags that precede flags from #getRuleFlags().
- getPlatformFlags() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
- getPlatformFlags() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
- getPlatformFlavorDomain() - Method in class com.facebook.buck.features.go.AbstractGoToolchain
-
- getPlatformFlavorDomain() - Method in class com.facebook.buck.features.go.GoToolchain
-
- getPlatformHeaderDirs() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getPlatformHeaderDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPlatformHeaders() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPlatformHeaders() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPlatformLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPlatformLinkerFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPlatformName() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
This is likely something like "Google Inc.:Google APIs:21".
- getPlatformName() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
This is likely something like "Google Inc.:Google APIs:21".
- getPlatformName() - Method in class com.facebook.buck.apple.AppleBundle
-
- getPlatformParseTimeDeps(TargetConfiguration) - Method in class com.facebook.buck.cxx.CxxLibraryFactory
-
- getPlatformParseTimeDeps(RustToolchain, BuildTarget, HasDefaultPlatform) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
- getPlatformPath() - Method in class com.facebook.buck.apple.toolchain.AppleSdkPaths
-
Absolute path to tools and files which depend on a particular platform.
- getPlatformPreloadDeps() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getPlatformPreprocessFlags(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPlatformPreprocessorFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPlatformProvider() - Method in interface com.facebook.buck.core.rules.configsetting.ConfigSettingSelectableConfigurationContext
-
- getPlatformProvider() - Method in class com.facebook.buck.parser.AbstractDefaultSelectableConfigurationContext
-
- getPlatformProvider() - Method in class com.facebook.buck.parser.DefaultSelectableConfigurationContext
-
- getPlatformResources() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getPlatformResources() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getPlatforms(CxxBuckConfig, AndroidBuckConfig, ProjectFilesystem, TargetConfiguration, Platform, ToolchainProvider, String) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms
-
- getPlatforms(CxxBuckConfig, AndroidBuckConfig, ProjectFilesystem, Path, TargetConfiguration, NdkCxxPlatformCompiler, NdkCxxRuntime, NdkCxxRuntimeType, Set<String>, Platform) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms
-
- getPlatforms(CxxBuckConfig, AndroidBuckConfig, ProjectFilesystem, Path, TargetConfiguration, NdkCxxPlatformCompiler, NdkCxxRuntime, NdkCxxRuntimeType, Set<String>, Platform, ExecutableFinder, boolean) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms
-
- getPlatforms() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
The set of platforms the profile is valid for.
- getPlatforms(FlavorDomain<UnresolvedCxxPlatform>) - Method in class com.facebook.buck.features.haskell.HaskellPlatformsFactory
-
Maps the cxxPlatforms to corresponding HaskellPlatform.
- getPlatformSharedLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getPlatformSharedLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPlatformSrcs() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getPlatformSrcs() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getPlatformStaticLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getPlatformStaticLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getPlatformStaticPicLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getPlatformStaticPicLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getPlatformTools() - Method in class com.facebook.buck.shell.CrossPlatformTool
-
- getPlatformWhitelist() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
-
- getPlatformWithFlavor(Flavor) - Method in interface com.facebook.buck.cxx.toolchain.ProvidesCxxPlatform
-
- getPluginClassLoader(JavaCompiler.CompilationTask) - Method in interface com.facebook.buck.jvm.java.plugin.api.PluginClassLoaderFactory
-
- getPluginClassLoader(ClassLoaderCache, JavaCompiler.CompilationTask) - Static method in class com.facebook.buck.jvm.java.plugin.PluginLoader
-
Returns a class loader that can be used to load classes from the compiler plugin jar.
- getPluginManager() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getPluginManager() - Method in class com.facebook.buck.cli.AdditionalOptionsCmdLineParser
-
- getPluginManager() - Method in interface com.facebook.buck.cli.Command
-
- getPluginManager() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getPluginManager() - Method in class com.facebook.buck.cli.CommandWithPluginManager
-
- getPluginManager() - Method in class com.facebook.buck.core.description.DescriptionCreationContext
-
- getPluginManager() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
- getPluginName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- getPluginName() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
- getPluginProperties() - Method in class com.facebook.buck.jvm.java.JavacPluginParams
-
- getPlugins() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getPlugins() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getPlugins() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getPluginsOf(BuildRuleResolver, AbstractJavacPluginProperties.Type) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getPlugInsPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getPomTemplate() - Method in class com.facebook.buck.jvm.java.Javadoc
-
- getPomTemplate() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
-
- getPomTemplate() - Method in class com.facebook.buck.jvm.java.MavenUberJar
-
- getPomTemplate() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
-
- getPort() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that represents the port of the device
- getPort() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that represents the port of the device
- getPort() - Method in class com.facebook.buck.distributed.build_slave.CoordinatorModeRunner.AsyncCoordinatorRun
-
- getPort() - Method in class com.facebook.buck.distributed.build_slave.ThriftCoordinatorServer
-
- getPort() - Method in class com.facebook.buck.httpserver.WebServer
-
- getPosixFileMode(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getPosixFileMode(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
getPosixFileMode returns a number corresponding to stat()'s ST_MODE, for use when constructing
tar archives.
- getPosixFilePermissions(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
Returns the set of POSIX file permissions, or the empty set if the underlying file system does
not support POSIX file attributes.
- getPosixFilePermissions(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Returns the set of POSIX file permissions, or the empty set if the underlying file system does
not support POSIX file attributes.
- getPostActions() - Method in class com.facebook.buck.apple.xcode.XCScheme.SchemeAction
-
- getPostBuildSteps(BuildContext) - Method in class com.facebook.buck.apple.AppleDsym
-
- getPostBuildSteps(BuildContext) - Method in interface com.facebook.buck.core.rules.attr.HasPostBuildSteps
-
- getPostBuildSteps(BuildContext) - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getPostCoercionTransform() - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
- getPostCoercionTransform() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepAttribute
-
- getPostCoercionTransform() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepListAttribute
-
- getPostCoercionTransform() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceAttribute
-
- getPostCoercionTransform() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceListAttribute
-
- getPostCoercionValue(String) - Method in interface com.facebook.buck.core.starlark.coercer.SkylarkDescriptionArgBuilder
-
- getPostCoercionValue(String) - Method in class com.facebook.buck.core.starlark.rule.SkylarkDescriptionArg
-
- getPostFilterResourcesCmd() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getPostFilterResourcesCmd() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getPostFilterResourcesCmd() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getPostLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPostLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPostLinkerFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPostPlatformLinkerFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getPostprocessClassesCommands() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getPreActions() - Method in class com.facebook.buck.apple.xcode.XCScheme.SchemeAction
-
- getPreArgfileArgs() - Method in class com.facebook.buck.cxx.toolchain.ClangWindowsCompiler
-
- getPreArgfileArgs() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
-
- getPreArgfileArgs() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
-
- getPrebuiltJar() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
The default value to use if no value is provided.
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.BoolAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepListAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableBoolAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntListAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceListAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringListAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntListAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceListAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringAttribute
-
- getPreCoercionDefaultValue() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringListAttribute
-
- getPrecompiledHeader() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPrecompiledHeader() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPrecompiledHeader() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPrecompiledHeader() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPrecompiledHeader(boolean, PreprocessorDelegate, DependencyAggregation, CxxToolFlags, Function<CxxToolFlags, String>, Function<CxxToolFlags, String>, CxxPlatform, AbstractCxxSource.Type, ImmutableList<String>, ActionGraphBuilder, SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
-
Build a PCH rule, given a cxx_precompiled_header rule.
- getPrecompiledHeader(boolean, PreprocessorDelegate, DependencyAggregation, CxxToolFlags, Function<CxxToolFlags, String>, Function<CxxToolFlags, String>, CxxPlatform, AbstractCxxSource.Type, ImmutableList<String>, ActionGraphBuilder, SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPrefixHeader
-
- getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
NOTE: precompiled_header is incompatible with prefix_header.
- getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPrecompiledHeader(boolean, PreprocessorDelegate, DependencyAggregation, CxxToolFlags, Function<CxxToolFlags, String>, Function<CxxToolFlags, String>, CxxPlatform, AbstractCxxSource.Type, ImmutableList<String>, ActionGraphBuilder, SourcePathResolver) - Method in class com.facebook.buck.cxx.PreInclude
-
- getPrecompiledHeader() - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
NOTE: precompiled_header is incompatible with prefix_header.
- getPrecompiledHeader() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPrecompiledHeader() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPrecompiledHeader() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPrecompiledHeader() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPrecompiledHeaderLanguage() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
-
"Language" type to pass to the compiler in order to generate a precompiled header.
- getPrecomputedHash() - Method in class com.facebook.buck.core.sourcepath.AbstractDefaultBuildTargetSourcePath
-
- getPrecomputedHash() - Method in class com.facebook.buck.core.sourcepath.AbstractExplicitBuildTargetSourcePath
-
- getPrecomputedHash() - Method in class com.facebook.buck.core.sourcepath.AbstractForwardingBuildTargetSourcePath
-
- getPrecomputedHash() - Method in interface com.facebook.buck.core.sourcepath.BuildTargetSourcePath
-
In rare cases, a BuildTargetSourcePath may know a hash of its content on disk before it even
creates its output.
- getPrecomputedHash() - Method in class com.facebook.buck.core.sourcepath.DefaultBuildTargetSourcePath
-
- getPrecomputedHash() - Method in class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath
-
- getPrecomputedHash() - Method in class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath
-
- getPrecomputedWorkCache() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
- getPreDexMerge() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getPreferDependencyTree() - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
- getPreferredLinkage() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPreferredLinkage() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPreferredLinkage() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getPreferredLinkage() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getPreferredLinkage() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getPreferredLinkage() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getPreferredLinkage() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getPreferredLinkage(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getPreferredLinkage() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getPreferredLinkage() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getPreferredLinkage() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getPreferredLinkage() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getPreferredLinkage() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getPreferredLinkage() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPrefixHeader() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
NOTE: prefix_header is incompatible with precompiled_header.
- getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
NOTE: prefix_header is incompatible with precompiled_header.
- getPrefixHeader() - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
File set via -include.
- getPrefixHeader() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPrefixHeader() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPregeneratedVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
-
- getPreInclude() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Get (possibly creating) the
PreInclude instance corresponding to this rule's
prefix_header or
precompiled_header, whichever is applicable, or empty if neither is
used.
- getPreloadDeps() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getPreloadDeps() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getPreloadDeps() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getPreloadLibraries() - Method in class com.facebook.buck.features.python.PythonBinary
-
- getPreprocessDeps() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
- getPreprocessedLanguage() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
-
- getPreprocessJavaClassesBash() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getPreprocessJavaClassesBash() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getPreprocessJavaClassesBash() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getPreprocessJavaClassesBash() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getPreprocessJavaClassesDeps() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getPreprocessJavaClassesDeps() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getPreprocessor(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
-
- getPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
- getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPreprocessorFlags() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPreprocessorInput() - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate.ConfiguredDelegate
-
Defines an additional preprocessor input for the public interface exposed by a target.
- getPreprocessorInputForSwift(BuildTarget, ActionGraphBuilder, CxxPlatform, CxxLibraryDescription.CommonArg) - Method in interface com.facebook.buck.apple.AppleLibrarySwiftDelegate
-
- getPreprocessorInputForSwift(BuildTarget, ActionGraphBuilder, CxxPlatform, CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- getPreprocessorInputsForAppleLibrary(BuildTarget, ActionGraphBuilder, CxxPlatform, AppleNativeTargetDescriptionArg) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
-
Returns transitive preprocessor inputs excluding those from the swift delegate of the given
CxxLibrary.
- getPreprocessorOutputType(AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
-
- getPrereq() - Method in class com.facebook.buck.core.graph.transformation.executor.DepsAwareTask.DepsSupplier
-
- getPreviousBuckCoreKey() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getPreviousRuleInPipeline() - Method in interface com.facebook.buck.core.rules.pipeline.SupportsPipelining
-
Deprecated.
- getPreviousRuleInPipeline() - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- getPreviousRuleInPipeline() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getPrevValue() - Method in interface com.facebook.buck.command.config.ConfigDifference.ConfigChange
-
- getPrevValue() - Method in class com.facebook.buck.command.config.ImmutableConfigChange
-
- getPrimaryApkAssetZips() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
- getPrimaryApkAssetZips() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getPrimaryCert() - Method in class com.facebook.buck.artifact_cache.ClientCertificateHandler.CertificateInfo
-
- getPrimaryDexClassesFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getPrimaryDexClassesFile() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getPrimaryDexPatterns() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getPrimaryDexPatterns() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getPrimaryDexScenarioFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getPrimaryDexScenarioFile() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getPrimaryResourcesApkPath() - Method in class com.facebook.buck.android.AaptOutputInfo
-
- getPrimaryResourcesApkPath() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
- getPrimaryResourcesApkPath() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
- getPrintableName() - Method in enum com.facebook.buck.util.environment.Platform
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getPrivateCxxDeps() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getPrivateCxxDeps() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getPrivateCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.apple.AppleBundle
-
- getPrivateCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxBinary
-
- getPrivateCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getPrivateCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.NativeTestable
-
- getPrivateHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getPrivateHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
When building or creating a project, create symlinks for the public headers if it's true.
- getPrivateHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
When building or creating a project, create symlinks for the public headers if it's true.
- getPrivateHeadersSymlinksSetting() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getPrivateHeaderSymlinkTree() - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate.ConfiguredDelegate
-
Defines an additional private
HeaderSymlinkTree that will be used when compiling the
the library.
- getPrivatePreprocessorInput() - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate.ConfiguredDelegate
-
Defines an additional preprocessor input for the private interface exposed by a target.
- getProbability() - Method in enum com.facebook.buck.android.AndroidInstallConfig.ConcurrentInstall
-
- getProbability() - Method in enum com.facebook.buck.core.graph.transformation.executor.factory.DepsAwareExecutorType
-
- getProbability() - Method in enum com.facebook.buck.distributed.AutoStampedeMode
-
- getProbability() - Method in enum com.facebook.buck.util.randomizedtrial.CommonGroups
-
- getProbability() - Method in interface com.facebook.buck.util.randomizedtrial.WithProbability
-
- getProcessedBytes() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- getProcessedBytes() - Method in class com.facebook.buck.parser.ParseEvent.Finished
-
- getProcessExecutor() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getProcessExecutor() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getProcessExecutor() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getProcessExecutor() - Method in class com.facebook.buck.core.rules.actions.ActionExecutionContext
-
- getProcessExecutor() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
- getProcessExecutor() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
- getProcessExecutor() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
- getProcessExecutor() - Method in class com.facebook.buck.features.go.GoPlatformFactory
-
- getProcessExecutor() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getProcessId() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- getProcessingTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getProcessManager() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getProcessManager() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getProcessOnly() - Method in class com.facebook.buck.jvm.java.JavacPluginParams
-
- getProcessorClass() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
- getProcessorClasses() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
- getProcessorNames() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
- getProcessorNames() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
- getProcessorNames() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
- getProcessResourceConsumption(long) - Method in class com.facebook.buck.util.ProcessHelper
-
Gets resource consumption of the process with the given pid.
- getProcMacro() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getProcMacro() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getProductName() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getProductName() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
-
- getProductName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- getProductReference() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- getProductType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- getProfile() - Method in class com.facebook.buck.json.BuildFilePythonResult
-
- getProfile() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- getProfileAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
-
- getProfiledStaticLibs() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getProfilePath() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
- getProgressValue() - Method in interface com.facebook.buck.event.external.events.ProgressEventInterface
-
- getProgressValue() - Method in class com.facebook.buck.event.ProgressEvent
-
- getProguardAgentPath() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getProguardAgentPath() - Method in class com.facebook.buck.android.ProGuardConfig
-
- getProguardConfig() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.android.AndroidBinary
-
- getProguardConfig() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.android.AndroidBundle
-
- getProguardConfig() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getProguardConfig() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getProguardConfig() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getProguardConfig() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getProguardConfig() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getProguardConfig() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getProguardConfigPath() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getProguardConfigPath() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- getProguardConfigPath(TargetNode<AndroidBinaryDescriptionArg>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactoryResolver
-
- getProguardConfigs() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Proguard configurations to include when running release builds.
- getProguardJar() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getProguardJar() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getProguardJarOverride() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getProguardJarOverride(TargetConfiguration) - Method in class com.facebook.buck.android.ProGuardConfig
-
- getProguardJvmArgs() - Method in class com.facebook.buck.android.AndroidBinary
-
- getProguardJvmArgs() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getProguardJvmArgs() - Method in class com.facebook.buck.android.AndroidBundle
-
- getProguardJvmArgs() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getProguardJvmArgs() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getProguardJvmArgs() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getProguardMaxHeapSize() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getProguardMaxHeapSize() - Method in class com.facebook.buck.android.ProGuardConfig
-
- getProguardTarget(TargetConfiguration) - Method in class com.facebook.buck.android.ProGuardConfig
-
- getProject() - Method in class com.facebook.buck.features.apple.projectV2.WorkspaceAndProjectGenerator.Result
-
- getProject() - Method in class com.facebook.buck.features.apple.projectV2.XCodeProjectCommandHelper.Result
-
- getProjectAddASTPaths() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
If enabled, AST paths to the .swiftmodules will be added as part of the linker invocation.
- getProjectAssets() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getProjectEmbedRuntime() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
If enabled, automatically emebds the Swift runtime if a relevant target depends on any
libraries that use Swift.
- getProjectFilesystem() - Method in interface com.facebook.buck.android.HasInstallableApk
-
- getProjectFilesystem() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- getProjectFilesystem() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getProjectFilesystem() - Method in interface com.facebook.buck.core.rules.BuildRule
-
- getProjectFilesystem() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContext
-
- getProjectFilesystem() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContextWithTargetGraph
-
- getProjectFilesystem() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
- getProjectFilesystem() - Method in class com.facebook.buck.core.rules.ImmutableProviderCreationContext
-
- getProjectFilesystem() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- getProjectFilesystem() - Method in interface com.facebook.buck.core.rules.ProviderCreationContext
-
- getProjectFilesystem() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- getProjectFilesystem() - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
- getProjectFilesystem() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getProjectFilesystem() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
- getProjectFilesystem() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getProjectFilesystem() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getProjectFilesystem() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getProjectFilesystem() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getProjectFilesystem() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getProjectFilesystemFactory() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getProjectFilesystemFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getProjectFilesystemFactory() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getProjectFilesystemFactory() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getProjectFilesystemFactory() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getProjectFilesystemFactory() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getProjectFilesystemFactory() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getProjectJdkName() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getProjectJdkType() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getProjectLanguageLevel() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getProjectPath() - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
- getProjectPath() - Method in class com.facebook.buck.features.apple.project.ProjectGenerator
-
- getProjectPath() - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
- getProjectPaths() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getProjectPrefix() - Method in class com.facebook.buck.io.watchman.ProjectWatch
-
- getProjectQualifiedPath(Path) - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getProjectRelativePath(Path) - Method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getProjectRes() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getProjectRoot() - Method in class com.facebook.buck.edenfs.EdenMount
-
- getProjectRoot() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getProjectRoot() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getProjectRootDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getProjectWatches() - Method in class com.facebook.buck.io.watchman.Watchman
-
- getProjectWMO() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
If enabled, turns on Whole Module Optimization for any targets that contain Swift.
- getProperties() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
- getProperty(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
-
- getProperty(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
-
- getProperty() - Method in class com.facebook.buck.cli.ConfigValue
-
- getPropertyName() - Method in class com.facebook.buck.event.ExperimentEvent
-
- getPropertyValueFromPlistStream(Path, InputStream, String) - Static method in class com.facebook.buck.apple.AppleInfoPlistParsing
-
Extracts a property value from an Info.plist, returning it if present.
- getProtocol() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionClients
-
- getProtocol() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionClients
-
- getProtocol() - Method in class com.facebook.buck.remoteexecution.util.OutOfProcessIsolatedExecutionClients
-
- getProtocolFactory(ThriftProtocol) - Static method in class com.facebook.buck.slb.ThriftUtil
-
- getProtocolVersion() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getProtocolVersion() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getProvided() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getProvidedDeps() - Method in interface com.facebook.buck.core.description.arg.HasProvidedDeps
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDeps
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getProvidedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getProvidedDepsQuery() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getProvidedDepsQuery() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getProvidedDepsQuery() - Method in interface com.facebook.buck.core.description.arg.HasProvidedDepsQuery
-
- getProvidedSharedLibs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getProvider() - Method in class com.facebook.buck.core.rules.providers.impl.BuiltInProviderInfo
-
- getProvider() - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProviderInfo
-
- getProvider() - Method in interface com.facebook.buck.core.rules.providers.ProviderInfo
-
- getProvider() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getProvider() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getProviderBasedPlatform(BuckConfig, Flavor) - Static method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
If the config specifies a value for "toolchain_target", returns a
UnresolvedCxxPlatform
backed by the specified target.
- getProviderForSpec(JavacSpec) - Static method in class com.facebook.buck.jvm.java.ExternalJavacProvider
-
Creates a JavacProvider based on a spec.
- getProviderInfo() - Method in class com.facebook.buck.core.rules.providers.impl.BuiltInProviderInfo
-
- getProviderInfo() - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProviderInfo
-
- getProviderInfo() - Method in interface com.facebook.buck.core.rules.providers.SkylarkProviderInfo
-
- getProviderInfoCollection() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContextWithTargetGraph
-
- getProviderInfoCollection() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
- getProviderInfos() - Method in class com.facebook.buck.core.rules.analysis.impl.LegacyProviderRuleAnalysisResult
-
- getProviderInfos() - Method in interface com.facebook.buck.core.rules.analysis.RuleAnalysisResult
-
- getProviderInfos() - Method in class com.facebook.buck.core.rules.impl.RuleAnalysisLegacyBuildRuleView
-
- getProviderInfos() - Method in class com.facebook.buck.core.starlark.rule.data.SkylarkDependency
-
- getProviders() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepAttribute
-
- getProviders() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepListAttribute
-
- getProviders() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepAttribute
-
- getProviders() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
- getProvisioningProfileByUUID(String) - Method in class com.facebook.buck.apple.toolchain.AbstractProvisioningProfileStore
-
- getProvisioningProfileName() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
The platform name used to match provisioning profiles.
- getProvisioningProfileReadCommand() - Method in class com.facebook.buck.apple.AppleConfig
-
- getProvisioningProfiles() - Method in class com.facebook.buck.apple.toolchain.AbstractProvisioningProfileStore
-
- getProvisioningProfileSearchPath() - Method in class com.facebook.buck.apple.AppleConfig
-
- getProvisioningProfilesSupplier() - Method in class com.facebook.buck.apple.toolchain.AbstractProvisioningProfileStore
-
- getProvisioningProfilesSupplier() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileStore
-
- getProxy() - Method in class com.facebook.buck.file.downloader.impl.DownloadConfig
-
- getProxyType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
-
- getPublicCxxPreprocessorInputExcludingDelegate(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getPublicHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getPublicHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
When building or creating a project, create symlinks for the public headers if it's true.
- getPublicHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
When building or creating a project, create symlinks for the public headers if it's true.
- getPublicHeadersSymlinksSetting() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getPublicIncludeDirectories() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicIncludeDirectories() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicIncludeDirectories() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicIncludeDirectories() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicIncludeDirectories() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicSystemIncludeDirectories() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicSystemIncludeDirectories() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicSystemIncludeDirectories() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicSystemIncludeDirectories() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPublicSystemIncludeDirectories() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
A list of include directories to be added to the compile command for compiling this cxx
target and every target that depends on it.
- getPythonInterpreter() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getPythonInterpreterPath(String) - Method in class com.facebook.buck.features.python.toolchain.impl.PythonInterpreterFromConfig
-
- getPythonInterpreterPath() - Method in class com.facebook.buck.features.python.toolchain.impl.PythonInterpreterFromConfig
-
- getPythonInterpreterPath(String) - Method in interface com.facebook.buck.features.python.toolchain.PythonInterpreter
-
- getPythonInterpreterPath() - Method in interface com.facebook.buck.features.python.toolchain.PythonInterpreter
-
- getPythonModules() - Method in class com.facebook.buck.features.lua.LuaPackageComponents
-
- getPythonModuleSdkName() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getPythonModuleSdkType() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
- getPythonModuleSearchPath() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
Returns the module search path PYTHONPATH to set for the parser, as specified by the
'python_path' key of the 'parser' section.
- getPythonModuleSearchPath() - Method in class com.facebook.buck.parser.config.ParserConfig
-
Returns the module search path PYTHONPATH to set for the parser, as specified by the
'python_path' key of the 'parser' section.
- getPythonModuleSearchPath() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getPythonName() - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- getPythonName() - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- getPythonPackageComponents(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.python.CxxPythonExtension
-
- getPythonPackageComponents(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibrary
-
- getPythonPackageComponents(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.python.PythonLibrary
-
- getPythonPackageComponents(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.features.python.PythonPackagable
-
- getPythonPackageDeps(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibrary
-
- getPythonPackageDeps(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.python.PythonLibrary
-
- getPythonPackageDeps(PythonPlatform, CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.features.python.PythonPackagable
-
- getPythonPath() - Method in class com.facebook.buck.features.python.toolchain.PythonEnvironment
-
- getPythonPlatform() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getPythonPlatform() - Method in class com.facebook.buck.features.python.PythonBinary
-
- getPythonPlatforms() - Method in interface com.facebook.buck.features.python.toolchain.AbstractPythonPlatformsProvider
-
- getPythonPlatforms(ToolchainProvider, PythonBuckConfig, ProcessExecutor, TargetConfiguration) - Method in class com.facebook.buck.features.python.toolchain.impl.PythonPlatformsProviderFactory
-
Constructs set of Python platform flavors given in a .buckconfig file, as is specified by
section names of the form python#{flavor name}.
- getPythonPlatforms() - Method in class com.facebook.buck.features.python.toolchain.PythonPlatformsProvider
-
- getPythonPlatformSections() - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getPythonTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getPythonVersion() - Method in class com.facebook.buck.features.python.toolchain.PythonEnvironment
-
- getQuery() - Method in class com.facebook.buck.rules.macros.QueryMacro
-
- getQuery() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
-
- getQuery() - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
-
- getQuery() - Method in class com.facebook.buck.rules.macros.QueryTargetsAndOutputsMacro
-
- getQuery() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
-
- getQuery() - Method in class com.facebook.buck.rules.query.Query
-
- getQueueLength() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
-
- getQuickLookPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getRageUrl() - Method in interface com.facebook.buck.doctor.config.DoctorJsonResponse
-
- getRageUrl() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorJsonResponse
-
- getRanlib() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getRanlib() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Ranlib binary.
- getRanlib() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getRanlibflags() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getRanlibFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Ranlib flags.
- getRanlibflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getRawConfig() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getRawConfig() - Method in class com.facebook.buck.skylark.packages.PackageContext
-
Returns a raw map of configuration options defined in .buckconfig file and passed
through a --config command line option.
- getRawConfig() - Method in class com.facebook.buck.util.config.Config
-
- getRawConfigForDistBuild() - Method in class com.facebook.buck.util.config.Config
-
- getRawConfigForParser() - Method in class com.facebook.buck.command.config.AbstractConfigIgnoredByDaemon
-
- getRawConfigForParser() - Method in class com.facebook.buck.command.config.ConfigIgnoredByDaemon
- getRawHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Raw headers are headers which are used as they are (via compilation flags).
- getRawHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Raw headers are headers which are used as they are (via compilation flags).
- getRawHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Raw headers are headers which are used as they are (via compilation flags).
- getRawHeaders() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Raw headers are headers which are used as they are (via compilation flags).
- getRawHeaders() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
Raw headers are headers which are used as they are (via compilation flags).
- getRawHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Raw headers are headers which are used as they are (via compilation flags).
- getRawHeaders() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Raw headers are headers which are used as they are (via compilation flags).
- getRawHeaders() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getRawHeaders() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getRawHeaders() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getRawHeaders() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getRawImportLabel() - Method in class com.facebook.buck.parser.implicit.ImplicitInclude
-
- getRawKeys() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
- getRawNodeCache() - Method in class com.facebook.buck.parser.DaemonicParserState
-
- getRawOutput() - Method in class com.facebook.buck.features.go.GoListStep
-
- getRawPexTool(BuildRuleResolver, TargetConfiguration) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getRawResult() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingTask
-
- getRawRules() - Method in class com.facebook.buck.skylark.parser.ParseResult
-
Returns rules organized in a map where a key is a rule name and the value is a map with keys
representing rule parameters and values representing rule arguments.
- getRawSelector() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
-
- getRawSelector() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
-
- getRawSelector() - Method in interface com.facebook.buck.test.selectors.TestSelector
-
- getRawSelectors() - Method in class com.facebook.buck.test.selectors.TestSelectorList
-
- getRawStream() - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- getRawTargetNode() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDeps
-
Raw target node, i.e.
- getRawTargetNode() - Method in class com.facebook.buck.core.model.targetgraph.raw.RawTargetNodeWithDeps
-
Raw target node, i.e.
- getRawTargetNode() - Method in interface com.facebook.buck.core.model.targetgraph.raw.RawTargetNodeWithDeps.RawTargetNodeWithDepsUnwrappedMixin
-
- getRawTargetNode() - Method in class com.facebook.buck.parser.targetnode.ImmutableRawTargetNodeToRawTargetNodeWithDepsKey
-
RawTargetNode which should be translated to
RawTargetNodeWithDeps
- getRawTargetNode() - Method in class com.facebook.buck.parser.targetnode.RawTargetNodeToRawTargetNodeWithDepsKey
-
- getRawTargetNodesWithDeps() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDepsPackage
-
- getRawTargetNodesWithDeps() - Method in class com.facebook.buck.core.model.targetgraph.raw.RawTargetNodeWithDepsPackage
-
- getRawValue(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getRDotJavaBinFolder(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.DummyRDotJava
-
- getRDotJavaBinFolder() - Method in class com.facebook.buck.android.DummyRDotJava
-
- getRDotJavaDir() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
- getRDotJavaFiles() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- getRDotJavaPackage() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- getRDotJavaPackage() - Method in class com.facebook.buck.android.AndroidResource
-
- getRDotJavaPackage() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
-
- getRDotJavaSrcFolder(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.DummyRDotJava
-
- getReadConfigurationOptions() - Method in class com.facebook.buck.skylark.parser.ParseResult
-
Returns all configuration options accessed during parsing of the build file.
- getReadHeaders() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getReadOnlyPaths() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getReadOnlyPaths() - Method in class com.facebook.buck.parser.config.ParserConfig
- getReadTimeoutSeconds() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getReason() - Method in class com.facebook.buck.event.WatchmanStatusEvent.Overflow
-
- getReason() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanOverflowEvent
-
Human-readable message why overflow event is sent
- getReason() - Method in class com.facebook.buck.io.watchman.WatchmanOverflowEvent
-
Human-readable message why overflow event is sent
- getRecord() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getRecordedPaths() - Method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfoRecorder
-
- getRecordedRules() - Method in class com.facebook.buck.skylark.parser.context.ParseContext
-
- getRecursiveTargetNodeDependenciesOfTypes(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, AppleBuildRules.RecursiveDependenciesMode, TargetNode<?>, Optional<ImmutableSet<Class<? extends BaseDescription<?>>>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
- getRecursiveTargetNodeDependenciesOfTypes(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, AppleBuildRules.RecursiveDependenciesMode, TargetNode<?>, Predicate<TargetNode<?>>, Optional<AppleCxxPlatform>) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
- getRecursiveTargetNodeDependenciesOfTypes(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, AppleBuildRules.RecursiveDependenciesMode, TargetNode<?>, ImmutableSet<Class<? extends BaseDescription<?>>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
- getRedex() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getRedex() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getRedex() - Method in class com.facebook.buck.android.redex.RedexOptions
-
- getRedexConfig() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getRedexConfig() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getRedexConfig() - Method in class com.facebook.buck.android.redex.RedexOptions
-
- getRedexExtraArgs() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getRedexExtraArgs() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getRedexExtraArgs() - Method in class com.facebook.buck.android.redex.RedexOptions
-
- getRedexTarget(TargetConfiguration) - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getRedexTool(BuildRuleResolver, TargetConfiguration) - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getRedirectError() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
If present, redirects stderr for the process to this location.
- getRedirectErrorStream() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
- getRedirectInput() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
If present, redirects stdout for the process to this location.
- getRedirectOutput() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
If present, redirects stdin for the process to this location.
- getReferencedFiles(Path) - Method in class com.facebook.buck.cli.TargetsCommand
-
- getReferences() - Method in class com.facebook.buck.rules.modern.tools.CachedErrors
-
- getRefName(int) - Method in class com.facebook.buck.android.resources.ResTablePackage
-
- getRegisteredActionData() - Method in class com.facebook.buck.core.rules.analysis.impl.RuleAnalysisContextImpl
-
- getRegisteredActions() - Method in interface com.facebook.buck.core.rules.analysis.action.ActionAnalysisDataLookUp
-
- getRegisteredActions() - Method in class com.facebook.buck.core.rules.analysis.impl.LegacyProviderRuleAnalysisResult
-
- getRelativeHeaderPath(ProjectFilesystem) - Method in class com.facebook.buck.cxx.PreInclude
-
- getRelativeInputPath(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
- getRelativeModulesDir() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getRelativeModulesDir() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getRelativeNativeLibsDir() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getRelativeOutputPath() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- getRelativeOutputPath() - Method in class com.facebook.buck.features.project.intellij.model.folders.ResourceFolder
-
- getRelativePath() - Method in class com.facebook.buck.core.sourcepath.AbstractPathSourcePath
-
- getRelativePath() - Method in class com.facebook.buck.core.sourcepath.PathSourcePath
-
- getRelativePath(SourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getRelativePath(ProjectFilesystem, SourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getRelativePath(SourcePath) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getRelativePath(ProjectFilesystem, SourcePath) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getRelativePath() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getRelativePath() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getRelativePath(Path, Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Get the path of a file relative to a base directory.
- getRelativePath() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
-
Returns the relative path for the entry.
- getRelativePythonModulesDir() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getRelativePythonModulesDir() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getRelativeResDirectories(ProjectFilesystem, SourcePathResolver) - Method in interface com.facebook.buck.android.FilteredResourcesProvider
-
- getRelinkedLibs() - Method in class com.facebook.buck.android.relinker.NativeRelinker
-
- getRelinkedLibsAssets() - Method in class com.facebook.buck.android.relinker.NativeRelinker
-
- getRelinkerWhitelist() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getRelinkerWhitelist() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getRelinkerWhitelist() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getRemoteArtifactUploadStats() - Method in class com.facebook.buck.event.listener.stats.cache.NetworkStatsTracker
-
Get the current upload stats.
- getRemoteBuckLogPath(String, Path) - Static method in class com.facebook.buck.distributed.DistBuildUtil
-
- getRemoteBuildRuleCompletionNotifier() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getRemoteCacheAccessMode() - Method in class com.facebook.buck.parser.cache.impl.AbstractParserCacheConfig
-
- getRemoteCommand() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getRemoteConfigWithOverride() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getRemoteCoordinatorAddress() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getRemoteCoordinatorPort() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getRemoteCpuTimeMs() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getRemoteCpuTimeMs() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Metadata for total time spent executing actions remotely in millis.
- getRemoteDownloadStats() - Method in class com.facebook.buck.event.listener.stats.cache.NetworkStatsTracker
-
Get the current download stats.
- getRemoteDurationMillis() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Finished
-
- getRemoteErrorMessage() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Finished
-
- getRemoteExecutionService() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionClients
-
- getRemoteExecutionService() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionClients
-
- getRemoteExecutionService() - Method in class com.facebook.buck.remoteexecution.util.OutOfProcessIsolatedExecutionClients
-
- getRemoteFileHashes() - Method in class com.facebook.buck.distributed.RecordedFileHashes
-
- getRemoteGlobalIDString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
-
- getRemoteQueueTimeMs() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getRemoteQueueTimeMs() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Metadata for total time spent queued for executing actions in millis.
- getRemoteResult() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Finished
-
- getRemoteRootCellConfig() - Method in class com.facebook.buck.distributed.DistBuildState
-
The RootCell of the Remote machine.
- getRemoteRunnablePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
-
- getRemoteSandboxDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getRemoteState() - Method in class com.facebook.buck.distributed.DistBuildState
-
- getRemoveClasses() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getRemoveClasses() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getRemoveClasses() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getRemoveEntryPredicate() - Method in class com.facebook.buck.jvm.java.JarParameters
-
- getReorderClassesIntraDex() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getRepoConfigurationFiles(Path) - Static method in class com.facebook.buck.util.config.Configs
-
Gets the repository defined configuration files (excluding configuration directories) that
should be used for parsing the project configuration.
- getRepoCredentials(String) - Method in class com.facebook.buck.file.downloader.impl.DownloadConfig
-
- getReport() - Method in class com.facebook.buck.parser.events.ParseBuckProfilerReportEvent
-
- getReportId() - Method in interface com.facebook.buck.doctor.config.DoctorJsonResponse
-
- getReportId() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
-
- getReportId() - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
- getReportMaxSizeBytes() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getReportMaxSizeBytes() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getReportMaxUploadRetries() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getReportMaxUploadRetries() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getReportSubmitErrorMessage() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
-
- getReportSubmitErrorMessage() - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
- getReportSubmitLocation() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
-
- getReportSubmitLocation() - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
- getReportSubmitMessage() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
-
- getReportSubmitMessage() - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
- getReportTimeoutMs() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getReportTimeoutMs() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getReportUploadPath() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
- getReportUploadPath() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
- getReportUrl() - Method in interface com.facebook.buck.doctor.config.DoctorEndpointRequest
-
- getReportUrl() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointRequest
-
- getRepository() - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- getRepository() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
- getRepository() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getRepository() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getRepository() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getRepository() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getRepository() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getRepository() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getRepository() - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- getRepository() - Method in class com.facebook.buck.log.GlobalStateManager
-
- getRepository() - Method in class com.facebook.buck.log.InvocationInfo
-
- getRepository() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
-
- getRepositoryNameOnDisk(ProjectFilesystem) - Static method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- getRepresentation() - Method in interface com.facebook.buck.rules.visibility.VisibilityPattern
-
Value used in a build file to specify this pattern.
- getRepresentativePlatform() - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
Returns a representative platform for use in retrieving architecture agnostic tools.
- getRequest() - Method in class com.facebook.buck.slb.HybridThriftRequestHandler
-
Get thrift request.
- getRequestCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getRequestDurationMillis() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- getRequestedRuleKey() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
- getRequestErrorCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getRequestLengthBytes() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Request
-
- getRequestProtocol() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
-
- getRequestProtocol() - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
- getRequestSampleCount() - Method in class com.facebook.buck.slb.ServerHealthState
-
- getRequestSizeBytes() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractStoreResult
-
- getRequestSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
- getRequestSizeBytes() - Method in class com.facebook.buck.artifact_cache.StoreResult
-
- getRequestSizeBytes() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getRequestSizeBytes() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
- getRequestSuccessful() - Method in interface com.facebook.buck.doctor.config.DoctorJsonResponse
-
- getRequestSuccessful() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorJsonResponse
-
- getRequestTimeoutCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getRequiredBufferCapacity() - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- getRequiredBuildTarget(String, String, TargetConfiguration) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getRequiredBuildTargets() - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
- getRequiredBuildTargets() - Method in class com.facebook.buck.features.apple.project.ProjectGenerator
-
- getRequiredBuildTargets() - Method in class com.facebook.buck.features.apple.project.WorkspaceAndProjectGenerator
-
- getRequiredBuildTargets() - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
- getRequiredBuildTargets() - Method in class com.facebook.buck.features.apple.projectV2.WorkspaceAndProjectGenerator
-
- getRequiredData() - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionActionInfo
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in interface com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbi
-
- getRequiredForSourceOnlyAbi() - Method in interface com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getRequiredForSourceOnlyAbi() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidResource
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.android.NdkLibrary
-
- getRequiredPackageables(BuildRuleResolver) - Method in interface com.facebook.buck.android.packageable.AndroidPackageable
-
Get the set of packagables that need to be included in any package that includes this object.
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.features.js.JsBundleAndroid
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.features.lua.SystemLuaCxxLibrary
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getRequiredPackageables(BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getRequiredPath(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getRequiredPaths(HasInstallableApk, Optional<Path>, Optional<Path>) - Static method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getRequiredPaths() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getRequiredValue(BuildTarget) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getRes() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- getRes() - Method in class com.facebook.buck.android.AndroidResource
-
- getRes() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getRes() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
-
- getResDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getResDirectories() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
-
- getResDirectories() - Method in class com.facebook.buck.android.IdentityResourcesProvider
-
- getResDirectories() - Method in class com.facebook.buck.android.ResourcesFilter
-
- getResDirectoryForProject(ActionGraphBuilder, TargetNode<AndroidResourceDescriptionArg>) - Static method in class com.facebook.buck.android.AndroidResourceDescription
-
- getReSessionData() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
- getReSessionData() - Method in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory.AbstractBuildData
-
- getReSessionId() - Method in class com.facebook.buck.remoteexecution.event.listener.model.ReSessionData
-
- getReSessionLabel() - Method in class com.facebook.buck.remoteexecution.event.listener.model.ReSessionData
-
- getResolvedCxxPlatforms(BuildRuleResolver, TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.AbstractCxxPlatformsProvider
-
- getResolvedIncludeRoot(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxHeaders
-
- getResolvedNdkCxxPlatforms(BuildRuleResolver) - Method in class com.facebook.buck.android.toolchain.ndk.AbstractNdkCxxPlatformsProvider
-
- getResolvedPath() - Method in class com.facebook.buck.core.sourcepath.AbstractExplicitBuildTargetSourcePath
-
- getResolvedPath() - Method in class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath
-
- getResolvedQuery() - Method in class com.facebook.buck.rules.query.Query
-
- getResourceAllocationFairness() - Method in class com.facebook.buck.core.resources.ResourcesConfig
- getResourceAmountsPerRuleType() - Method in class com.facebook.buck.core.resources.ResourcesConfig
- getResourceApk() - Method in class com.facebook.buck.android.AbstractModuleInfo
-
- getResourceApk() - Method in class com.facebook.buck.android.ModuleInfo
-
- getResourceCompression() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getResourceCompression() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getResourceCompression() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getResourceCompressionMode() - Method in class com.facebook.buck.android.AndroidBinary
-
- getResourceConsumption() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
-
- getResourceDeps() - Method in class com.facebook.buck.android.UnsortedAndroidResourceDeps
-
- getResourceDetails() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
- getResourceDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
-
A list of "res" directories that should be passed to the aapt command to build the APK,
sorted topologically.
- getResourceDirs() - Method in class com.facebook.buck.apple.AppleBundleResources
-
Directories that should be copied into the bundle as directories of files with the same name.
- getResourceFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.JavaResourceFolder
-
- getResourceFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.JavaTestResourceFolder
-
- getResourceFactory() - Method in class com.facebook.buck.features.project.intellij.model.folders.ResourceFolder
-
- getResourceFilePath() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
-
- getResourceFiles() - Method in class com.facebook.buck.apple.AppleBundleResources
-
Files that are copied to the root of the resources subdirectory.
- getResourceFilesByHash(SourcePathResolver, ProjectFilesystem, Stream<ExopackagePathAndHash>) - Static method in class com.facebook.buck.android.exopackage.ResourcesExoHelper
-
Returns a map of hash to path for resource files.
- getResourceFilter() - Method in class com.facebook.buck.android.AndroidBinary
-
- getResourceFilter() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getResourceFilter() - Method in class com.facebook.buck.android.AndroidBundle
-
- getResourceFilter() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getResourceFilterRule() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
-
- getResourceFilterRule() - Method in class com.facebook.buck.android.IdentityResourcesProvider
-
- getResourceFilterRule() - Method in class com.facebook.buck.android.ResourcesFilter
-
- getResourceFolderFactory() - Method in enum com.facebook.buck.features.project.intellij.FolderTypeWithPackageInfo
-
- getResourceFolderType() - Method in class com.facebook.buck.features.project.intellij.model.folders.JavaResourceFolder
-
- getResourceFolderType() - Method in class com.facebook.buck.features.project.intellij.model.folders.JavaTestResourceFolder
-
- getResourceFolderType() - Method in class com.facebook.buck.features.project.intellij.model.folders.ResourceFolder
-
- getResourceIdentifier() - Method in class com.facebook.buck.android.PackagedResource
-
Use this as unique ID for resource when hashing is not enabled
- getResourceName(String, Protocol.Digest) - Static method in class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionClients
-
- getResourcePaths(Collection<SourcePath>) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- getResourcePaths(Collection<SourcePath>, Path) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- getResourcePaths() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- getResourceRef(int) - Method in class com.facebook.buck.android.resources.ResTableType
-
- getResources() - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
-
- getResources() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getResources() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getResources() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getResources() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getResources() - Method in interface com.facebook.buck.features.go.HasGoLinkable
-
- getResources() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
- getResources() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getResources() - Method in interface com.facebook.buck.jvm.core.JavaLibrary
-
- getResources() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getResources() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getResources() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getResources() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getResources() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getResources() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getResources() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getResources() - Method in class com.facebook.buck.jvm.java.ResourcesParameters
-
- getResources() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getResources() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getResources() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
- getResources() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getResources() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
- getResourcesFromDeps() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getResourcesInfo() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
-
- getResourcesParameters() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getResourcesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getResourcesPaths() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
-
- getResourcesRoot() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.features.project.intellij.model.folders.ResourceFolder
-
- getResourcesRoot() - Method in interface com.facebook.buck.jvm.core.JavaLibrary
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getResourcesRoot() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.java.ResourcesParameters
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getResourcesRoot() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getResourcesRootFromFolder(IjFolder) - Method in enum com.facebook.buck.features.project.intellij.model.folders.IjResourceFolderType
-
- getResourcesRootsToResources(JavaPackageFinder, ImmutableSet<Path>) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- getResourcesWithEmptyResButNonEmptyAssetsDir() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
-
- getResourcesWithNonEmptyResDir() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
-
A list of build targets belonging to
AndroidResources with
non-empty "res" directory, sorted topologically.
- getResourceType() - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- getResourceTypeName(ResTablePackage) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- getResourceUnion() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getResourceUnionPackage() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getResourceUnionPackage() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getResourceUnionPackage() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getResourceUnionPackage() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getResourceUnionPackage() - Method in interface com.facebook.buck.android.AndroidLibraryDescription.CoreArg
-
- getResourceUnionPackage() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getResourceUnionPackage() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getResourceVariantFiles() - Method in class com.facebook.buck.apple.AppleBundleResources
-
Resource files with localization variants.
- getResPaths() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
- getResponse() - Method in class com.facebook.buck.slb.HybridThriftResponseHandler
-
The thrift response.
- getResponse() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
-
- getResponseBody() - Method in class com.facebook.buck.util.network.HttpResponse
-
- getResponseSizeBytes() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
-
- getResponseSizeBytes() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractMultiContainsResult
-
- getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
- getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.FetchResult
-
- getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
- getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
- getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.MultiContainsResult
-
- getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
- getResponseSizeBytes() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getResponseSizeBytes() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
- getRestartAdbOnFailure() - Method in class com.facebook.buck.android.exopackage.AbstractAdbConfig
-
- getRestartAdbOnFailure() - Method in class com.facebook.buck.android.exopackage.AdbConfig
- getRestartAllStreamingCalls() - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy
-
- getReStatsProvider() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
- getReStatsProvider() - Method in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory.AbstractBuildData
-
- getResult() - Method in class com.facebook.buck.core.build.engine.BuildEngine.AbstractBuildEngineResult
-
- getResult() - Method in class com.facebook.buck.core.build.engine.BuildEngineResult
-
- getResult() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionHandle
-
- getResultClass() - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- getResultClass() - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- getResultFile(File) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
-
Creates a
File where the report will be created.
- getResultForMatcher(ChromeTraceParser.ChromeTraceEventMatcher<T>, Map<ChromeTraceParser.ChromeTraceEventMatcher<?>, Object>) - Static method in class com.facebook.buck.util.trace.ChromeTraceParser
-
- getResultFuture() - Method in class com.facebook.buck.core.graph.transformation.executor.DepsAwareTask
-
- getResults() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractMultiFetchResult
-
At least one of the results must be non-skipped.
- getResults() - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
-
At least one of the results must be non-skipped.
- getResults() - Method in class com.facebook.buck.command.BuildExecutionResult
-
- getResults() - Method in class com.facebook.buck.core.test.event.IndividualTestEvent.Finished
-
- getResults() - Method in class com.facebook.buck.core.test.event.TestRunEvent.Finished
-
- getResults() - Method in interface com.facebook.buck.event.external.events.IndividualTesEventFinishedExternalInterface
-
- getResults() - Method in interface com.facebook.buck.event.external.events.TestRunFinishedEventInterface
-
- getResultString() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getResultSummaryVerbosity() - Method in class com.facebook.buck.test.config.AbstractTestBuckConfig
-
- getResultTypeClass() - Method in class com.facebook.buck.core.graph.transformation.model.ClassBasedComputationIdentifier
-
- getResultTypeClass() - Method in class com.facebook.buck.core.graph.transformation.model.ComposedComputationIdentifier
-
- getResultTypeClass() - Method in interface com.facebook.buck.core.graph.transformation.model.ComputationIdentifier
-
- getRetrievalTime() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getReusedNodeCount() - Method in class com.facebook.buck.event.ActionGraphEvent.IncrementalLoad
-
- getReverseDeps(Iterable<QueryBuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getReverseDeps(Iterable<NODE_TYPE>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the direct reverse dependencies of the specified targets.
- getReverseDeps(Iterable<NODE_TYPE>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getReverseDeps(Iterable<QueryBuildTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getRevisionIdOffTracked() - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
- getRevisionIdOffTracked() - Method in interface com.facebook.buck.doctor.config.SourceControlInfo
-
- getRevisionTimestampOffTracked() - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
- getRevisionTimestampOffTracked() - Method in interface com.facebook.buck.doctor.config.SourceControlInfo
-
- getRewriteDepsFile() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getRewriteMisc() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getRewriteSourcemap() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getRight() - Method in class com.facebook.buck.util.types.Either
-
Returns the right value.
- getRlib() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getRobolectricLogPath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getRobolectricManifest() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getRobolectricRuntimeDependency() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getRoot() - Method in interface com.facebook.buck.core.cell.Cell
-
- getRoot() - Method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- getRoot() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
-
- getRoot() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- getRoot() - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getRoot() - Method in class com.facebook.buck.cxx.CxxHeaders
-
- getRoot() - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
- getRoot() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- getRoot() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Tree
-
- getRootAPKModule() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Get the APKModule representing the core application that is always included in the apk
- getRootCause(Throwable) - Static method in interface com.facebook.buck.core.exceptions.WrapsException
-
Unwraps exception to the root cause.
- getRootCause() - Method in class com.facebook.buck.util.ErrorLogger.DeconstructedException
-
- getRootCell() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getRootCell() - Method in class com.facebook.buck.distributed.DistBuildState
-
- getRootDirectories() - Method in class com.facebook.buck.core.filesystems.BuckFileSystem
-
- getRootPath() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- getRootPath() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemView
-
- getRootPath() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- getRootPath() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemView
-
- getRootPath() - Method in class com.facebook.buck.rules.modern.DefaultOutputPathResolver
-
- getRootPath() - Method in interface com.facebook.buck.rules.modern.OutputPathResolver
-
Returns a relative path to the root directory for build outputs.
- getRoots() - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
- getRootSourcePath() - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getRotateLog() - Method in class com.facebook.buck.log.LogConfigSetup
-
- getRound() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- getRule() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
- getRule() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.WillBuildLocally
-
- getRule(BuildTarget) - Method in interface com.facebook.buck.core.rules.BuildRuleResolver
-
Returns the BuildRule associated with the buildTarget.
- getRule(BuildTarget) - Method in interface com.facebook.buck.core.rules.config.ConfigurationRuleResolver
-
- getRule(BuildTarget) - Method in class com.facebook.buck.core.rules.config.impl.SameThreadConfigurationRuleResolver
-
- getRule(BuildTarget) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- getRule(SourcePath) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- getRule(BuildTargetSourcePath) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- getRule(SourcePath) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- getRule(BuildTargetSourcePath) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- getRule(SourcePath) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- getRule(BuildTargetSourcePath) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- getRule(String) - Method in class com.facebook.buck.core.starlark.knowntypes.KnownUserDefinedRuleTypes
-
Get a rule based on its name
- getRule() - Method in class com.facebook.buck.core.starlark.rule.SkylarkDescriptionArg
-
Get the
SkylarkDescriptionArg that has information about parameters and the user's
implementation function
- getRuleCacheResult() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult
-
- getRuleCount() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper
-
- getRuleDepsCache() - Method in class com.facebook.buck.core.rulekey.calculator.ParallelRuleKeyCalculator
-
- getRuleDiagGraphFilePath() - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListenerCloseArgs
-
- getRuleDiagKeyFilePath() - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListenerCloseArgs
-
- getRuleFinder() - Method in interface com.facebook.buck.rules.modern.InputRuleResolver.UnsafeInternals
-
- getRuleFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
-
Flags that succeed flags from #getPlatformFlags().
- getRuleFlags() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
- getRuleFlags() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
- getRuleFunctionFactory() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
- getRuleKey() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchRequest
-
- getRuleKey() - Method in class com.facebook.buck.cli.TargetResult
-
- getRuleKey(String) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getRuleKey(String) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
Returns the
RuleKey for the rule whose output is currently stored on disk.
- getRuleKey() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Resumed
-
- getRuleKey() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Suspended
-
- getRuleKey() - Method in class com.facebook.buck.core.rulekey.BuildRuleKeys
-
- getRuleKey() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- getRuleKey() - Method in interface com.facebook.buck.rules.keys.DependencyFileRuleKeyFactory.AbstractRuleKeyAndInputs
-
- getRuleKey() - Method in class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory.Result
-
- getRuleKey() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
- getRuleKeyCacheCheckTimestamps() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getRuleKeyCacheResult() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResultEvent
-
- getRuleKeyCacheScope() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getRuleKeyCaching() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getRuleKeyCaching() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getRuleKeyCalculatedEvents() - Method in class com.facebook.buck.distributed.build_client.BuildRuleEventManager
-
- getRuleKeyCalculator() - Method in class com.facebook.buck.core.build.engine.impl.CachingBuildEngine
-
- getRuleKeyCalculatorFuture() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getRuleKeyConfiguration() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getRuleKeyConfiguration() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getRuleKeyConfiguration() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
- getRuleKeyConfiguration() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
- getRuleKeyConfiguration() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getRuleKeyConfiguration() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getRuleKeyDiagGraphFile() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getRuleKeyDiagGraphFile() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getRuleKeyDiagKeysFile() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getRuleKeyDiagKeysFile() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getRuleKeyDiagnosticsMode() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getRuleKeyDiagnosticsMode() - Method in class com.facebook.buck.core.rulekey.config.AbstractRuleKeyConfig
-
- getRuleKeyLogFilePath() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListenerCloseArgs
-
- getRuleKeyLogFileUploader() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListenerCloseArgs
-
- getRuleKeyLoggerLogFile() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getRuleKeyLoggerLogFile() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getRuleKeys() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- getRuleKeys() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
- getRuleKeys() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
- getRuleKeys() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
- getRuleKeys() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
- getRuleKeys() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
- getRuleKeys() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getRuleKeys() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
-
- getRulekeyTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getRuleName() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- getRuleName() - Method in class com.facebook.buck.distributed.RuleKeyNameAndType
-
- getRuleName() - Method in interface com.facebook.buck.jvm.java.abi.source.api.SourceOnlyAbiRuleInfoFactory.SourceOnlyAbiRuleInfo
-
- getRuleOptional(BuildTarget) - Method in interface com.facebook.buck.core.rules.BuildRuleResolver
-
Returns the BuildRule associated with the given BuildTarget if it is already
present.
- getRuleOptional(BuildTarget) - Method in class com.facebook.buck.core.rules.resolver.impl.MultiThreadedActionGraphBuilder
-
- getRuleOptional(BuildTarget) - Method in class com.facebook.buck.core.rules.resolver.impl.RuleAnalysisCompatibleDelegatingActionGraphBuilder
-
- getRuleOptionalWithType(BuildTarget, Class<T>) - Method in interface com.facebook.buck.core.rules.BuildRuleResolver
-
Returns the BuildRule associated with the given BuildTarget if it is already
present, casting it to an expected type.
- getRuleOptionalWithType(BuildTarget, Class<T>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- getRules() - Method in class com.facebook.buck.android.relinker.NativeRelinker
-
- getRules() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
- getRules() - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
- getRuleScheduleInfo() - Method in interface com.facebook.buck.core.rules.schedule.OverrideScheduleRule
-
- getRuleScheduleInfo() - Method in class com.facebook.buck.cxx.CxxLink
-
- getRuleScheduleInfo() - Method in class com.facebook.buck.cxx.CxxThinLTOIndex
-
- getRulesInGraph(ActionGraphBuilder, Iterable<BuildTarget>) - Static method in class com.facebook.buck.cli.AbstractPerfCommand
-
Gets a list of the rules in the graph reachable from the provided targets.
- getRulesToBuild(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.command.Build
-
* Converts given BuildTargetPaths into BuildRules
- getRulesToExcludeFromDex() - Method in class com.facebook.buck.android.AndroidBinary
-
- getRuleType() - Method in interface com.facebook.buck.cli.ActionGraphSerializer.ActionGraphData
-
- getRuleType() - Method in class com.facebook.buck.cli.ImmutableActionGraphData
-
- getRuleType() - Method in class com.facebook.buck.cli.TargetResult
-
- getRuleType(Class<? extends BaseDescription<?>>) - Static method in class com.facebook.buck.core.description.impl.DescriptionCache
-
- getRuleType(BaseDescription<?>) - Static method in class com.facebook.buck.core.description.impl.DescriptionCache
-
- getRuleType() - Method in class com.facebook.buck.core.model.targetgraph.impl.AbstractImmutableRawTargetNode
-
- getRuleType() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableRawTargetNode
-
- getRuleType() - Method in interface com.facebook.buck.core.model.targetgraph.raw.RawTargetNode
-
The type of a rule.
- getRuleType() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getRuleType(String) - Method in class com.facebook.buck.core.rules.knowntypes.AbstractKnownNativeRuleTypes
-
- getRuleType(String) - Method in class com.facebook.buck.core.rules.knowntypes.HybridKnownRuleTypes
-
Get a
RuleType for either a native or user defined rule, depending on the identifier.
- getRuleType(String) - Method in interface com.facebook.buck.core.rules.knowntypes.KnownRuleTypes
-
Get a
RuleType for either a native or user defined rule, depending on the identifier.
- getRuleType(String) - Method in class com.facebook.buck.core.starlark.knowntypes.KnownUserDefinedRuleTypes
-
- getRuleType() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getRuleType() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getRuleType() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getRuleType() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getRuleType() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- getRuleType() - Method in class com.facebook.buck.distributed.RuleKeyNameAndType
-
- getRuleWithType(BuildTarget, Class<T>) - Method in interface com.facebook.buck.core.rules.BuildRuleResolver
-
Returns the BuildRule associated with the buildTarget, casting it to an
expected type.
- getRuleWithType(BuildTarget, Class<T>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- getRunId() - Method in class com.facebook.buck.distributed.build_slave.MinionHealthTracker.MinionTrackingInfo
-
- getRunId() - Method in class com.facebook.buck.distributed.build_slave.ServerSideBuildSlaveFinishedStatsEvent
-
- getRunId() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
- getRunnablePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
-
- getRunner() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getRunner() - Method in interface com.facebook.buck.core.test.rule.HasTestRunner
-
- getRunner() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getRunner() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getRunTestSeparately() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getRunTestSeparately() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getRuntimeClasspath(BuildContext) - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getRuntimeClasspath(BuildContext) - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getRuntimeDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidBundle
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidInstrumentationApk
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getRuntimeDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.ApkGenrule
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.RobolectricTest
-
- getRuntimeDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.RobolectricTestX
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.android.UnstrippedNativeLibraries
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.apple.AppleBundle
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.apple.AppleDebuggableBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.apple.AppleTest
-
- getRuntimeDeps() - Method in interface com.facebook.buck.cli.ActionGraphSerializer.ActionGraphData
-
- getRuntimeDeps() - Method in class com.facebook.buck.cli.ImmutableActionGraphData
-
- getRuntimeDeps(BuildRule) - Method in class com.facebook.buck.core.build.engine.impl.DefaultRuleDepsCache
-
- getRuntimeDeps(BuildEngineAction) - Method in class com.facebook.buck.core.build.engine.impl.DefaultRuleDepsCache
-
- getRuntimeDeps(BuildRule) - Method in interface com.facebook.buck.core.build.engine.RuleDepsCache
-
- getRuntimeDeps(BuildEngineAction) - Method in interface com.facebook.buck.core.build.engine.RuleDepsCache
-
- getRuntimeDeps(BuildRuleResolver) - Method in interface com.facebook.buck.core.rules.attr.HasRuntimeDeps
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.core.rules.impl.DependencyAggregation
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.core.rules.tool.BinaryWrapperRule
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxTest
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.d.DBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.d.DTest
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.go.GoBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.go.GoTest
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.go.GoTestX
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.lua.LuaBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.ocaml.OcamlBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.python.PythonBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.python.PythonInPlaceBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.python.PythonLibrary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.python.PythonPackagedBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.python.PythonTest
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.features.rust.RustTest
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDeps
-
- getRuntimeDeps() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getRuntimeDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.shell.CommandAlias
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.shell.DefaultWorkerToolRule
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.shell.ExportFile
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.shell.ShBinary
-
- getRuntimeDeps(BuildRuleResolver) - Method in class com.facebook.buck.shell.ShTest
-
- getRuntimeLdflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getRustBinaryFlags() - Method in class com.facebook.buck.features.rust.RustPlatform
-
Get rustc flags for rust_binary() rules.
- getRustcBinaryFlags(String) - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
Get rustc flags for rust_binary() rules.
- getRustcCheckFlags(String) - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
Get rustc flags for #check flavored builds.
- getRustcFlags() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getRustcFlags() - Method in interface com.facebook.buck.features.rust.RustCommonArgs
-
- getRustcFlags() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getRustcFlags() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getRustCheckFlags() - Method in class com.facebook.buck.features.rust.RustPlatform
-
Get rustc flags for #check flavored builds.
- getRustcLibraryFlags(String) - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
Get rustc flags for rust_library() rules.
- getRustCompiler(String) - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
- getRustCompiler() - Method in class com.facebook.buck.features.rust.RustPlatform
-
- getRustcTestFlags(String) - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
Get rustc flags for rust_test() rules.
- getRustLibraryFlags() - Method in class com.facebook.buck.features.rust.RustPlatform
-
Get rustc flags for rust_library() rules.
- getRustLinker(String) - Method in class com.facebook.buck.features.rust.RustBuckConfig
-
- getRustPlatform(RustToolchain, BuildTarget, HasDefaultPlatform) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
- getRustPlatforms() - Method in interface com.facebook.buck.features.rust.AbstractRustToolchain
-
- getRustPlatforms() - Method in class com.facebook.buck.features.rust.RustToolchain
-
- getRustTestFlags() - Method in class com.facebook.buck.features.rust.RustPlatform
-
Get rustc flags for rust_test() rules.
- getSafeApproxOfRemainingWorkUnitsCount() - Method in class com.facebook.buck.distributed.build_client.RemoteExecutionBuildTargetsQueue
-
- getSafeApproxOfRemainingWorkUnitsCount() - Method in interface com.facebook.buck.distributed.build_slave.BuildTargetsQueue
-
- getSafeApproxOfRemainingWorkUnitsCount() - Method in class com.facebook.buck.distributed.build_slave.ReverseDepBuildTargetsQueue
-
- getSampleRate() - Method in class com.facebook.buck.util.SampleRate
-
- getSandboxExecutionStrategy() - Method in class com.facebook.buck.core.description.DescriptionCreationContext
-
- getSanitizeFunction() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
- getSanitizer() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
- getScalac(BuildRuleResolver, TargetConfiguration) - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
-
- getScalacTarget(TargetConfiguration) - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
-
- getScalaLibraryTarget(TargetConfiguration) - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
-
- getScaleStep() - Method in class com.facebook.buck.android.FilterResourcesSteps
-
- getScheduled() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats
-
- getScheduledCount() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteCacheUploadStats
-
- getScheduledExecutor() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getScheduledExecutor() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getScheduledTasks() - Method in class com.facebook.buck.support.bgtasks.AsyncBackgroundTaskManager
-
Return list of currently scheduled (not yet submitted) tasks.
- getScheduler() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getScheduleType() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getScheduleType() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getSchedulingEnvironmentType() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getScheme() - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- getSchemeBuildableTargetNodes(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, TargetNode<?>) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
- getScope() - Method in class com.facebook.buck.features.project.intellij.DependencyEntryData
-
- getScratchDir(ProjectFilesystem, BuildTarget) - Static method in class com.facebook.buck.core.model.impl.BuildPaths
-
Return a path to a file in the buck-out/bin/ directory, formatted with the target short name.
- getScratchDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getScratchDirectory() - Method in class com.facebook.buck.android.SplitResources
-
- getScratchPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.core.model.impl.BuildTargetPaths
-
Deprecated.
Return a path to a file in the buck-out/bin/ directory.
- getScriptFileContents(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- getScriptFilePath(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- getScrubbers() - Method in interface com.facebook.buck.cxx.toolchain.Archiver
-
- getScrubbers() - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
-
- getScrubbers() - Method in class com.facebook.buck.cxx.toolchain.ClangWindowsArchiver
-
- getScrubbers() - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
-
- getScrubbers(ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- getScrubbers(ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- getScrubbers(ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- getScrubbers(ImmutableMap<Path, Path>) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
- getScrubbers() - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
-
- getScubaBuildLogger() - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- getScubaData() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
- getScubaData() - Method in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory.AbstractBuildData
-
- getScubaData() - Method in interface com.facebook.buck.event.listener.scuba.CriticalPathScubaEventFactory.CriticalPathData
-
- getScubaData() - Method in class com.facebook.buck.event.listener.scuba.ImmutableCriticalPathData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfScubaEventFactory.AbstractActionGraphPerfData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory.AbstractBuildData
-
- getScubaListenerData() - Method in interface com.facebook.buck.event.listener.scuba.CriticalPathScubaEventFactory.CriticalPathData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheResultScubaEventFactory.AbstractDistBuildClientCacheData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedScubaEventFactory.AbstractDistBuildCombinedData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveScubaEventFactory.AbstractDistBuildSlaveData
-
- getScubaListenerData() - Method in class com.facebook.buck.event.listener.scuba.ImmutableCriticalPathData
-
- getScubaListenerData() - Method in interface com.facebook.buck.event.listener.scuba.ScubaEventFactory.Data
-
- getSdkName(IjProjectConfig) - Method in enum com.facebook.buck.features.project.intellij.model.IjModuleType
-
- getSdkOrThrow() - Method in class com.facebook.buck.android.toolchain.impl.AndroidSdkDirectoryResolver
-
- getSdkPath() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
- getSdkPath() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
Returns the Apple SDK path.
- getSdkPath() - Method in class com.facebook.buck.apple.toolchain.AppleSdkPaths
-
Absolute path to tools and files which depend on a particular SDK on a particular platform.
- getSdkPathConfigOptionFromSearchOrderEntry(String) - Method in class com.facebook.buck.android.AndroidBuckConfig
-
Given the entry to from the order of search of the Android SDK location returns the name of the
configuration option that contains SDK path if the entry instructs to get that value from
.buckconfig (i.e.
- getSdkPathSearchOrder() - Method in class com.facebook.buck.android.AndroidBuckConfig
-
Defines the order of search of the path to Android SDK.
- getSdkProguardConfig() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getSdkRootPath() - Method in interface com.facebook.buck.android.toolchain.AbstractAndroidSdkLocation
-
- getSdkRootPath() - Method in class com.facebook.buck.android.toolchain.AndroidSdkLocation
-
- getSdkType(IjProjectConfig) - Method in enum com.facebook.buck.features.project.intellij.model.IjModuleType
-
- getSdkVersion() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
The sdk version of the platform.
- getSecond() - Method in class com.facebook.buck.util.types.Pair
-
- getSecondaryDexHeadClassesFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getSecondaryDexHeadClassesFile() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getSecondaryDexTailClassesFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getSecondaryDexTailClassesFile() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getSection() - Method in class com.facebook.buck.cli.ConfigValue
-
- getSection(String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getSection() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
-
- getSection(String) - Method in class com.facebook.buck.util.config.AbstractRawConfig
-
Retrieve a section by name.
- getSectionByIndex(int) - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
-
- getSectionByName(String) - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
-
- getSectionForPlatform(UnresolvedCxxPlatform) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getSectionName(ElfSectionHeader) - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
-
- getSections() - Method in class com.facebook.buck.core.config.BuckConfig
-
- getSectionToEntries() - Method in class com.facebook.buck.util.config.Config
-
- getSeed() - Method in class com.facebook.buck.rules.keys.config.RuleKeyConfiguration
-
The seed of all rule keys.
- getSeedConfigMap() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
- getSelectable(BuildTarget) - Method in class com.facebook.buck.core.rules.config.impl.ConfigurationRuleSelectableResolver
-
- getSelectable() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingRule
-
- getSelectable() - Method in interface com.facebook.buck.core.select.ProvidesSelectable
-
Returns a
Selectable that can be used during evaluation of conditions in a
select
statement.
- getSelectable(BuildTarget) - Method in interface com.facebook.buck.core.select.SelectableResolver
-
- getSelectedVersions() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getSelectedVersions() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getSelectedVersions(BuildTarget) - Method in class com.facebook.buck.versions.TargetNodeTranslator
-
- getSelectors() - Method in class com.facebook.buck.core.select.SelectorList
-
- getSeparator() - Method in class com.facebook.buck.core.filesystems.BuckFileSystem
-
- getSeparator() - Method in class com.facebook.buck.rules.macros.QueryTargetsAndOutputsMacro
-
- getSequenceNumber() - Method in class com.facebook.buck.test.TestResults
-
- getSerializableStats() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper
-
- getSerialNumber() - Method in class com.facebook.buck.android.device.TargetDeviceOptions
-
- getSerialNumber() - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
-
- getSerialNumber() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
-
- getSerialNumber() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
-
- getServedLocalCache() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getServer() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
- getServer() - Method in class com.facebook.buck.slb.PerServerData
-
- getServer() - Method in class com.facebook.buck.slb.PerServerPingData
-
- getServer() - Method in class com.facebook.buck.slb.ServerHealthState
-
- getServerNotHealthyCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getServerPool() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getServerPoolName() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
- getServerPoolName() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
- getService() - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs
-
- getService() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
-
- getServices() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionServiceServer
-
- getSetter() - Method in class com.facebook.buck.rules.coercer.ReflectionParamInfo
-
- getSettings() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
-
- getSetupStepsForBuildable(BuildContext, ProjectFilesystem, Iterable<Path>, ImmutableList.Builder<Step>, OutputPathResolver) - Static method in class com.facebook.buck.rules.modern.ModernBuildRule
-
Gets the steps for preparing the output directories of the build rule.
- getSHA1(String, List<String>) - Method in interface com.facebook.buck.edenfs.EdenClient
-
- getSha1(Path) - Method in class com.facebook.buck.edenfs.EdenMount
-
- getSha1() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
- getSha256() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getSha256() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
- getSharedDepRuntimeLdFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Flags for linking the c/c++ runtime for shared libraries.
- getSharedLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getSharedLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getSharedLibFlag() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- getSharedLibFlag() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- getSharedLibFlag() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- getSharedLibFlag() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
- getSharedLibraries(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getSharedLibraries(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getSharedLibraries(BuildTarget, ProjectFilesystem, BuildRuleParams, CellPathResolver, ActionGraphBuilder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Iterable<? extends NativeLinkTarget>, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.Omnibus
-
An alternate link strategy for languages which need to package native deps up as shared
libraries, which only links native nodes which have an explicit edge from non-native code as
separate, and statically linking all other native nodes into a single giant shared library.
- getSharedLibraries(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- getSharedLibraries(ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- getSharedLibraries(ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo.Delegate
-
- getSharedLibraries(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- getSharedLibraries(ActionGraphBuilder) - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- getSharedLibraryExtension() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getSharedLibraryExtension() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Extension of shared library files.
- getSharedLibraryExtension() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getSharedLibraryInterfaceParams() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getSharedLibraryInterfaces() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getSharedLibraryInterfaceType() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Type of shared library interfaces to create.
- getSharedLibraryLoadingType() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- getSharedLibraryLoadingType() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- getSharedLibraryLoadingType() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- getSharedLibraryLoadingType() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
- getSharedLibraryPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getSharedLibrarySoname(Optional<String>, BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getSharedLibrarySymlinkTreePath(ProjectFilesystem, BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getSharedLibraryVersionedExtensionFormat() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Extension format for versioned shared libraries.
- getSharedLibraryVersionedExtensionFormat() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getSharedLibs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Libraries references in the shared link args above.
- getSharedLibs() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getSharedLink() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
The link arguments to use when linking using the shared link style.
- getSharedRuntimePath() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
Path for the c++ shared runtime to package in the apk.
- getShellCommand(SourcePathResolver, Path) - Method in class com.facebook.buck.cxx.CxxTest
-
- getShellCommand(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
This method is idempotent.
- getShellCommandArgsForDescription(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- getShellCommandArgsForDescription(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.AaptStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.AidlStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.DxStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.InstrumentationStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.NdkBuildStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.redex.ReDexStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.StripStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.ZipalignStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.d.DCompileStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryCompile
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.CGoCompileStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.CGoGenerateImportStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.GoAssembleStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.GoCompileStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.GoLinkStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.GoListStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.GoPackStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.GoTestCoverStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.go.GoTestMainStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.halide.HalideCompilerStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlCCompileStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlDepToolStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlLexStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlMLCompileStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlYaccStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.features.python.PexStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.scala.ScalacStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.BashStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.DefaultShellStep
-
- getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
Implementations of this method should not have any observable side-effects.
- getShellPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
Returns the path to the shell under which the script is to be executed.
- getShellScript() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
- getShortCmdArgsString() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditActionGraphCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditAliasCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditBuildInfoCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditCellCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditClasspathCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditConfigCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditIncludesCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditInputCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditMbrCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditMbrIsolationCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditModulesCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditOwnerCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditRulesCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditRuleTypeCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditRuleTypesCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.AuditTestsCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.BuckCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.BuildCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.CacheCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.CacheDeleteCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.CleanCommand
-
- getShortDescription() - Method in interface com.facebook.buck.cli.Command
-
- getShortDescription() - Method in class com.facebook.buck.cli.DoctorCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.FetchCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.FixCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.HelpCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.InstallCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.KillAllCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.KillCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfActionGraphCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfCasCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfCasDownloadCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfCasUploadCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfManifestCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfMbrCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfMbrPrepareRemoteExecutionCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfMbrSerializationCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PerfRuleKeyCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.ProjectCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.PublishCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.QueryCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.RootCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.RunCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.ServerCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.ServerStatusCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.TargetsCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.TestCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.UnconfiguredQueryCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.UninstallCommand
-
- getShortDescription() - Method in class com.facebook.buck.cli.VerifyCachesCommand
-
- getShortDescription() - Method in enum com.facebook.buck.core.build.engine.BuildRuleSuccessType
-
- getShortDescription() - Method in class com.facebook.buck.features.apple.project.XCodeProjectSubCommand
-
- getShortDescription() - Method in class com.facebook.buck.features.go.GoProjectSubCommand
-
- getShortDescription() - Method in class com.facebook.buck.features.project.intellij.IjProjectSubCommand
-
- getShortDescription() - Method in interface com.facebook.buck.support.cli.args.PluginBasedCommand
-
- getShortDescription() - Method in interface com.facebook.buck.support.cli.args.PluginBasedSubCommand
-
- getShortName() - Method in class com.facebook.buck.android.AabBuilderStep
-
- getShortName() - Method in class com.facebook.buck.android.aapt.MiniAapt
-
- getShortName() - Method in class com.facebook.buck.android.AaptStep
-
- getShortName() - Method in class com.facebook.buck.android.AidlStep
-
- getShortName() - Method in class com.facebook.buck.android.AndroidModuleConsistencyStep
-
- getShortName() - Method in class com.facebook.buck.android.ApkBuilderStep
-
- getShortName() - Method in class com.facebook.buck.android.ApkInstallStep
-
- getShortName() - Method in class com.facebook.buck.android.CompileStringsStep
-
- getShortName() - Method in class com.facebook.buck.android.ConcatStep
-
- getShortName() - Method in class com.facebook.buck.android.dalvik.EstimateDexWeightStep
-
- getShortName() - Method in class com.facebook.buck.android.DxStep
-
- getShortName() - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- getShortName() - Method in class com.facebook.buck.android.GenerateManifestStep
-
- getShortName() - Method in class com.facebook.buck.android.GetStringsFilesStep
-
- getShortName() - Method in class com.facebook.buck.android.InstrumentationStep
-
- getShortName() - Method in class com.facebook.buck.android.IntraDexReorderStep
-
- getShortName() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- getShortName() - Method in class com.facebook.buck.android.NdkBuildStep
-
- getShortName() - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- getShortName() - Method in class com.facebook.buck.android.redex.ReDexStep
-
- getShortName() - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
-
- getShortName() - Method in class com.facebook.buck.android.SmartDexingStep
-
- getShortName() - Method in class com.facebook.buck.android.SplitZipStep
-
- getShortName() - Method in class com.facebook.buck.android.StripStep
-
- getShortName() - Method in class com.facebook.buck.android.WriteAppModuleMetadataStep
-
- getShortName() - Method in class com.facebook.buck.android.ZipalignStep
-
- getShortName() - Method in class com.facebook.buck.apple.IdbRunTestsStep
-
- getShortName() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getShortName() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getShortName() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getShortName() - Method in class com.facebook.buck.core.model.impl.ImmutableUnflavoredBuildTargetView
-
- getShortName() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
The part of the build target name after the colon.
- getShortName() - Method in interface com.facebook.buck.core.model.UnflavoredBuildTargetView
-
- getShortName() - Method in interface com.facebook.buck.core.rules.actions.Action
-
- getShortName() - Method in class com.facebook.buck.core.rules.actions.lib.RunAction
-
- getShortName() - Method in class com.facebook.buck.core.rules.actions.lib.WriteAction
-
- getShortName() - Method in class com.facebook.buck.features.d.DCompileStep
-
- getShortName() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryCompile
-
- getShortName() - Method in class com.facebook.buck.features.go.CGoCompileStep
-
- getShortName() - Method in class com.facebook.buck.features.go.CGoGenerateImportStep
-
- getShortName() - Method in class com.facebook.buck.features.go.GoAssembleStep
-
- getShortName() - Method in class com.facebook.buck.features.go.GoCompileStep
-
- getShortName() - Method in class com.facebook.buck.features.go.GoLinkStep
-
- getShortName() - Method in class com.facebook.buck.features.go.GoListStep
-
- getShortName() - Method in class com.facebook.buck.features.go.GoPackStep
-
- getShortName() - Method in class com.facebook.buck.features.go.GoTestCoverStep
-
- getShortName() - Method in class com.facebook.buck.features.go.GoTestMainStep
-
- getShortName() - Method in class com.facebook.buck.features.halide.HalideCompilerStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlBuildStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlCCompileStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlDebugLauncherStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlDepToolStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlLexStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlMLCompileStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- getShortName() - Method in class com.facebook.buck.features.ocaml.OcamlYaccStep
-
- getShortName() - Method in class com.facebook.buck.features.python.MovePythonWhlDataStep
-
- getShortName() - Method in class com.facebook.buck.features.python.PexStep
-
- getShortName() - Method in class com.facebook.buck.features.python.PythonRunTestsStep
-
- getShortName() - Method in class com.facebook.buck.features.zip.rules.CopyToZipStep
-
- getShortName() - Method in class com.facebook.buck.file.DownloadStep
-
- getShortName() - Method in class com.facebook.buck.json.JsonConcatenateStep
-
- getShortName() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getShortName() - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
-
- getShortName() - Method in class com.facebook.buck.jvm.java.CalculateClassAbiStep
-
- getShortName() - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
-
- getShortName() - Method in class com.facebook.buck.jvm.java.ExternalJavac
-
- getShortName() - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
-
- getShortName() - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
-
- getShortName() - Method in interface com.facebook.buck.jvm.java.Javac
-
- getShortName() - Method in class com.facebook.buck.jvm.java.JavacStep
-
- getShortName() - Method in class com.facebook.buck.jvm.java.Jsr199Javac
-
- getShortName() - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- getShortName() - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- getShortName() - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- getShortName() - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
-
- getShortName() - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
-
- getShortName() - Method in class com.facebook.buck.jvm.scala.ScalacStep
-
- getShortName() - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- getShortName() - Method in class com.facebook.buck.shell.BashStep
-
- getShortName() - Method in class com.facebook.buck.shell.DefaultShellStep
-
- getShortName() - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
-
- getShortName() - Method in class com.facebook.buck.shell.WorkerShellStep
-
- getShortName() - Method in class com.facebook.buck.step.AbstractExecutionStep
-
- getShortName() - Method in class com.facebook.buck.step.AbstractTestStep
-
- getShortName() - Method in class com.facebook.buck.step.ConditionalStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.CopyStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.FileScrubberStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.MakeExecutableStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.MoveStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.StringTemplateStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.SymCopyStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.SymlinkTreeMergeStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.TouchStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.WriteFileStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.XzStep
-
- getShortName() - Method in class com.facebook.buck.step.fs.ZstdStep
-
- getShortName() - Method in class com.facebook.buck.step.impl.ActionExecutionStep
-
- getShortName() - Method in interface com.facebook.buck.step.Step
-
- getShortName() - Method in class com.facebook.buck.unarchive.UntarStep
-
- getShortName() - Method in class com.facebook.buck.unarchive.UnzipStep
-
- getShortName() - Method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Get the short name for the archive type
- getShortName() - Method in class com.facebook.buck.zip.RepackZipEntriesStep
-
- getShortName() - Method in class com.facebook.buck.zip.ZipStep
-
- getShortNameAndFlavorPostfix() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getShortNameAndFlavorPostfix() - Method in interface com.facebook.buck.core.model.BuildTarget
-
If this build target were cell//third_party/java/guava:guava-latest, then this would return
"guava-latest".
- getShortNameAndFlavorPostfix() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getShortNameAndFlavorPostfix() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
The short name with flavors.
- getShortNames() - Static method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Get all available short names
- getShortPath() - Method in class com.facebook.buck.core.artifact.ImmutableSourceArtifactImpl
- getShortPath() - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- getShortPath() - Method in interface com.facebook.buck.core.starlark.rule.artifact.SkylarkArtifactApi
-
- getShortStepName() - Method in interface com.facebook.buck.event.external.events.StepEventExternalInterface
-
- getShortStepName() - Method in class com.facebook.buck.step.StepEvent
-
- getShouldCacheLinks(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getShouldDeleteTemporaries() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
Whether to delete temporary files generated to run a build rule immediately after the rule is
run.
- getShouldDeleteTemporaries() - Method in class com.facebook.buck.command.config.BuildBuckConfig
-
Whether to delete temporary files generated to run a build rule immediately after the rule is
run.
- getShouldDeleteTemporaries() - Method in class com.facebook.buck.core.build.context.BuildContext
-
- getShouldDeleteTemporaries() - Method in class com.facebook.buck.core.rules.actions.ActionExecutionContext
-
- getShouldDeleteTemporaries() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
- getShouldIncludeClasses() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getShouldProduceLibraryArtifact() - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate.ConfiguredDelegate
-
Specifies whether a library artifact (e.g., libName.a) should be produced.
- getShouldProguard() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getShouldRemapHostPlatform() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getShouldUploadToEverstoreLog() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
- getShouldUploadToEverstoreLog() - Method in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory.AbstractBuildData
-
- getShouldUseArgsfile(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getShouldUsedOldBinaryOutputLocation(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getShutdownFullyCompleteFuture() - Method in class com.facebook.buck.util.concurrent.ResourcePool
-
- getSignature(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
-
- getSignature(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
-
- getSimulatorName() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
-
- getSimulators() - Method in class com.facebook.buck.apple.simulator.AppleDeviceController
-
- getSimulatorState() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
- getSimulatorUdidForTest() - Method in class com.facebook.buck.apple.simulator.AppleDeviceController
-
Picks the simulator to be used for testing
- getSize() - Method in class com.facebook.buck.core.model.actiongraph.ActionGraph
-
- getSize() - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- getSize(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- getSize(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
-
- getSize() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getSize() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getSize() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
-
Returns the size of the entry in bytes.
- getSize() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcDigest
-
- getSize() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Digest
-
- getSize(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
-
- getSize(Path) - Method in interface com.facebook.buck.util.cache.FileHashCacheEngine
-
- getSize(Path) - Method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- getSize(Path) - Method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- getSize(ProjectFilesystem, Path) - Method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- getSize(Path) - Method in interface com.facebook.buck.util.hashing.FileHashLoader
-
- getSize(ProjectFilesystem, Path) - Method in interface com.facebook.buck.util.hashing.FileHashLoader
-
- getSize(Path) - Method in class com.facebook.buck.util.hashing.FilePathHashLoader
-
- getSize(Path) - Method in interface com.facebook.buck.util.hashing.ProjectFileHashLoader
-
- getSizeBytes() - Method in class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent.Started
-
- getSizeBytes() - Method in class com.facebook.buck.remoteexecution.event.CasBlobUploadEvent.Started
-
- getSizeIfPresent(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
-
- getSizeIfPresent(Path) - Method in interface com.facebook.buck.util.cache.FileHashCacheEngine
-
- getSkeleton() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
- getSkippedCount() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
-
- getSkippedCount() - Method in class com.facebook.buck.test.TestCaseSummary
-
- getSkipProguard() - Method in class com.facebook.buck.android.AndroidBinary
-
- getSkipProguard() - Method in class com.facebook.buck.android.AndroidBundle
-
- getSkipProguard() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
- getSkipResources() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getSkylarkGlobHandler() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getSkylarkGlobHandler() - Method in class com.facebook.buck.parser.config.ParserConfig
- getSlaveCacheStats() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
- getSlaveStatuses() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent.DistBuildStatus
-
- getSlaveStatuses() - Method in class com.facebook.buck.distributed.ImmutableDistBuildStatus
-
- getSlaveStatuses() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildStatsTracker
-
Gets the current build slave statuses.
- getSlbConfig() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getSlowHeartbeatWarningThresholdMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getSnapshotReferenceImagesPath() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getSnapshots() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
-
- getSoLibsRelDir(BuildTarget) - Static method in class com.facebook.buck.features.haskell.HaskellGhciDescription
-
Give the relative path from the omnibus to its shared library directory.
- getSoName() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
-
- getSoname() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
- getSoname() - Method in enum com.facebook.buck.android.toolchain.ndk.NdkCxxRuntime
-
- getSoname() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getSoname() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getSoname() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getSoname() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getSoname() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getSoname() - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
- getSoname(BuildTarget, CxxPlatform, Optional<String>) - Static method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
-
- getSoname() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getSoname() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getSortedExecutorIds(boolean) - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
-
- getSortedExecutorIds(boolean) - Method in class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
-
- getSortedExecutorIds(boolean) - Method in interface com.facebook.buck.event.listener.MultiStateRenderer
-
- getSortedExecutorIds(boolean) - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
-
- getSortedThreadIds(boolean) - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
-
- getSortOrder() - Method in class com.facebook.buck.features.project.intellij.DependencyEntry
-
- getSource() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getSource() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getSource() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getSource() - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider
-
- getSource() - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
- getSource() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getSource() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getSource() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getSource() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getSource() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getSource() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getSource() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getSource() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getSource() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getSource() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getSourceAbiJar(BuildTarget) - Static method in class com.facebook.buck.jvm.core.JavaAbis
-
- getSourceAbiPath() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
Controls a special verification mode that generates ABIs both from source and from class files
and diffs them.
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getSourceAbiVerificationMode() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getSourceControlInfo() - Method in class com.facebook.buck.doctor.AbstractReport
-
- getSourceControlInfo() - Method in class com.facebook.buck.doctor.DefectReport
-
- getSourceControlInfo() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
-
- getSourceDirs() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- getSourceFile() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
-
- getSourceFileMultiFetchBufferPeriodMs() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getSourceFileMultiFetchMaxBufferSize() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getSourceFilePath() - Method in interface com.facebook.buck.util.zip.collect.FileZipEntrySource
-
- getSourceFilePath() - Method in class com.facebook.buck.util.zip.collect.ImmutableFileZipEntrySource
-
- getSourceFilePath() - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceFromZip
-
Path to the source zip file.
- getSourceFilePath() - Method in interface com.facebook.buck.util.zip.collect.ZipEntrySource
-
Location of a file where source is located.
- getSourceFilePath() - Method in interface com.facebook.buck.util.zip.collect.ZipEntrySourceFromZip
-
Path to the source zip file.
- getSourceFilePaths() - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
- getSourceFiles() - Method in class com.facebook.buck.features.go.GoListStep
-
- getSourceFlags() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
- getSourceFolders() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- getSourceFoldersToInputsIndex(ImmutableCollection<Path>) - Static method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
Calculate the set of directories containing inputs to the target.
- getSourceGroup() - Method in class com.facebook.buck.apple.GroupedSource
-
- getSourceGroupName() - Method in class com.facebook.buck.apple.GroupedSource
-
- getSourceGroupPathRelativeToTarget() - Method in class com.facebook.buck.apple.GroupedSource
-
- getSourceInputPath(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
Returns the original path of the source file relative to its own project root
- getSourceJar() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getSourceJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getSourceJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getSourceJars() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- getSourceLevel() - Method in class com.facebook.buck.jvm.java.AbstractJavacLanguageLevelOptions
-
- getSourceLevel() - Method in class com.facebook.buck.jvm.java.JavacLanguageLevelOptions
-
- getSourcemapPath(JsBundleOutputs) - Static method in class com.facebook.buck.features.js.JsUtil
-
- getSourceOnlyAbiClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDeps
-
- getSourceOnlyAbiDeps() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getSourceOnlyAbiDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getSourceOnlyAbiJar() - Method in interface com.facebook.buck.jvm.core.HasJavaAbi
-
- getSourceOnlyAbiJar(BuildTarget) - Static method in class com.facebook.buck.jvm.core.JavaAbis
-
- getSourceOnlyAbiJar() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getSourceOnlyAbiRuleInfoFactory() - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
- getSourceOnlyAbiRules(ActionGraphBuilder, Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
-
- getSourcePath() - Method in class com.facebook.buck.android.StrippedObjectDescription
-
- getSourcePath() - Method in class com.facebook.buck.apple.AbstractSourcePathWithAppleBundleDestination
-
- getSourcePath() - Method in class com.facebook.buck.apple.GroupedSource
-
- getSourcePath() - Method in class com.facebook.buck.apple.SourcePathWithAppleBundleDestination
-
- getSourcePath() - Method in interface com.facebook.buck.core.artifact.BoundArtifact
-
- getSourcePath() - Method in interface com.facebook.buck.core.artifact.BuildArtifact
-
- getSourcePath() - Method in class com.facebook.buck.core.artifact.ImmutableSourceArtifactImpl
-
- getSourcePath() - Method in interface com.facebook.buck.core.artifact.SourceArtifact
-
- getSourcePath() - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- getSourcePath(String, String, TargetConfiguration) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getSourcePath() - Method in class com.facebook.buck.core.sourcepath.NonHashableSourcePathContainer
-
- getSourcePath() - Method in class com.facebook.buck.core.sourcepath.SourceWithFlags
-
- getSourcePath(Path) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getSourcePath(String, TargetConfiguration) - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getSourcePath() - Method in class com.facebook.buck.features.apple.project.CopyInXcode
-
- getSourcePath() - Method in class com.facebook.buck.features.apple.projectV2.CopyInXcode
-
- getSourcePath(Path) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- getSourcePath() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
- getSourcePath(OutputPath) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
-
This should only be exposed to implementations of the ModernBuildRule, not of the Buildable.
- getSourcePathConverter() - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider
-
- getSourcePathName(BuildTarget, SourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- getSourcePathName(BuildTarget, SourcePath) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.DefaultSourcePathResolver
-
- getSourcePathName(BuildTarget, SourcePath) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getSourcePathNames(BuildTarget, String, Iterable<SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
Resolved the logical names for a group of SourcePath objects into a map, throwing an error on
duplicates.
- getSourcePathNames(BuildTarget, String, Iterable<T>, Predicate<T>, Function<T, SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
Resolves the logical names for a group of objects that have a SourcePath into a map, throwing
an error on duplicates.
- getSourcePathNames(BuildTarget, String, Iterable<SourcePath>) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getSourcePathNames(BuildTarget, String, Iterable<T>, Predicate<T>, Function<T, SourcePath>) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- getSourcePathOutputs() - Method in interface com.facebook.buck.core.build.action.BuildEngineAction
-
- getSourcePathOutputs() - Method in class com.facebook.buck.core.rules.actions.AbstractAction
-
- getSourcePathOutputs() - Method in interface com.facebook.buck.core.rules.actions.Action
-
- getSourcePathOutputs() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- getSourcePathResolver() - Method in class com.facebook.buck.core.build.context.BuildContext
-
- getSourcePathResolver() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- getSourcePathResolver() - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- getSourcePathResolver() - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- getSourcePathResolver() - Method in class com.facebook.buck.core.test.rule.ExternalRunnerTestProtocol
-
- getSourcePathResolver() - Method in class com.facebook.buck.core.test.rule.ImmutableExternalRunnerTestProtocol
-
- getSourcePathResolver() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getSourcePathResolver() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getSourcePaths() - Method in class com.facebook.buck.cxx.FrameworkDependencies
-
- getSourcePathToDepsFile() - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getSourcePathToDepsFile() - Method in interface com.facebook.buck.features.js.JsDependenciesOutputs
-
- getSourcePathToDex() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
-
- getSourcePathToDexFile() - Method in interface com.facebook.buck.android.DexWithClasses
-
- getSourcePathToGeneratedAnnotationPath(BuildTarget, ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getSourcePathToGeneratedRDotJavaSrcFiles() - Method in class com.facebook.buck.android.GenerateRDotJava
-
- getSourcePathToMisc() - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getSourcePathToMisc() - Method in interface com.facebook.buck.features.js.JsBundleOutputs
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSources
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.Aapt2Compile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.Aapt2Link
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AaptPackageResources
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidAar
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidAppModularity
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidAppModularityVerification
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidBinaryExopackageSymlinkTree
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidBuildConfig
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidBundle
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidManifest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidResource
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidResourceIndex
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.AssembleDirectories
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.CopyNativeLibraries
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.DummyRDotJava
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.ExopackageDeviceDirectoryLister
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.ExopackageFilesInstaller
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.ExopackageInstallFinisher
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.ExopackageResourcesInstaller
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.GenAidl
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.GenerateRDotJava
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.GenerateStringResources
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.MergeAssets
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.MergeThirdPartyJarResources
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.NativeLibraryProguardGenerator
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.NdkLibrary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.PackageStringAssets
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.PreDexMerge
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.ResourcesFilter
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.SplitResources
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.StripLinkable
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.UnstrippedNativeLibraries
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.UnzipAar
-
- getSourcePathToOutput() - Method in class com.facebook.buck.android.WriteFileHashCode
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleAssetCatalog
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleBundle
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleDsym
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleTest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.BuiltinApplePackage
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.CoreDataModel
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.MultiarchFile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getSourcePathToOutput() - Method in class com.facebook.buck.apple.SceneKitAssets
-
- getSourcePathToOutput() - Method in interface com.facebook.buck.core.rules.BuildRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.core.rules.impl.DependencyAggregation
-
- getSourcePathToOutput() - Method in class com.facebook.buck.core.rules.impl.NoopBuildRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.core.rules.impl.NoopBuildRuleWithDeclaredAndExtraDeps
-
- getSourcePathToOutput() - Method in class com.facebook.buck.core.rules.impl.RuleAnalysisLegacyBuildRuleView
-
- getSourcePathToOutput() - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getSourcePathToOutput() - Method in class com.facebook.buck.core.rules.impl.WriteStringTemplateRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.Archive
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxLink
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxStrip
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxTest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxThinLTOIndex
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxThinLTOOpt
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
-
- getSourcePathToOutput() - Method in class com.facebook.buck.cxx.toolchain.HeaderSymlinkTreeWithModuleMap
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.d.DBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.d.DCompileBuildRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.d.DTest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.dotnet.CsharpLibrary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibrary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.filegroup.Filegroup
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.go.CGoGenImport
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.go.CGoGenSource
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.go.GoBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.go.GoCompile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.go.GoTest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.go.GoTestCoverSource
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.go.GoTestMain
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.go.GoTestX
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.gwt.GwtBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.gwt.GwtModule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.halide.HalideCompile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.haskell.HaskellBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.haskell.HaskellGhciRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.haskell.HaskellHaddockLibRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.haskell.HaskellHaddockRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.haskell.HaskellLinkRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.haskell.HaskellPackageRule
-
- getSourcePathToOutput() - Method in interface com.facebook.buck.features.js.JsBundleOutputs
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.js.JsDependenciesFile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.js.JsFile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.js.JsLibrary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.lua.LuaBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.lua.LuaStandaloneBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.ocaml.OcamlBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.ocaml.OcamlBuild
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.ocaml.OcamlCCompile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.ocaml.OcamlClean
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.ocaml.OcamlDebugLauncher
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.ocaml.OcamlLink
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.ocaml.OcamlMLCompile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibrary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.python.PythonBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.python.PythonTest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.rust.RustCompileRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.rust.RustTest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.features.zip.rules.Zip
-
- getSourcePathToOutput() - Method in class com.facebook.buck.file.HttpArchive
-
- getSourcePathToOutput() - Method in class com.facebook.buck.file.HttpFile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.file.RemoteFile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.file.WriteFile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.infer.InferNullsafe
-
- getSourcePathToOutput() - Method in class com.facebook.buck.json.JsonConcatenate
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.CalculateClassAbi
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.CalculateSourceAbiFromLibraryTarget
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.CompareAbis
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getSourcePathToOutput(BuildTarget, ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JarFattener
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JarGenrule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.Javadoc
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.Keystore
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.MavenUberJar
-
- getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getSourcePathToOutput() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.shell.ExportFile
-
- getSourcePathToOutput() - Method in class com.facebook.buck.shell.Genrule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.shell.LegacyGenrule
-
- getSourcePathToOutput() - Method in class com.facebook.buck.shell.ShBinary
-
- getSourcePathToOutput() - Method in class com.facebook.buck.swift.SwiftCompile
-
- getSourcePathToPrimaryDex() - Method in class com.facebook.buck.android.PreDexMerge
-
- getSourcePathToResources() - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getSourcePathToResources() - Method in interface com.facebook.buck.features.js.JsBundleOutputs
-
- getSourcePathToSourceMap() - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- getSourcePathToSourceMap() - Method in interface com.facebook.buck.features.js.JsBundleOutputs
-
- getSourcePathToStringAssetsZip() - Method in class com.facebook.buck.android.PackageStringAssets
-
- getSourcePathToSupplementaryOutput(String) - Method in interface com.facebook.buck.core.rules.attr.HasSupplementaryOutputs
-
Returns a SourcePath to a named supplementary output, or null if it does not exist.
- getSourcePathToSupplementaryOutput(String) - Method in interface com.facebook.buck.core.test.rule.TestXRule
-
- getSourcePathToSupplementaryOutput(String) - Method in class com.facebook.buck.cxx.CxxBinary
-
- getSourcePathToSupplementaryOutput(String) - Method in class com.facebook.buck.cxx.CxxLink
-
- getSourcePathToSupplementaryOutput(String) - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getSourceRootFromSource(Path) - Method in class com.facebook.buck.features.project.intellij.lang.java.ParsingJavaPackageFinder.PackagePathResolver
-
Given a file at `a/b/c/D.java`, and full name of the class is `b.c.D`, the source root for
that file is `a`.
- getSources() - Method in class com.facebook.buck.features.d.DIncludes
-
- getSources() - Method in interface com.facebook.buck.jvm.core.HasSources
-
- getSources() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getSources() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- getSources() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
-
- getSources() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getSources() - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceCollection
-
- getSources() - Method in interface com.facebook.buck.util.zip.collect.ZipEntrySourceCollection
-
- getSourceToBootclasspath() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- getSourceTree() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
-
- getSourceTree() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- getSourceTreePath() - Method in class com.facebook.buck.features.apple.projectV2.ProjectFileWriter.Result
-
- getSourceTreePath() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
- getSourceType() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
- getSourceType() - Method in class com.facebook.buck.features.apple.project.CopyInXcode
-
- getSourceType() - Method in class com.facebook.buck.features.apple.projectV2.CopyInXcode
-
- getSourceType() - Method in class com.facebook.buck.features.haskell.HaskellSourceModule
-
- getSourceVersionFromTarget(String) - Static method in class com.facebook.buck.jvm.java.abi.SourceVersionUtils
-
Gets the source version corresponding to the given target string.
- getSourceWithFlags() - Method in class com.facebook.buck.apple.GroupedSource
-
- getSpecs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getSpecs() - Method in class com.facebook.buck.core.test.rule.ExternalRunnerTestProtocol
-
- getSpecs() - Method in interface com.facebook.buck.core.test.rule.HasTestRunner
-
- getSpecs() - Method in class com.facebook.buck.core.test.rule.ImmutableExternalRunnerTestProtocol
-
- getSpecs() - Method in interface com.facebook.buck.core.test.rule.TestXRule
-
- getSpecs() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getSpecs() - Method in class com.facebook.buck.features.go.GoTestX
-
- getSpecs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getSpecs() - Method in class com.facebook.buck.jvm.java.JavaTestX
-
- getSpeculativeParsing() - Method in class com.facebook.buck.parser.AbstractParsingContext
-
Whether speculative parsing is enabled.
- getSpeculativeParsing() - Method in class com.facebook.buck.parser.ParsingContext
-
Whether speculative parsing is enabled.
- getSpellingSuggestions(String, Collection<String>, int) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- getSpoolMode() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- getSQLiteCacheEntries() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheEntries
-
- getSrc() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
- getSrc() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
- getSrcRoots() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getSrcs() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getSrcs() - Method in interface com.facebook.buck.core.description.arg.HasSrcs
-
- getSrcs() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getSrcs() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- getSrcs() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.go.GoLibrary
-
- getSrcs() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getSrcs() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
-
- getSrcs() - Method in class com.facebook.buck.shell.Genrule
-
- getSrcs() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getSrcs() - Method in class com.facebook.buck.shell.LegacyGenrule
-
- getSrcs() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getSrcTarget() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getStack() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getStackSize() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getStacktrace() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
-
- getStackTrace() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
- getStackTrace() - Method in class com.facebook.buck.parser.exceptions.ImmutableParsingError
-
- getStackTrace() - Method in class com.facebook.buck.parser.exceptions.ParsingError
-
- getStacktrace() - Method in class com.facebook.buck.test.TestResultSummary
-
- getStampedeBuildLabel() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
- getStampedeBuildLabel() - Method in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory.AbstractBuildData
-
- getStampedeBuildLabel() - Method in class com.facebook.buck.event.listener.ScubaBuckConfig
-
- getStampedeId() - Method in class com.facebook.buck.distributed.build_client.BuildSlaveStats
-
- getStampedeId() - Method in class com.facebook.buck.distributed.build_client.StampedeBuildClient
-
- getStampedeId() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getStampedeId() - Method in class com.facebook.buck.distributed.build_slave.ServerSideBuildSlaveFinishedStatsEvent
-
- getStampedeId() - Method in class com.facebook.buck.distributed.DistBuildCreatedEvent
-
- getStampedeId() - Method in class com.facebook.buck.distributed.DistBuildRunEvent
-
- getStampedeIdReference() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getStandardDeviation() - Method in class com.facebook.buck.util.Statistics
-
Get the standard deviation.
- getStandardJavacPluginParams() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- getStart() - Method in class com.facebook.buck.event.listener.util.EventInterval
-
- getStarted() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats
-
- getStartedEvent() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- getStartedEvent() - Method in class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent.Finished
-
- getStartedEvent() - Method in class com.facebook.buck.remoteexecution.event.CasBlobUploadEvent.Finished
-
- getStartedEvent() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Finished
-
- getStartedEvent() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Finished
-
- getStartedEvent() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionSessionEvent.Finished
-
- getStartedTimeStamp() - Method in class com.facebook.buck.event.ArtifactCompressionEvent.Finished
-
Returns the timestamp of corresponding started event
- getStarter() - Method in class com.facebook.buck.features.lua.LuaBinaryPackageComponents
-
- getStarterType() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
- getStartEvent() - Method in class com.facebook.buck.event.listener.TimeCostEntry
-
- getStartGcTime() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
Get garbage collection total time by the moment command starts
- getStartIndex() - Method in class com.facebook.buck.core.macros.MacroMatchResult
-
- getStartupCommand() - Method in class com.facebook.buck.rules.macros.WorkerMacroArg
-
- getStartupCommand() - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Command that is used to start the worker job, e.g.
- getStartupEnvironment() - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Environment that will be used to start the worker tool.
- getState() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that represents the state of the device (i.e., "Booted", "Shutdown", etc)
- getState() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that represents the state of the device (i.e., "Booted", "Shutdown", etc)
- getState() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getState() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getState() - Method in class com.facebook.buck.distributed.DistBuildCellIndexer
-
- getState() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Started
-
- getState() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Terminal
-
- getStateCount(RemoteExecutionActionEvent.State) - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getStateMetadata() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Terminal
-
- getStateWaitingMetadata() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Terminal
-
- getStaticallyResolvedInstance() - Method in class com.facebook.buck.android.toolchain.ndk.impl.StaticUnresolvedNdkCxxPlatform
-
- getStaticDepRuntimeLdFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Flags for linking the c/c++ runtime for static libraries.
- getStaticLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getStaticLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getStaticLibraryBasename() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getStaticLibraryBasename() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getStaticLibraryBasename() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getStaticLibraryBasename(BuildTarget, String, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getStaticLibraryBasename() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getStaticLibraryBasename() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getStaticLibraryExtension() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getStaticLibraryExtension() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Extension for static library files.
- getStaticLibraryExtension() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getStaticLibraryName(BuildTarget, Optional<String>, String, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getStaticLibraryName(BuildTarget, Optional<String>, String, String, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
Returns static library name
- getStaticLibs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Libraries references in the static link args above.
- getStaticLibs() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getStaticLink() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
The link arguments to use when linking using the static link style.
- getStaticPicDepRuntimeLdFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Flags for linking the c/c++ runtime for static-pic libraries.
- getStaticPicLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getStaticPicLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getStaticPicLibs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Libraries references in the static-pic link args above.
- getStaticPicLink() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
The link arguments to use when linking using the static-pic link style.
- getStats() - Method in class com.facebook.buck.core.build.engine.manifest.Manifest
-
- getStats() - Method in class com.facebook.buck.event.CacheStatsEvent
-
- getStats() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper
-
- getStats() - Method in class com.facebook.buck.rules.keys.TrackedRuleKeyCache
-
- getStatsEvents() - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
-
- getStatsEvents() - Method in interface com.facebook.buck.util.cache.FileHashCacheEngine
-
- getStatsEvents() - Method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- getStatsEvents() - Method in class com.facebook.buck.util.cache.impl.StatsTrackingFileHashCacheEngine
-
- getStatus() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
- getStatus() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getStatus() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent.DistBuildStatus
-
- getStatus() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
-
- getStatus() - Method in class com.facebook.buck.distributed.ImmutableDistBuildStatus
-
- getStatus() - Method in class com.facebook.buck.distributed.StampedeLocalBuildStatusEvent
-
- getStatus() - Method in interface com.facebook.buck.doctor.config.DoctorSuggestion
-
- getStatus() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorSuggestion
-
- getStatus() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
- getStatusPollIntervalMillis() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getStdErr() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getStdErr() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getStdErr() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult.ActionExecutionFailure
-
- getStdErr() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult.ActionExecutionSuccess
-
- getStdErr() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult
-
- getStdErr() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionFailure
-
- getStdErr() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionSuccess
-
- getStderr(ProcessExecutor.Result) - Method in class com.facebook.buck.cxx.toolchain.ClangClCompiler
-
- getStderr(ProcessExecutor.Result) - Method in interface com.facebook.buck.cxx.toolchain.Compiler
-
- getStderr(ProcessExecutor.Result) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
-
- getStderr(ProcessExecutor.Result) - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
-
- getStderr(ProcessExecutor.Result) - Method in class com.facebook.buck.cxx.toolchain.WindowsMl64Compiler
-
- getStdErr() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
-
- getStdErr() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getStderr() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionResult
-
- getStderr() - Method in class com.facebook.buck.shell.ShellStep
-
- getStderr() - Method in class com.facebook.buck.step.ImmutableStepExecutionResult
-
- getStderr() - Method in interface com.facebook.buck.step.StepExecutionResult
-
- getStdErr() - Method in class com.facebook.buck.test.TestResultSummary
-
- getStdErr() - Method in class com.facebook.buck.util.Console
-
- getStderr() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
-
Input stream that maps into stderr of the process.
- getStderr() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
-
- getStderr() - Method in class com.facebook.buck.util.ProcessExecutor.Result
-
- getStderr() - Method in class com.facebook.buck.worker.WorkerJobResult
-
- getStderrContents() - Method in class com.facebook.buck.jvm.java.JavacPipelineState
-
- getStdErrLogLevel() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getStdErrLogLevel() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getStdErrLogLevel() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getStdErrLogLevel() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getStdErrLogLevel() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getStdErrLogLevel() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getStdErrLogLevel() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getStdErrPath() - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Path to file where stderr can be written out.
- getStdIn() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getStdIn() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getStdin(ExecutionContext) - Method in class com.facebook.buck.features.python.PexStep
-
Return the manifest as a JSON blob to write to the pex processes stdin.
- getStdin(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
- getStdin() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
-
Output stream that maps into stdin of the process.
- getStdin() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
-
- getStdlibPath(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- getStdlibPath(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- getStdlibPath(SourcePathResolver) - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
-
- getStdOut() - Method in class com.facebook.buck.cli.AbstractProjectGeneratorParameters
-
- getStdOut() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getStdOut() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult.ActionExecutionFailure
-
- getStdOut() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult.ActionExecutionSuccess
-
- getStdOut() - Method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult
-
- getStdOut() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionFailure
-
- getStdOut() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionSuccess
-
- getStdOut() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
-
- getStdout() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionResult
-
- getStdout() - Method in class com.facebook.buck.shell.ShellStep
-
- getStdOut() - Method in class com.facebook.buck.test.TestResultSummary
-
- getStdOut() - Method in class com.facebook.buck.util.Console
-
- getStdout() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
-
Input stream that maps into stdout of the process.
- getStdout() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
-
- getStdout() - Method in class com.facebook.buck.util.ProcessExecutor.Result
-
- getStdout() - Method in class com.facebook.buck.worker.WorkerJobResult
-
- getStdoutContents() - Method in class com.facebook.buck.jvm.java.JavacPipelineState
-
- getStdOutLogLevel() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getStdOutLogLevel() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getStdOutLogLevel() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getStdOutLogLevel() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getStdOutLogLevel() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getStdOutLogLevel() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getStdOutLogLevel() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getStdOutPath() - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Path to file where stdout can be written out.
- getStep() - Method in exception com.facebook.buck.step.StepFailedException
-
- getSteps() - Method in class com.facebook.buck.cli.TestRun
-
- getSteps(BuildContext, Path, Path) - Method in interface com.facebook.buck.cxx.LinkOutputPostprocessor
-
- getStore() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
- getStoreBuilder() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
-
- getStoreClient() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getStoreData() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- getStoreFuture() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStoreResult
-
- getStorepass() - Method in class com.facebook.buck.android.KeystoreProperties
-
- getStoreRequestLogger() - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListenerCloseArgs
-
- getStoreRetryIntervalMillis() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getStoreType() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- getStoreType() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
- getStrategy() - Method in class com.facebook.buck.remoteexecution.event.listener.model.ReSessionData
-
- getStrategyConfig() - Method in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
- getStrategyResult() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
- getStrategyResult() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getStream() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
- getStreamForPayload(int) - Method in class com.facebook.buck.slb.HybridThriftResponseHandler
-
Where to write the nth payload bytes to.
- getStreamingWebSocketServlet() - Method in class com.facebook.buck.httpserver.WebServer
-
- getStreamLogFilePath(String, String, Path) - Static method in class com.facebook.buck.distributed.DistBuildUtil
-
- getStrict() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
If true, the GWT Compiler's -strict flag will be set.
- getString(int) - Method in class com.facebook.buck.android.resources.StringPool
-
- getStringCount() - Method in class com.facebook.buck.android.resources.StringPool
-
- getStringFiles() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
-
- getStringFiles() - Method in class com.facebook.buck.android.IdentityResourcesProvider
-
- getStringFiles() - Method in class com.facebook.buck.android.ResourcesFilter
-
- getStringOrEnvironmentVariable(BuckConfig, String, String) - Static method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getStrings() - Method in class com.facebook.buck.android.resources.ResourcesXml
-
- getStrings() - Method in class com.facebook.buck.android.resources.ResourceTable
-
- GetStringsFilesStep - Class in com.facebook.buck.android
-
Generates a list of strings.xml files
- getStringToFilter(QueryEnvironment<NODE_TYPE>, ImmutableList<QueryEnvironment.Argument<NODE_TYPE>>, QueryTarget) - Method in class com.facebook.buck.query.FilterFunction
-
- getStringToFilter(QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>, T) - Method in class com.facebook.buck.query.KindFunction
-
- getStringWithMacrosArgsConverter(BuildTarget, CellPathResolver, ActionGraphBuilder, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- getStrip() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getStrip() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Strip binary.
- getStrip() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getStripFlags() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Strip flags.
- getStripFlags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getStrippedObjectName() - Method in class com.facebook.buck.android.StrippedObjectDescription
-
- getStripPrefix() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getStripStyle() - Method in class com.facebook.buck.cxx.CxxStrip
-
- getStripToolArgs() - Method in enum com.facebook.buck.cxx.toolchain.StripStyle
-
- getStrongFingerprint(ProjectFilesystem, ImmutableSortedSet<String>, FileHashLoader) - Static method in class com.facebook.buck.parser.cache.impl.Fingerprinter
-
Calculates a strong fingerprint.
- getStub() - Method in interface com.facebook.buck.remoteexecution.grpc.GrpcHeaderHandler.StubAndResponseMetadata
-
- getStubBinary() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getStubBinaryPath() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- getStubsDir() - Method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- getStyle() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
This will be passed to the GWT Compiler's -style flag.
- getSubcommand() - Method in class com.facebook.buck.cli.AbstractContainerCommand
-
- getSubcommand() - Method in class com.facebook.buck.cli.AuditCommand
-
- getSubcommand() - Method in class com.facebook.buck.cli.AuditMbrCommand
-
- getSubcommand() - Method in class com.facebook.buck.cli.BuckCommand
-
- getSubcommand() - Method in class com.facebook.buck.cli.PerfCasCommand
-
- getSubcommand() - Method in class com.facebook.buck.cli.PerfCommand
-
- getSubcommand() - Method in class com.facebook.buck.cli.PerfMbrCommand
-
- getSubcommand() - Method in class com.facebook.buck.cli.ServerCommand
-
- getSubCommand() - Method in class com.facebook.buck.log.InvocationInfo
-
- getSubCommandNameForLogging() - Method in class com.facebook.buck.cli.BuckCommand
-
- getSubCommands() - Method in class com.facebook.buck.cli.ProjectCommand
-
- getSubCommands() - Method in interface com.facebook.buck.support.cli.args.PluginBasedCommand
-
- getSubcommandsFieldName() - Method in class com.facebook.buck.cli.AbstractContainerCommand
-
- getSubgraph(Iterable<? extends TargetNode<? extends T>>) - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
Get the subgraph of the the current graph containing the passed in roots and all of their
transitive dependencies as nodes.
- getSubjectCommonName() - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentity
-
Returns the full name of the identity.
- getSuccessCount() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteCacheUploadStats
-
- getSuccessfullyConstructedBuildRules() - Method in interface com.facebook.buck.core.rules.ActionGraphBuilder
-
- getSuccessfullyConstructedBuildRules() - Method in class com.facebook.buck.core.rules.resolver.impl.MultiThreadedActionGraphBuilder
-
- getSuccessfullyConstructedBuildRules() - Method in class com.facebook.buck.core.rules.resolver.impl.RuleAnalysisCompatibleDelegatingActionGraphBuilder
-
- getSuccessOptional() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
- getSuccessType() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getSuccessTypeName() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getSuccessUploadCount() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getSuggestion() - Method in interface com.facebook.buck.doctor.config.DoctorSuggestion
-
- getSuggestion() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorSuggestion
-
- getSuggestions() - Method in interface com.facebook.buck.doctor.config.DoctorEndpointResponse
-
- getSuggestions() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointResponse
-
- getSuggestions() - Method in class com.facebook.buck.event.CompilerErrorEvent
-
- getSuggestions() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
-
- getSummary() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummaryEvent
-
- getSuperclass(TypeElement) - Static method in class com.facebook.buck.jvm.java.lang.model.MoreElements
-
- getSuperConsoleEnabled() - Method in class com.facebook.buck.log.InvocationInfo
-
- getSuperInfo() - Method in interface com.facebook.buck.rules.modern.ClassInfo
-
- getSuperInfo() - Method in class com.facebook.buck.rules.modern.impl.DefaultClassInfo
-
- getSupertypes(Class<?>) - Static method in class com.facebook.buck.util.Types
-
Returns a Set of classes and interfaces inherited or implemented by clazz.
- getSupplementaryOutputIdentifier() - Method in class com.facebook.buck.rules.macros.LocationMacro
-
- getSupportAbiGenerationFromSource() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
- getSupportedArchitectures() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Set of strings containing the architectures supported by this simulator (i.e., i386, x86_64,
etc.)
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getSupportedPlatformsRegex() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getSupportedPlatformsRegex() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getSupportedProductFamilyIDs() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Set of integers describing which Apple product families this simulator supports (1: iPhone, 2:
iPad, 4: Apple Watch, etc.)
- getSupportedSourceVersion() - Method in class com.facebook.buck.core.module.annotationprocessor.BuckModuleAnnotationProcessor
-
- getSupportExposePackage(String) - Method in class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- getSupportsAbiGenerationFromSource() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
- getSupportsMergedLinking() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getSupportsMergedLinking() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getSupportsMergedLinking() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getSupportsMergedLinking() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getSupportsMergedLinking() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getSupportsMergedLinking() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getSwiftc() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
- getSwiftCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getSwiftCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getSwiftCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getSwiftCompilerFlags() - Method in interface com.facebook.buck.swift.SwiftCommonArg
-
- getSwiftCxxPlatforms() - Method in interface com.facebook.buck.swift.toolchain.AbstractSwiftPlatformsProvider
-
- getSwiftCxxPlatforms() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatformsProvider
-
- getSwiftName() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
The Swift name for the platform.
- getSwiftPlatform() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getSwiftRuntimePathsForBundling() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
- getSwiftRuntimePathsForLinking() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
- getSwiftSharedLibraryRunPaths() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
- getSwiftSources() - Method in class com.facebook.buck.apple.AppleLibrarySwiftMetadata
-
- getSwiftStaticRuntimePaths() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
- getSwiftStdlibTool() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
- getSwiftVersion() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getSwiftVersion() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getSwiftVersion() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getSwiftVersion() - Method in interface com.facebook.buck.swift.SwiftCommonArg
-
- getSymbolNameTool() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getSymbols() - Method in class com.facebook.buck.parser.implicit.ImplicitInclude
-
- getSymlinks() - Method in class com.facebook.buck.core.files.DirectoryList
-
- getSymlinks() - Method in class com.facebook.buck.core.files.ImmutableDirectoryList
-
- getSymlinksList() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.Directory
-
- getSymlinkTreeClass() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- getSyntaxError() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
- getSystemCsharpCompiler() - Method in class com.facebook.buck.features.dotnet.DotnetToolchain
-
- getSystemEnv() - Static method in class com.facebook.buck.util.environment.EnvVariablesProvider
-
- getSystemJavaCompiler() - Static method in class com.facebook.buck.jvm.java.javax.SynchronizedToolProvider
-
- getSystemMemory() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getSystemToolClassLoader() - Static method in class com.facebook.buck.jvm.java.javax.SynchronizedToolProvider
-
- getTag() - Method in class com.facebook.buck.event.ExperimentEvent
-
- getTags() - Method in class com.facebook.buck.counters.Counter
-
- getTags() - Method in class com.facebook.buck.counters.CounterInfo
-
- getTags() - Method in class com.facebook.buck.counters.CounterSnapshot
-
- getTags() - Method in class com.facebook.buck.event.ScubaData
-
- getTags() - Method in class com.facebook.buck.event.ScubaEvent
-
- getTagSets() - Method in class com.facebook.buck.counters.CounterSnapshot
-
- getTagsForServer(URI) - Static method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- getTarget() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getTarget(ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.AbstractArtifactCacheEventFactory
-
- getTarget(Function<String, UnconfiguredBuildTargetView>, TargetConfigurationSerializer, ImmutableMap<String, String>) - Static method in class com.facebook.buck.artifact_cache.AbstractArtifactCacheEventFactory
-
- getTarget(Function<String, UnconfiguredBuildTargetView>, String, TargetConfiguration) - Static method in class com.facebook.buck.artifact_cache.AbstractArtifactCacheEventFactory
-
- getTarget() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- getTarget() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.FinishedRuleKeyCalc
-
- getTarget() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.StartedRuleKeyCalc
-
- getTarget() - Method in class com.facebook.buck.core.build.event.BuildRuleExecutionEvent.Event
-
- getTarget() - Method in interface com.facebook.buck.core.build.event.BuildRuleExecutionEvent
-
- getTarget() - Method in class com.facebook.buck.core.sourcepath.AbstractDefaultBuildTargetSourcePath
-
- getTarget() - Method in class com.facebook.buck.core.sourcepath.AbstractExplicitBuildTargetSourcePath
-
- getTarget() - Method in class com.facebook.buck.core.sourcepath.AbstractForwardingBuildTargetSourcePath
-
- getTarget() - Method in interface com.facebook.buck.core.sourcepath.BuildTargetSourcePath
-
- getTarget() - Method in class com.facebook.buck.core.sourcepath.DefaultBuildTargetSourcePath
-
- getTarget() - Method in class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath
-
- getTarget() - Method in class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath
-
- getTarget() - Method in class com.facebook.buck.core.test.rule.ExternalRunnerTestProtocol
-
- getTarget() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getTarget() - Method in class com.facebook.buck.core.test.rule.ImmutableExternalRunnerTestProtocol
-
- getTarget() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getTarget() - Method in class com.facebook.buck.event.CompilerErrorEvent
-
- getTarget() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
-
- getTarget() - Method in class com.facebook.buck.event.RuleKeyCalculationEvent.Event
-
- getTarget() - Method in interface com.facebook.buck.event.RuleKeyCalculationEvent
-
- getTarget() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
- getTarget() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
- getTarget() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getTarget() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- getTarget() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getTarget() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getTarget() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.SymlinkNode
-
- getTarget() - Method in class com.facebook.buck.rules.macros.BuildTargetMacro
-
- getTarget() - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacro
-
- getTarget() - Method in class com.facebook.buck.rules.macros.ClasspathMacro
-
- getTarget() - Method in class com.facebook.buck.rules.macros.ExecutableMacro
-
- getTarget() - Method in class com.facebook.buck.rules.macros.LocationMacro
-
- getTarget() - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
-
- getTarget() - Method in class com.facebook.buck.rules.macros.WorkerMacro
-
- getTargetAppPlatform() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
- getTargetAppPlatformLevel() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
- getTargetArch() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
- getTargetArch() - Method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
- getTargetArchAbi() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
- getTargetArchAbi() - Method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
- getTargetCompatibleWith() - Method in interface com.facebook.buck.core.description.arg.HasTargetCompatibleWith
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getTargetCompatibleWith() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
- getTargetConfiguration() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getTargetConfiguration() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getTargetConfiguration() - Method in interface com.facebook.buck.core.rules.configsetting.ConfigSettingSelectableConfigurationContext
-
- getTargetConfiguration() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
- getTargetConfiguration() - Method in class com.facebook.buck.parser.AbstractDefaultSelectableConfigurationContext
-
- getTargetConfiguration() - Method in class com.facebook.buck.parser.DefaultSelectableConfigurationContext
-
- getTargetConfiguration() - Method in class com.facebook.buck.rules.query.Query
-
- getTargetConfigurationSerializer() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getTargetConfigurationSerializer() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getTargetConfigurationSerializer() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getTargetConfigurationSerializer() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getTargetConfigurationSupplier() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getTargetConfigurationSupplier() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getTargetCpuType() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
-
- getTargetCpuType() - Method in class com.facebook.buck.android.StrippedObjectDescription
-
- getTargetCpuType() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
- getTargetCpuTypeConstraints() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getTargetCpuTypeConstraints() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getTargetCpuTypeConstraints() - Method in interface com.facebook.buck.android.AndroidGraphEnhancerArgs
-
- getTargetCpuTypeToConstraints() - Method in class com.facebook.buck.android.ConstraintBasedAndroidNativeTargetConfigurationMatcher
-
- getTargetDevice() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getTargetDeviceOptional() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
-
- getTargetDeviceOptional() - Method in class com.facebook.buck.cli.TestCommand
-
- getTargetDeviceOptions() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
-
- getTargetDeviceOptions() - Method in class com.facebook.buck.cli.TestCommand
-
- getTargetEvaluator() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getTargetEvaluator() - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns an evaluator for target patterns.
- getTargetEvaluator() - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getTargetEvaluator() - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getTargetForId(ProjectFilesystem, String, AndroidBuildToolsLocation, AndroidSdkLocation, Optional<Supplier<Tool>>, Optional<ToolProvider>) - Static method in class com.facebook.buck.android.toolchain.impl.AndroidPlatformTargetProducer
-
- getTargetForPlatform(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkTargetGroup
-
- getTargetForPlatform(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetGroup
-
- getTargetGraph(CommandRunnerParams, ImmutableSet<BuildTarget>) - Method in class com.facebook.buck.cli.AbstractPerfCommand
-
Most of our perf tests require a target graph, this helps them get it concisely.
- getTargetGraph() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getTargetGraph() - Method in class com.facebook.buck.core.model.targetgraph.ImmutableTargetGraphCreationResult
-
- getTargetGraph() - Method in class com.facebook.buck.core.model.targetgraph.TargetGraphCreationResult
-
- getTargetGraph() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContextWithTargetGraph
-
- getTargetGraph() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
- getTargetGraph() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphs
-
- getTargetGraphCreationResult() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
- getTargetGraphCreationResult() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
- getTargetGraphCreationResult() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
- getTargetGraphNodeCount() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getTargetGraphOnlyDeps() - Method in class com.facebook.buck.android.AndroidBinary
-
- getTargetGraphOnlyDeps() - Method in class com.facebook.buck.android.AndroidBundle
-
- getTargetGraphOnlyDeps() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
-
- getTargetGraphOnlyDeps() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
BuildTargetPaths which, when changed, may change the BuildRules produced by this TargetNode,
but whose steps don't need executing in order to build this TargetNode's BuildRules.
- getTargetGraphOnlyDeps() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
BuildTargetPaths which, when changed, may change the BuildRules produced by this TargetNode,
but whose steps don't need executing in order to build this TargetNode's BuildRules.
- getTargetGraphOnlyDeps() - Method in interface com.facebook.buck.core.rules.attr.HasDeclaredAndExtraDeps
-
- getTargetGraphOnlyDeps() - Method in class com.facebook.buck.core.rules.BuildRuleParams
-
- getTargetGraphOnlyDeps() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleWithDeclaredAndExtraDeps
-
- getTargetHash() - Method in class com.facebook.buck.cli.TargetResult
-
- getTargetHashModifiedPaths() - Method in class com.facebook.buck.cli.TargetsCommand
-
- getTargetId() - Method in interface com.facebook.buck.cli.ActionGraphSerializer.ActionGraphData
-
- getTargetId() - Method in class com.facebook.buck.cli.ImmutableActionGraphData
-
- getTargetId() - Method in interface com.facebook.buck.event.listener.FileSerializationOutputRuleDepsListener.RuleExecutionTimeData
-
- getTargetId() - Method in class com.facebook.buck.event.listener.ImmutableRuleExecutionTimeData
-
- getTargetJavaVersion() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getTargetKind(QueryBuildTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getTargetKind(NODE_TYPE) - Method in interface com.facebook.buck.query.QueryEnvironment
-
- getTargetKind(NODE_TYPE) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getTargetKind(QueryBuildTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getTargetLevel() - Method in class com.facebook.buck.jvm.java.AbstractJavacLanguageLevelOptions
-
- getTargetLevel() - Method in class com.facebook.buck.jvm.java.JavacLanguageLevelOptions
-
- getTargetName() - Method in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetPattern
-
Target name in case pattern is single build target pattern; otherwise an empty string
- getTargetName() - Method in class com.facebook.buck.core.parser.buildtargetpattern.ImmutableBuildTargetPattern
-
Target name in case pattern is single build target pattern; otherwise an empty string
- getTargetNames() - Method in class com.facebook.buck.core.test.event.TestRunEvent.Started
-
- getTargetNames() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
-
- getTargetNode(ParsingContext, BuildTarget) - Method in interface com.facebook.buck.parser.Parser
-
- getTargetNode(PerBuildState, BuildTarget) - Method in interface com.facebook.buck.parser.Parser
-
- getTargetNodeDescriptionName() - Method in class com.facebook.buck.event.ActionGraphPerfStatEvent
-
- getTargetNodeJob(PerBuildState, BuildTarget) - Method in interface com.facebook.buck.parser.Parser
-
- getTargetNodeRawAttributes(PerBuildState, Cell, TargetNode<?>) - Method in interface com.facebook.buck.parser.Parser
-
- getTargetNodeRawAttributes(ParsingContext, TargetNode<?>) - Method in interface com.facebook.buck.parser.Parser
-
- getTargetNodeRawAttributesJob(PerBuildState, Cell, TargetNode<?>) - Method in interface com.facebook.buck.parser.Parser
-
- getTargetNodeTranslator(TargetNode<?>, ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
- getTargetPackage() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getTargetPackage() - Method in interface com.facebook.buck.android.AndroidManifestReader
-
- getTargetPackage() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- getTargetPlatform() - Method in class com.facebook.buck.core.model.impl.DefaultTargetConfiguration
-
- getTargetPlatform() - Method in class com.facebook.buck.core.model.impl.ImmutableDefaultTargetConfiguration
-
- getTargetPlatform(TargetConfiguration) - Method in interface com.facebook.buck.core.model.platform.TargetPlatformResolver
-
- getTargetPlatform(TargetConfiguration) - Method in class com.facebook.buck.core.rules.platform.DefaultTargetPlatformResolver
-
- getTargetPlatform(TargetConfiguration) - Method in class com.facebook.buck.core.rules.platform.RuleBasedTargetPlatformResolver
-
- getTargetPlatformBinary(Optional<BuildTarget>, Optional<PatternMatchedCollection<BuildTarget>>, Flavor) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
Returns a build target of the apple binary for the requested target platform.
- getTargetPlatformResolver() - Method in interface com.facebook.buck.core.rules.config.registry.ConfigurationRuleRegistry
-
Resolves target configuration to a platform.
- getTargetPlatformResolver() - Method in class com.facebook.buck.core.rules.config.registry.ImmutableConfigurationRuleRegistry
-
Resolves target configuration to a platform.
- getTargetPlatforms() - Method in class com.facebook.buck.cli.AbstractCommand
-
- getTargetPlatforms() - Method in class com.facebook.buck.cli.AbstractContainerCommand
-
- getTargetPlatforms() - Method in interface com.facebook.buck.cli.Command
-
- getTargetPlatforms() - Method in class com.facebook.buck.cli.UnconfiguredQueryCommand
-
- getTargetProxy() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
-
- getTargetResultClass() - Method in class com.facebook.buck.core.graph.transformation.model.ComposedComputationIdentifier
-
- getTargetResultClass() - Method in class com.facebook.buck.core.graph.transformation.model.ComposedKey
-
- getTargetResultClass() - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedKey
-
- getTargets() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
-
- getTargets() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
- getTargets() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- getTargets() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- getTargets() - Method in interface com.facebook.buck.features.project.intellij.model.IjProjectElement
-
- getTargets() - Method in class com.facebook.buck.parser.api.BuildFileManifest
-
- getTargets() - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
- getTargets(QueryEnvironment<NODE_TYPE>) - Method in class com.facebook.buck.query.QueryExpression
-
Returns a set of all targets referenced from literals within this query expression.
- getTargets() - Method in class com.facebook.buck.rules.macros.CppFlagsMacro
-
- getTargets() - Method in class com.facebook.buck.rules.macros.CxxGenruleFilterAndTargetsMacro
-
- getTargets() - Method in class com.facebook.buck.rules.macros.CxxppFlagsMacro
-
- getTargets() - Method in class com.facebook.buck.rules.macros.LdflagsSharedFilterMacro
-
- getTargets() - Method in class com.facebook.buck.rules.macros.LdflagsSharedMacro
-
- getTargets() - Method in class com.facebook.buck.rules.macros.LdflagsStaticFilterMacro
-
- getTargets() - Method in class com.facebook.buck.rules.macros.LdflagsStaticMacro
-
- getTargets() - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicFilterMacro
-
- getTargets() - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicMacro
-
- getTargetSdkVersion(ApplePlatform) - Method in class com.facebook.buck.apple.AppleConfig
-
- getTargetSdkVersion() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
- getTargetsFromBuildTargets(Iterable<BuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getTargetsFromTargetNodes(Iterable<TargetNode<?>>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getTargetsInAttribute(QueryBuildTarget, String) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getTargetsInAttribute(NODE_TYPE, String) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the existing targets in the value of `attribute` of the given `target`.
- getTargetsInAttribute(NODE_TYPE, String) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getTargetsInAttribute(QueryBuildTarget, String) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getTargetsInAttribute(TypeCoercerFactory, TargetNode<T>, String) - Static method in class com.facebook.buck.rules.query.QueryTargetAccessor
-
Get targets in attribute.
- getTargetsMatchingPattern(String) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the set of target nodes in the graph for the specified target pattern, in 'buck build'
syntax.
- getTargetsToBuild() - Method in class com.facebook.buck.distributed.build_slave.MinionLocalBuildStateTracker
-
- getTargetsToSignal() - Method in class com.facebook.buck.distributed.build_slave.MinionLocalBuildStateTracker
-
- getTargetsVersions() - Method in class com.facebook.buck.command.config.AbstractBuildBuckConfig
-
- getTargetsVersions() - Method in class com.facebook.buck.command.config.BuildBuckConfig
- getTargetType() - Method in class com.facebook.buck.parser.BuildTargetSpec
-
- getTargetType() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
-
- getTargetType() - Method in interface com.facebook.buck.parser.TargetNodeSpec
-
- getTask(PluginClassLoaderFactory, JavaCompiler, Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - Static method in interface com.facebook.buck.jvm.java.abi.source.api.FrontendOnlyJavacTaskProxy
-
- getTask(PluginClassLoaderFactory, JavaCompiler, Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - Static method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- getTaskIdEnvironmentVariable() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getTempDir(ProjectFilesystem) - Method in class com.facebook.buck.rules.macros.WorkerMacroArg
-
- getTempDir(ProjectFilesystem) - Method in interface com.facebook.buck.shell.WorkerTool
-
Returns temp dir for this WorkerTool and provided filesystem
- getTempDir() - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Temp folder location.
- getTemplateForRequest(Request) - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
-
- getTemplateForRequest(Request) - Method in class com.facebook.buck.httpserver.TraceHandlerDelegate
-
- getTemplateForRequest(Request) - Method in class com.facebook.buck.httpserver.TracesHandlerDelegate
-
- getTemplateGroup() - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
-
- getTemplateGroup() - Method in class com.facebook.buck.httpserver.TraceHandlerDelegate
-
- getTemplateGroup() - Method in class com.facebook.buck.httpserver.TracesHandlerDelegate
-
- getTempPath() - Method in class com.facebook.buck.rules.modern.DefaultOutputPathResolver
-
- getTempPath() - Method in interface com.facebook.buck.rules.modern.OutputPathResolver
-
Returns a relative path to the root directory for intermediate build outputs.
- getTempPath(String) - Method in interface com.facebook.buck.rules.modern.OutputPathResolver
-
- getTenantId() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
- getTenantId() - Method in class com.facebook.buck.distributed.DistBuildConfig
-
- getTest() - Method in class com.facebook.buck.cli.TestRun
-
- getTest() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getTestables() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
-
- getTestAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
-
- getTestCaseName() - Method in class com.facebook.buck.core.test.event.TestSummaryEvent
-
- getTestCaseName() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
-
- getTestCaseName() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
-
- getTestCaseName() - Method in class com.facebook.buck.test.TestCaseSummary
-
- getTestCaseName() - Method in class com.facebook.buck.test.TestResultSummary
-
- getTestCases() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
-
- getTestCases() - Method in class com.facebook.buck.test.TestResults
-
- getTestCaseSummaries() - Method in class com.facebook.buck.apple.TestCaseSummariesBuildingIdb
-
- getTestCaseTimeoutMs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getTestCaseTimeoutMs() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getTestCaseTimeoutMs() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getTestCaseTimeoutMs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getTestCaseTimeoutMs() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getTestCaseTimeoutMs() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getTestClasses() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getTestCommand(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.apple.AppleTest
-
- getTestEventsByThread() - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
-
- getTestFilter() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getTestHostApp() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getTestHostApp() - Method in class com.facebook.buck.apple.TestHostInfo
-
- getTestHostAppBinarySourcePath() - Method in class com.facebook.buck.apple.TestHostInfo
-
Location of the test host binary that can be passed as the "bundle loader" option when
linking the test library.
- getTestLibraryProjectDir() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getTestLogDirectoryEnvironmentVariable() - Method in class com.facebook.buck.apple.AppleConfig
-
- getTestLogLevel() - Method in class com.facebook.buck.apple.AppleConfig
-
- getTestLogLevelEnvironmentVariable() - Method in class com.facebook.buck.apple.AppleConfig
-
- getTestLogPaths() - Method in class com.facebook.buck.test.TestResults
-
- getTestMainGen() - Method in class com.facebook.buck.features.go.GoPlatform
-
- getTestMainName() - Static method in class com.facebook.buck.features.python.PythonTestDescription
-
- getTestModulesListName() - Static method in class com.facebook.buck.features.python.PythonTestDescription
-
- getTestModulesListPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.features.python.PythonTestDescription
-
- getTestName() - Method in class com.facebook.buck.core.test.event.TestSummaryEvent
-
- getTestName() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
-
- getTestName() - Method in class com.facebook.buck.test.TestResultSummary
-
- getTestPackage() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getTestReportingCallback() - Method in class com.facebook.buck.cli.TestRun
-
- getTestResults() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
-
- getTestResults() - Method in class com.facebook.buck.test.TestCaseSummary
-
- getTestResultsCallable() - Method in class com.facebook.buck.cli.TestRun
-
- getTestResultSummary() - Method in class com.facebook.buck.core.test.event.TestSummaryEvent.Finished
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in interface com.facebook.buck.core.description.arg.HasTestTimeout
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getTestRuleTimeoutMs() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getTestRunner() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getTestRunnerClasspath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
- getTestRunnerClasspath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getTestRunnerGenerator() - Method in class com.facebook.buck.features.go.GoTestRunner
-
- getTestRunnerGenerator() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
- getTests() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getTests() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getTests() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
- getTests() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getTests() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getTests() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getTests() - Method in interface com.facebook.buck.core.description.arg.HasTests
-
- getTests() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getTests() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getTests() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getTests() - Method in interface com.facebook.buck.jvm.java.JavaLibraryWithTests
-
- getTests() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getTests() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getTests() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
- getTests() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
Test or TestSuite targets that should be invoked when this rule run through buck test
- getTestSelectorList() - Method in class com.facebook.buck.cli.TestSelectorOptions
-
- getTestSelectorList() - Method in class com.facebook.buck.core.test.event.TestRunEvent.Started
-
- getTestSelectorList() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getTestSelectorList() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
-
- getTestSelectorList() - Method in class com.facebook.buck.test.TestRunningOptions
-
- getTestsForTarget(QueryBuildTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getTestsForTarget(NODE_TYPE) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the tests associated with the given target.
- getTestsForTarget(NODE_TYPE) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getTestsForTarget(QueryBuildTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getTestSources() - Method in class com.facebook.buck.features.go.GoTestCoverSource
-
- getTestStatusMessage() - Method in class com.facebook.buck.core.test.event.TestStatusMessageEvent
-
- getTestTargetsForNode(TargetNode<?>) - Static method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodes
-
If node refers to a node which contains references to its tests, returns the tests
associated with that node.
- getTestTargetsForNodes(Iterator<TargetNode<?>>) - Static method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodes
-
- getTestType() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getTestType() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getTestType() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getTestType() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getTestType() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
- getTestType() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getTestType() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getText() - Method in enum com.facebook.buck.doctor.config.DoctorSuggestion.StepStatus
-
- getText() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
- getText() - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
- getThinLto() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getThinLto() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getThinLto() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getThinLto() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getThinLto() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getThinLto() - Method in class com.facebook.buck.cxx.CxxLinkOptions
-
- getThinLto() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getThinLto() - Method in interface com.facebook.buck.cxx.LinkableCxxConstructorArg
-
- getThinLto() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getThinLto() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getThinTargets() - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
- getThreadCount() - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
-
- getThreadId() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- getThreadId() - Method in interface com.facebook.buck.event.BuckEvent
-
- getThreadId() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- getThreadId() - Method in class com.facebook.buck.util.i18n.NumberFormatterCacheKey
-
- getThreadIdToCommandIdMapper() - Method in class com.facebook.buck.log.GlobalStateManager
-
- getThreadLineLimit() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
-
- getThreadLineLimitOnError() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
-
- getThreadLineLimitOnWarning() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
-
- getThreadLineOutputMaxColumns() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
-
- getThreadPoolKeepAliveDurationMillis() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getThreadPoolKeepAliveDurationMillis() - Method in class com.facebook.buck.manifestservice.ManifestServiceConfig
-
- getThreadPoolSize() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getThreadPoolSize() - Method in class com.facebook.buck.manifestservice.ManifestServiceConfig
-
- getThreads() - Method in interface com.facebook.buck.remoteexecution.config.RemoteExecutionStrategyConfig
-
- getThreadToCommandRegister() - Method in class com.facebook.buck.log.GlobalStateManager
-
- getThreadUserNanoDuration() - Method in class com.facebook.buck.util.timing.ClockDuration
-
- getThreadUserNanoTime() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- getThreadUserNanoTime() - Method in interface com.facebook.buck.event.BuckEvent
-
- getThriftData() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
-
- getThriftPath() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
-
- getThriftProtocol() - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs
-
- getThrowableOrigin(Throwable) - Static method in class com.facebook.buck.util.MoreThrowables
-
Returns string representing class, method, filename and line number that throwable was thrown
from
- getTime() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
-
- getTime() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getTime() - Method in class com.facebook.buck.test.TestResultSummary
-
- getTimeout() - Method in class com.facebook.buck.android.InstrumentationStep
-
- getTimeout() - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- getTimeout() - Method in class com.facebook.buck.shell.ShellStep
-
- getTimeoutHandler(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- getTimeoutHandler(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
- getTimeoutMillis() - Method in class com.facebook.buck.manifestservice.ManifestServiceConfig
-
- getTimeSpentInGcMs() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
-
- getTimeSpentInMultiFetchNetworkCallsMs() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- getTimestampMillis() - Method in class com.facebook.buck.core.test.event.TestStatusMessageEvent
-
- getTimestampMillis() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- getTimestampMillis() - Method in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
-
- getTimestampMillis() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
-
- getTimestampMillis() - Method in class com.facebook.buck.log.InvocationInfo
-
- getTimestampMillis() - Method in class com.facebook.buck.test.TestStatusMessage
-
- getTimingStatsTracker() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getTimingStatsTracker() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getTmpDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getTmpFolderPath() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
- getTmpGenPathForSourceAbi(ProjectFilesystem, BuildTarget) - Static method in class com.facebook.buck.jvm.core.JavaAbis
-
- getTool() - Method in class com.facebook.buck.rules.args.ToolArg
-
- getTool(BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- getTool(BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
-
- getTool() - Method in interface com.facebook.buck.shell.WorkerTool
-
- getToolchain() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
- getToolchain() - Method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
- getToolchainClass() - Method in interface com.facebook.buck.core.toolchain.AbstractToolchainDescriptor
-
- getToolchainClass() - Method in class com.facebook.buck.core.toolchain.ToolchainDescriptor
-
- getToolchainDescriptor() - Method in class com.facebook.buck.android.toolchain.impl.AndroidSdkToolchainsSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkToolchainsSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.apple.toolchain.impl.AppleToolchainsSupplier
-
- getToolchainDescriptor() - Method in interface com.facebook.buck.core.toolchain.ToolchainSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.cxx.toolchain.impl.CxxToolchainsSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.features.dotnet.DotnetToolchainSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.features.go.GoToolchainSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.features.haskell.HaskellToolchainSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.features.lua.LuaToolchainsSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.features.ocaml.OcamlToolchainsSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.features.python.toolchain.impl.PythonToolchainsSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.features.rust.RustToolchainSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.file.downloader.impl.DownloaderSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.infer.toolchain.InferToolchainSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.jvm.java.toolchain.impl.JavaToolchainsSupplier
-
- getToolchainDescriptor() - Method in class com.facebook.buck.swift.toolchain.impl.SwiftToolchainsSupplier
-
- getToolchainFactoryClass() - Method in interface com.facebook.buck.core.toolchain.AbstractToolchainDescriptor
-
- getToolchainFactoryClass() - Method in class com.facebook.buck.core.toolchain.ToolchainDescriptor
-
- getToolchainInstantiationException(String) - Method in class com.facebook.buck.core.toolchain.impl.DefaultToolchainProvider
-
- getToolchainInstantiationException(String) - Method in interface com.facebook.buck.core.toolchain.ToolchainProvider
-
- getToolchainPaths() - Method in class com.facebook.buck.apple.toolchain.AppleSdkPaths
-
Absolute paths to tools and files independent of the platform.
- getToolchainProvider() - Method in interface com.facebook.buck.core.cell.Cell
-
- getToolchainProvider() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
- getToolchainProvider() - Method in class com.facebook.buck.core.description.DescriptionCreationContext
-
- getToolchainProvider() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContext
-
- getToolchainProvider() - Method in interface com.facebook.buck.core.rules.BuildRuleCreationContextWithTargetGraph
-
- getToolchainProvider() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
- getToolchains() - Method in class com.facebook.buck.apple.toolchain.AppleSdk
-
The toolchains used by the SDK.
- getToolchainsOverrideForSDKName(String) - Method in class com.facebook.buck.apple.AppleConfig
-
- getToolchainsWithCapability(Class<T>) - Method in class com.facebook.buck.core.toolchain.impl.DefaultToolchainProvider
-
- getToolchainsWithCapability(Class<T>) - Method in interface com.facebook.buck.core.toolchain.ToolchainProvider
-
Provides access to all known toolchains that support the provided capability.
- getToolchainTarget() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
- getToolchainTarget() - Method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
- getToolPath(ImmutableList<Path>, String) - Method in class com.facebook.buck.apple.toolchain.impl.XcodeToolFinder
-
- getToolProvider(SourcePath) - Static method in class com.facebook.buck.core.toolchain.toolprovider.impl.ToolProviders
-
- getToolType() - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
- getToolType() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProvider
-
Return tool type of this provider instance
- getTopLevelTargets() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
- getTopLevelTypeElement(Element) - Static method in class com.facebook.buck.jvm.java.lang.model.MoreElements
-
- getTopoSortedNativeLinkables(Iterable<? extends NativeLinkable>, GraphTraversable<NativeLinkable>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
- getTotalBuildRules() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getTotalBytes() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats
-
- getTotalCacheBytes() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getTotalCacheErrors() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getTotalCacheHits() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getTotalCacheIgnores() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getTotalCacheLocalKeyUnchangedHits() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getTotalCacheMisses() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- getTotalCompletedTimeFromEventIntervals(Collection<EventInterval>) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
Get the summed elapsed time from all matched event pairs.
- getTotalDecompressionTime() - Method in class com.facebook.buck.event.listener.scuba.AbstractArtifactCompressionStat
-
Total time spent in artifact decompression in ms
- getTotalDecompressionTime() - Method in class com.facebook.buck.event.listener.scuba.ArtifactCompressionStat
-
Total time spent in artifact decompression in ms
- getTotalDeps() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
Dependencies that include build targets as well as configuration targets that this node depends
on.
- getTotalEvictionCount() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalEvictionCount() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalEvictionCount() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalExecutedRules() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackStats
-
The total number of actions executed both remote and local.
- getTotalFilesMaterializedCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- getTotalHitCount() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalHitCount() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalHitCount() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalInputSize() - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionActionInfo
-
- getTotalInvalidationCount() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalInvalidationCount() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalInvalidationCount() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalLoadExceptionCount() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalLoadExceptionCount() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalLoadExceptionCount() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalLoadSuccessCount() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalLoadSuccessCount() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalLoadSuccessCount() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalLoadTime() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getTotalLoadTime() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalLoadTime() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalLoadTime() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalMemory() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
-
- getTotalMemory() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
-
- getTotalMemoryBytes() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
-
- getTotalMinionCount() - Method in class com.facebook.buck.distributed.build_slave.CoordinatorEventListener
-
- getTotalMinionCount() - Method in interface com.facebook.buck.distributed.build_slave.MinionCountProvider
-
- getTotalMissCount() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalMissCount() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalMissCount() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalMissMatchCount() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalMissMatchCount() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalMissMatchCount() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalMissTime() - Method in class com.facebook.buck.util.cache.CacheStats
-
- getTotalMissTime() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalMissTime() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalMissTime() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalNanoTime() - Method in class com.facebook.buck.event.FileHashCacheEvent
-
- getTotalNanoTime() - Method in class com.facebook.buck.event.listener.TimeCostEntry
-
- getTotalNumberOfTests() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
-
- getTotalNumberOfTests() - Method in class com.facebook.buck.test.TestResults
-
- getTotalParsedFiles() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getTotalPayloads() - Method in class com.facebook.buck.slb.HybridThriftResponseHandler
-
Total number of payloads expected for the current thrift response.
- getTotalPayloadsSizeBytes() - Method in class com.facebook.buck.slb.HybridThriftRequestHandler
-
The sum bytes of all out-of-band payloads.
- getTotalRemoteTimeMs() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getTotalRemoteTimeMs() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Metadata for total time spent running actions remotely.
- getTotalResourceConsumption(long) - Method in class com.facebook.buck.util.ProcessHelper
-
Gets resource consumption of the process subtree rooted at the process with the given pid.
- getTotalRetrievalTime() - Method in interface com.facebook.buck.util.cache.CacheStatsTracker
-
- getTotalRetrievalTime() - Method in class com.facebook.buck.util.cache.InstrumentingCacheStatsTracker
-
- getTotalRetrievalTime() - Method in class com.facebook.buck.util.cache.NoOpCacheStatsTracker
-
- getTotalRuleExecutionTimeMs() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getTotalRulekeyTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
-
- getTotalRulesBuilt() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- getTotalRulesBuilt() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Get the total number of BuildRules that are finished.
- getTotalRulesCount() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getTotalRulesCount() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
- getTotalSize() - Method in class com.facebook.buck.android.resources.ResChunk
-
For most chunk's totalSize == chunkSize.
- getTotalSize() - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- getTotalSize() - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.NodeData
-
- getTotalSizeBytes() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
-
- getTotalSkylarkParsedFiles() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getTotalThreadUserNanoTime() - Method in class com.facebook.buck.event.listener.TimeCostEntry
-
- getTotalTime() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
-
- getTotalTime() - Method in class com.facebook.buck.test.TestCaseSummary
-
- getTotalTimeSpentMaterializingFilesFromCASMillis() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
-
- getTraceAttributesFor(String) - Method in class com.facebook.buck.util.trace.BuildTraces
-
- getTraceAttributesFor(Path) - Method in class com.facebook.buck.util.trace.BuildTraces
-
Parses a trace file and returns the command that the user executed to create the trace.
- getTraceDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getTraceFile() - Method in interface com.facebook.buck.doctor.config.BuildLogEntry
-
- getTraceFile() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
- getTraceId() - Method in interface com.facebook.buck.log.TraceInfoProvider
-
- getTracePath() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
- getTraceStream() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
- getTraceUploadUri() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceBuckConfig
-
Get URL to upload trace.
- getTraceUploadURI() - Method in class com.facebook.buck.event.listener.LogUploaderListenerCloseArgs
-
- getTraceUploadUriIfEnabled() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceBuckConfig
-
Get URL to upload trace if the config is enabled.
- getTrackedEvents() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getTrackedStatus() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildStatsTracker
-
Gets the current tracked distributed build status.
- getTraits() - Method in class com.facebook.buck.log.ErrorLogRecord
-
- getTransformFunction() - Method in class com.facebook.buck.parser.api.BuildFileManifestPojoizer.AbstractPojoTransformer
-
Function that transforms a parser object to POJO object
- getTransformFunction() - Method in class com.facebook.buck.parser.api.PojoTransformer
-
Function that transforms a parser object to POJO object
- getTransitiveBytecodeIncludes() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getTransitiveClasspathDeps() - Method in class com.facebook.buck.android.AndroidAar
-
- getTransitiveClasspathDeps() - Method in class com.facebook.buck.android.AndroidBinary
-
- getTransitiveClasspathDeps() - Method in class com.facebook.buck.android.AndroidBundle
-
- getTransitiveClasspathDeps() - Method in interface com.facebook.buck.jvm.core.HasClasspathEntries
-
- getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.JarFattener
-
- getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getTransitiveClasspathDeps(JavaLibrary) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
-
- getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getTransitiveClasspaths() - Method in class com.facebook.buck.android.AndroidAar
-
- getTransitiveClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
-
- getTransitiveClasspaths() - Method in class com.facebook.buck.android.AndroidBundle
-
- getTransitiveClasspaths() - Method in interface com.facebook.buck.jvm.core.HasClasspathEntries
-
- getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.JarFattener
-
- getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
-
- getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- getTransitiveClosure(Set<QueryBuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- getTransitiveClosure(Set<NODE_TYPE>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the forward transitive closure of all of the targets in "targets".
- getTransitiveClosure(Set<NODE_TYPE>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- getTransitiveClosure(Set<QueryBuildTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- getTransitiveCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
-
- getTransitiveCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- getTransitiveCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder, Iterable<? extends CxxPreprocessorDep>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
-
- getTransitiveCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
-
Returns all transitive preprocessor inputs for this library.
- getTransitiveCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.PreInclude
-
- getTransitiveCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.halide.HalideLibrary
-
- getTransitiveCxxPreprocessorInput(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.features.lua.SystemLuaCxxLibrary
-
- getTransitiveCxxPreprocessorInputFromDeps(CxxPlatform, ActionGraphBuilder, Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
-
- getTransitiveDepsClosure(BuildTarget) - Method in class com.facebook.buck.features.project.intellij.TransitiveDepsClosureResolver
-
- getTransitiveNativeLinkableInput(ActionGraphBuilder, TargetConfiguration, Iterable<? extends NativeLinkable>, Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
- getTransitiveNativeLinkables(ActionGraphBuilder, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
- getTransitiveRuntimeDeps(HasRuntimeDeps, BuildRuleResolver) - Static method in class com.facebook.buck.core.rules.common.BuildRules
-
- getTransitiveRustSharedLibraries(RustPlatform, Iterable<? extends BuildRule>, boolean) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
Collect all the shared libraries generated by
RustLinkables found by transitively
traversing all unbroken dependency chains of
RustLinkable objects found via the passed in
BuildRule
roots.
- getTransitiveSharedLibraries(ActionGraphBuilder, Iterable<? extends NativeLinkable>, boolean) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
-
- getTransitiveSuperclasses(TypeElement) - Static method in class com.facebook.buck.jvm.java.lang.model.MoreElements
-
- getTranslatableClass() - Method in class com.facebook.buck.versions.QueryTargetTranslator
-
- getTranslateBuildTarget(TargetNode<?>, ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
- getTransportPath() - Method in class com.facebook.buck.io.watchman.Watchman
-
- getTrashDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getTraversal() - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMappingTarget
-
- getTree(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
Returns a list of all sub directories.
- getTreeDigest() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcOutputDirectory
-
- getTreeDigest() - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol.OutputDirectory
-
- getTrees() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- getTrees() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- getTriggerPath(ProjectFilesystem) - Static method in class com.facebook.buck.core.rules.common.InstallTrigger
-
- getTwoLevelCachingEnabled() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getTwoLevelCachingMaximumSize() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getTwoLevelCachingMinimumSize() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- getType() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
-
- getType() - Method in class com.facebook.buck.android.AndroidLibrary
-
- getType() - Method in class com.facebook.buck.android.resources.ResChunk
-
- getType() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformCompiler
-
- getType() - Method in class com.facebook.buck.apple.GroupedSource
-
- getType() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that represents the type of the device ("simulator" or "device")
- getType() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that represents the type of the device ("simulator" or "device")
- getType() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
- getType() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.FinishedRuleKeyCalc
-
- getType() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.StartedRuleKeyCalc
-
- getType() - Method in interface com.facebook.buck.core.rules.BuildRule
-
- getType() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- getType() - Method in class com.facebook.buck.core.rules.impl.RuleAnalysisLegacyBuildRuleView
-
- getType() - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getType() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- getType() - Method in class com.facebook.buck.cxx.AbstractCxxSource
-
- getType() - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
- getType() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
- getType() - Method in class com.facebook.buck.cxx.CxxSource
-
- getType() - Method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
-
- getType() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DefaultLinkerProvider
-
- getType() - Method in interface com.facebook.buck.cxx.toolchain.linker.LinkerProvider
-
- getType() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableCacheKey
-
- getType() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
-
- getType() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
-
- getType() - Method in interface com.facebook.buck.event.listener.CriticalPathReportableNode
-
- getType() - Method in class com.facebook.buck.event.listener.ImmutableCriticalPathReportableNode
-
- getType() - Method in class com.facebook.buck.event.RuleKeyCalculationEvent.Event
-
- getType() - Method in interface com.facebook.buck.event.RuleKeyCalculationEvent
-
- getType() - Method in class com.facebook.buck.features.apple.projectV2.XcodeProductMetadata
-
- getType() - Method in class com.facebook.buck.features.project.intellij.DependencyEntry
-
- getType() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- getType() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getType() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
- getType() - Method in class com.facebook.buck.io.watchman.ImmutableChange
-
Type of the file that was changed, like a regular file or a directory
- getType() - Method in class com.facebook.buck.io.watchman.WatchmanMultiplePathEvent.Change
-
Type of the file that was changed, like a regular file or a directory
- getType() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
- getType() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
- getType() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
- getType() - Method in class com.facebook.buck.parser.syntax.ImmutableListWithSelects
-
Type of the data in selector values
- getType() - Method in class com.facebook.buck.parser.syntax.ListWithSelects
-
Type of the data in selector values
- getType() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- getType() - Method in interface com.facebook.buck.query.QueryEnvironment.TargetEvaluator
-
- getType() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
- getType() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
- getType() - Method in class com.facebook.buck.rules.coercer.SourceSet
-
- getType() - Method in class com.facebook.buck.rules.coercer.SourceSortedSet
-
- getType() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
- getType() - Method in interface com.facebook.buck.rules.modern.ClassInfo
-
Returns a lower underscore name for this type.
- getType() - Method in class com.facebook.buck.rules.modern.impl.DefaultClassInfo
-
- getType() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
-
- getType() - Method in class com.facebook.buck.shell.Genrule
-
- getType() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
- getType() - Method in class com.facebook.buck.shell.LegacyGenrule
-
- getType() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
- getType() - Method in class com.facebook.buck.test.TestResultSummary
-
- getType() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
- getType() - Method in enum com.facebook.buck.util.environment.Platform
-
- getType() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
The type coercer to use to convert raw values from the parser into something usable internally.
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.BoolAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepListAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntListAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceListAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringListAttribute
-
- getTypeCoercer() - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- getTypeCoercer() - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- getTypeCoercerFactory() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getTypeCoercerFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getTypeCoercerFactory() - Method in class com.facebook.buck.cli.ParserAndCaches
-
- getTypeCoercerFactory() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getTypeElement(Element) - Static method in class com.facebook.buck.jvm.java.lang.model.MoreElements
-
- getTypeElement() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
-
- getTypeFromPath(PathSourcePath) - Static method in class com.facebook.buck.cxx.toolchain.CxxToolTypeInferer
-
Invokes the tool with `--version` and parses the output to determine the type of the compiler.
- getTypeFromVersionOutput(Iterable<String>) - Static method in class com.facebook.buck.cxx.toolchain.CxxToolTypeInferer
-
Checks if the output looks like `clang --version`'s output.
- getTypeMirror(Iterable<? extends Tree>) - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- getTypeOptionName() - Method in class com.facebook.buck.cli.ProjectCommand
-
- getTypeOptionName() - Method in interface com.facebook.buck.support.cli.args.PluginBasedCommand
-
- getTypes() - Method in class com.facebook.buck.android.resources.ResTablePackage
-
- getTypes() - Method in class com.facebook.buck.cli.AuditRulesCommand
-
- getTypes() - Method in class com.facebook.buck.cli.TargetsCommand
-
- getTypes() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- getTypes() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- getTypes() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- getTypeSpec(int) - Method in class com.facebook.buck.android.resources.ResTablePackage
-
- getTypeSpecs() - Method in class com.facebook.buck.android.resources.ResTablePackage
-
- getUdid() - Method in interface com.facebook.buck.apple.simulator.AbstractAppleDevice
-
String that represents the udid of the device (its identifier)
- getUdid() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
- getUdid() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
String that represents the udid of the device (its identifier)
- getUdidFromDeviceName(String) - Method in class com.facebook.buck.apple.simulator.AppleDeviceController
-
- getUiTestTargetApp() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getUiTestTargetApp() - Method in class com.facebook.buck.apple.TestHostInfo
-
- getUiTestTargetAppBinarySourcePath() - Method in class com.facebook.buck.apple.TestHostInfo
-
Location of the ui test target binary that can be passed test target application of UITest
- getUnarchiver() - Method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Get the unarchiver used to extract archives of this type
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getUnbundledResourcesRoot() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
- getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getUnchecked(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.TransitiveCxxPreprocessorInputCache
-
Get a value from the cache
- getUnchecked() - Method in class com.facebook.buck.io.file.LazyPath
-
Does not invoke the path supplier, assuming it was invoked previously.
- getUncheckedInterruptibly(Future<V>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
Waits for the given future to complete and returns the result.
- getUnconfiguredBuildTargetFactory() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
- getUnconfiguredBuildTargetFactory() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getUnconfiguredBuildTargetFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getUnconfiguredBuildTargetFactory() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getUnconfiguredBuildTargetForFullyQualifiedTarget(String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getUnconfiguredBuildTargetView() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getUnconfiguredBuildTargetView() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getUnconfiguredBuildTargetView() - Method in class com.facebook.buck.parser.BuildTargetSpec
-
- getUnconfiguredBuildTargetView() - Method in class com.facebook.buck.parser.ImmutableBuildTargetSpec
-
- getUnexpandedCommandArgs() - Method in class com.facebook.buck.log.InvocationInfo
-
- getUnflavoredBuildTarget() - Method in class com.facebook.buck.core.model.AbstractBuildTarget
-
- getUnflavoredBuildTarget() - Method in interface com.facebook.buck.core.model.BuildTarget
-
- getUnflavoredBuildTargetView() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- getUnflavoredBuildTargetView() - Method in interface com.facebook.buck.core.model.UnconfiguredBuildTargetView
-
A build target without flavors.
- getUnnamedSources() - Method in class com.facebook.buck.rules.coercer.SourceSet
-
- getUnnamedSources() - Method in class com.facebook.buck.rules.coercer.SourceSortedSet
-
- getUnnamedSources() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
- getUnresolvedCxxPlatforms() - Method in class com.facebook.buck.cxx.toolchain.AbstractCxxPlatformsProvider
-
- getUnresolvedCxxPlatforms() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
-
- getUnsortedExportedRules(Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.core.rules.common.BuildRules
-
- getUnusedDependenciesAction() - Method in class com.facebook.buck.jvm.java.AbstractUnusedDependenciesFinder
-
- getUnusedDependenciesAction() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- getUnversionedTargetGraph() - Method in class com.facebook.buck.core.model.graph.ActionAndTargetGraphs
-
- getUnzippedOutputFilePathToBinary() - Method in class com.facebook.buck.apple.AppleBundle
-
- getUpdatedRulesCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- getUpdatedRulesCount() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getUploadCompleteFuture() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
Signals that the cache upload for this rule (if there were one) has completed.
- getUploaded() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats
-
- getUploadToCacheResultType() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- getUptime() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getUrl() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getUrl(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getUrl(String) - Static method in class com.facebook.buck.features.project.intellij.IjProjectPaths
-
- getUrl() - Method in class com.facebook.buck.features.project.intellij.model.ContentRoot
-
- getUrl() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- getUrl() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
- getUrl() - Method in class com.facebook.buck.maven.aether.Repository
-
- getUrl(String, String) - Method in class com.facebook.buck.util.config.Config
-
- getUrls() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
- getUrls() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
- getUseArgFile() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getUseArgFile() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Whether to use an argfile for long command lines.
- getUseArgFile() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
- getUseCxxLibraries() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getUseCxxLibraries() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getUseCxxLibraries() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getUseCxxLibraries() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getUseCxxLibraries() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getUseCxxLibraries() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getUseDefaultTestMain() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getUseDetailedUntrackedHeaderMessages() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- getUseFileList() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
- getUseHeaderMap() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Whether to use header maps.
- getUseModulewrap() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
- getUser() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
- getUserArgs() - Method in class com.facebook.buck.support.fix.BuckFixSpec
-
The arguments that the user sent to buck.
- getUserArgs() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
The arguments that the user sent to buck.
- getUserDefinedRuleTypes(Cell) - Method in class com.facebook.buck.core.rules.knowntypes.provider.KnownRuleTypesProvider
-
Get details for rules defined by users in extension files
- getUserFriendlyMessage(Throwable) - Static method in class com.facebook.buck.util.ErrorLogger
-
Prints the stacktrace as formatted by an ErrorLogger.
- getUserId() - Method in class com.facebook.buck.util.UnixUserIdFetcher
-
- getUserId() - Method in interface com.facebook.buck.util.UserIdFetcher
-
Returns the user ID for the current user.
- getUserIssueDescription() - Method in class com.facebook.buck.doctor.UserReport
-
- getUserLocalConfiguration() - Method in class com.facebook.buck.doctor.DefectReport
-
- getUserLocalConfiguration() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
-
- getUsername() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
-
- getUsername() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
-
- getUserPrincipalLookupService() - Method in class com.facebook.buck.core.filesystems.BuckFileSystem
-
- getUserReport() - Method in class com.facebook.buck.doctor.AbstractReport
-
- getUserReport() - Method in class com.facebook.buck.doctor.DefectReport
-
- getUserReport() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
-
- getUserReport() - Method in class com.facebook.buck.doctor.DoctorInteractiveReport
-
- getUseSplitDex() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getUseSplitDex() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getUsesWatchman() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getUseUnixPathSeparator() - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
-
- getUseUnixPathSeparator() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
-
- getUseUnixPathSeparator() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProvider
-
- getUseUnixPathSeparator() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
-
- getUseUnixPathSeparator() - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
-
- getUseUnixPathSeparator() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- getUseUnixPathSeparator() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- getUseUnixPathSeparator() - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- getUseUnixPathSeparator() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
- getUseWatchmanGlob() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getUUID() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
- getUuid() - Method in class com.facebook.buck.step.StepEvent
-
- getValue() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
-
- getValue() - Method in class com.facebook.buck.cli.ConfigValue
-
- getValue(String) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getValue(String) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
- getValue(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getValue(Set<Flavor>) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getValue(BuildTarget) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getValue(Flavor) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getValue(String) - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProviderInfo
-
- getValue(String) - Method in class com.facebook.buck.core.starlark.compatible.BuckStarlarkStructObject
-
- getValue(CellPathResolver, ProjectFilesystem, Path, TargetConfiguration, Object) - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
Get the coerced value for this attribute.
- getValue(String) - Method in class com.facebook.buck.core.starlark.rule.SkylarkRuleContextAttr
-
- getValue() - Method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
-
- getValue() - Method in enum com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader.SHType
-
- getValue() - Method in class com.facebook.buck.event.EventKey
-
- getValue() - Method in class com.facebook.buck.event.ExperimentEvent
-
- getValue() - Method in class com.facebook.buck.event.PerfEventId
-
- getValue() - Method in enum com.facebook.buck.event.SimplePerfEvent.Type
-
- getValue() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
- getValue() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
- getValue(Object) - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
-
- getValue(Object) - Method in interface com.facebook.buck.rules.keys.ValueExtractor
-
- getValue(Object) - Method in class com.facebook.buck.rules.keys.ValueMethodValueExtractor
-
- getValue() - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- getValue(String, String) - Method in class com.facebook.buck.util.config.AbstractRawConfig
-
Retrieve a value from a named section.
- getValue(String, String) - Method in class com.facebook.buck.util.config.Config
-
- getValue() - Method in enum com.facebook.buck.util.zip.ZipCompressionLevel
-
- getValueForFlavor(ImmutableMap<UserFlavor, String>, Flavor) - Static method in class com.facebook.buck.features.js.JsUtil
-
- getValuePairs() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- getValues() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
- getValues(String) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getValues(String) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
- getValues() - Method in class com.facebook.buck.core.cell.CellConfig
-
- getValues() - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getValues(BuildTarget) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- getValues() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg
-
- getValues() - Method in class com.facebook.buck.counters.CounterSnapshot
-
- getValues() - Method in class com.facebook.buck.json.BuildFilePythonResult
-
- getValues() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
- getValues() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- getValues() - Method in class com.facebook.buck.util.config.AbstractRawConfig
-
- getValues() - Method in class com.facebook.buck.util.config.RawConfig
-
- getValuesFile() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
- getValuesOrThrow(String) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- getValuesOrThrow(String) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
Tries to read the "artifact" values and if it fails it logs the attributes of the file it tried
to read.
- getValueString() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
-
- getValueString() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- getValueString() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummaryEvent
-
- getValueString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
-
- getValueString() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResultEvent
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildEvent.BuildReport
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildEvent.DistBuildFinished
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildEvent.DistBuildStarted
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildEvent.Reset
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildEvent.RuleCountCalculated
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildEvent.Started
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildEvent.UnskippedRuleCountUpdated
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.WillBuildLocally
-
- getValueString() - Method in class com.facebook.buck.core.build.event.BuildRuleExecutionEvent.Event
-
- getValueString() - Method in class com.facebook.buck.core.build.event.FinalizingBuildRuleEvent
-
- getValueString() - Method in class com.facebook.buck.core.test.event.IndividualTestEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.core.test.event.IndividualTestEvent.Started
-
- getValueString() - Method in class com.facebook.buck.core.test.event.TestRunEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.core.test.event.TestRunEvent.Started
-
- getValueString() - Method in class com.facebook.buck.core.test.event.TestStatusMessageEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.core.test.event.TestStatusMessageEvent.Started
-
- getValueString() - Method in class com.facebook.buck.core.test.event.TestSummaryEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.core.test.event.TestSummaryEvent.Started
-
- getValueString() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
-
- getValueString() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.build_client.ClientSideBuildSlaveFinishedStatsEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.build_client.DistBuildRemoteProgressEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.build_client.DistBuildSuperConsoleEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.build_client.StampedeConsoleEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.build_slave.ServerSideBuildSlaveFinishedStatsEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResultEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.DistBuildClientStatsEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.DistBuildCreatedEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.DistBuildRunEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
-
- getValueString() - Method in class com.facebook.buck.distributed.StampedeLocalBuildStatusEvent
-
- getValueString() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- getValueString() - Method in class com.facebook.buck.event.ActionGraphEvent
-
- getValueString() - Method in class com.facebook.buck.event.ActionGraphPerfStatEvent
-
- getValueString() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
-
- getValueString() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
-
- getValueString() - Method in class com.facebook.buck.event.CacheStatsEvent
-
- getValueString() - Method in class com.facebook.buck.event.CommandEvent
-
- getValueString() - Method in class com.facebook.buck.event.CompilerErrorEvent
-
- getValueString() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- getValueString() - Method in class com.facebook.buck.event.ConsoleEvent
-
- getValueString() - Method in class com.facebook.buck.event.DaemonEvent
-
- getValueString() - Method in class com.facebook.buck.event.ExperimentEvent
-
- getValueString() - Method in class com.facebook.buck.event.FileHashCacheEvent
-
- getValueString() - Method in class com.facebook.buck.event.FlushConsoleEvent
-
- getValueString() - Method in class com.facebook.buck.event.InstallEvent
-
- getValueString() - Method in class com.facebook.buck.event.LeafEvents.SimpleLeafEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.event.LeafEvents.SimpleLeafEvent.Started
-
- getValueString() - Method in class com.facebook.buck.event.listener.PerfTimesEventListener.PerfTimesEvent
-
- getValueString() - Method in class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- getValueString() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
-
- getValueString() - Method in class com.facebook.buck.event.ParsingEvent
-
- getValueString() - Method in class com.facebook.buck.event.ProgressEvent
-
- getValueString() - Method in class com.facebook.buck.event.ProjectGenerationEvent
-
- getValueString() - Method in class com.facebook.buck.event.RuleKeyCalculationEvent.Event
-
- getValueString() - Method in class com.facebook.buck.event.StartActivityEvent
-
- getValueString() - Method in class com.facebook.buck.event.UninstallEvent
-
- getValueString() - Method in class com.facebook.buck.event.WatchmanStatusEvent
-
- getValueString() - Method in class com.facebook.buck.file.downloader.impl.DownloadEvent
-
- getValueString() - Method in class com.facebook.buck.file.downloader.impl.DownloadProgressEvent
-
- getValueString() - Method in class com.facebook.buck.io.watchman.WatchmanDiagnosticEvent
-
- getValueString() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
-
- getValueString() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
-
- getValueString() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- getValueString() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
-
- getValueString() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent
-
- getValueString() - Method in class com.facebook.buck.parser.events.ParseBuckProfilerReportEvent
-
- getValueString() - Method in class com.facebook.buck.parser.ParseEvent
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent.Started
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.CasBlobUploadEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.CasBlobUploadEvent.Started
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Started
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.RemoteBuildRuleExecutionEvent
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Scheduled
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Started
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.Terminal
-
- getValueString() - Method in class com.facebook.buck.remoteexecution.event.RemoteExecutionSessionEvent
-
- getValueString() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
-
- getValueString() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
-
- getValueString() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
-
- getValueString() - Method in class com.facebook.buck.step.StepEvent
-
- getValueString() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
-
- getValueString() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
-
- getValueString() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
-
- getValueString() - Method in class com.facebook.buck.test.TestRuleEvent
-
- getValueString() - Method in class com.facebook.buck.util.environment.NetworkInfo.Event
-
- getValueString() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.PerfStatsEvent
-
- getValueString() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
-
- getValueString() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
-
- getValueString() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
-
- getValueString() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent
-
- getValueTypeInfo() - Method in class com.facebook.buck.rules.modern.FieldInfo
-
- getVar() - Method in class com.facebook.buck.rules.macros.EnvMacro
-
- getVariableExpansionForPlatform(String, String, Map<String, String>) - Static method in class com.facebook.buck.apple.InfoPlistSubstitution
-
Returns a variable expansion for keys which may depend on platform name, trying from most to
least specific.
- getVariables() - Method in class com.facebook.buck.features.go.GoTestCoverSource
-
- getVariance() - Method in class com.facebook.buck.util.Statistics
-
Get the standard deviation.
- getVariant() - Method in class com.facebook.buck.event.ExperimentEvent
-
- getVariants() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
- getVerbosity() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- getVerbosity() - Method in class com.facebook.buck.event.listener.RenderingConsole
-
- getVerbosity() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
- getVerbosity() - Method in class com.facebook.buck.util.Console
-
- getVerbosityForLevel(int) - Static method in class com.facebook.buck.cli.VerbosityParser
-
- getVerificationErrors() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
-
- getVerificationErrors() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
- getVerificationMode() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
- getVerifiedSourceAbiJar(BuildTarget) - Static method in class com.facebook.buck.jvm.core.JavaAbis
-
- getVerifyStep() - Method in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- getVersion() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformCompiler
-
- getVersion() - Method in class com.facebook.buck.apple.toolchain.AppleSdk
-
The version number of the SDK.
- getVersion() - Method in class com.facebook.buck.apple.toolchain.AppleToolchain
-
The version number of the toolchain.
- getVersion() - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool
-
- getVersion() - Method in class com.facebook.buck.features.haskell.HaskellPackageInfo
-
- getVersion() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
- getVersion() - Method in class com.facebook.buck.infer.ImmutableInferConfig
- getVersion() - Method in class com.facebook.buck.infer.InferConfig
-
- getVersion() - Method in class com.facebook.buck.io.watchman.Watchman
-
- getVersion() - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- getVersion() - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- getVersion() - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
-
- getVersion() - Static method in class com.facebook.buck.rules.keys.config.impl.BuckVersion
-
- getVersion() - Method in class com.facebook.buck.swift.SwiftBuckConfig
-
- getVersion() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
- getVersion() - Method in class com.facebook.buck.versions.ExactConstraint
-
- getVersionCode() - Method in interface com.facebook.buck.android.AndroidManifestReader
-
- getVersionCode() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- getVersionCode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
- getVersionControlStats() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
-
- getVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
-
- getVersionControlStatsGenerator() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getVersionControlStatsGenerator() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getVersionDomain() - Method in class com.facebook.buck.versions.VersionInfo
-
- getVersionedExportedLangPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getVersionedExportedLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getVersionedExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getVersionedExportedPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getVersionedHeaderDirs() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getVersionedHeaderDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getVersionedResources() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getVersionedResources() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getVersionedSharedLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getVersionedSharedLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getVersionedSrcs() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getVersionedSrcs() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getVersionedStaticLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getVersionedStaticLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getVersionedStaticPicLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
- getVersionedStaticPicLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
- getVersionedTargetGraph() - Method in class com.facebook.buck.core.model.graph.ActionAndTargetGraphs
-
- getVersionedTargetGraph(DepsAwareExecutor<? super ComputeResult, ?>, TypeCoercerFactory, UnconfiguredBuildTargetViewFactory, TargetGraphCreationResult, ImmutableMap<String, VersionUniverse>) - Method in class com.facebook.buck.versions.InstrumentedVersionedTargetGraphCache
-
- getVersionedTargetGraph(DepsAwareExecutor<? super ComputeResult, ?>, BuckConfig, TypeCoercerFactory, UnconfiguredBuildTargetViewFactory, TargetGraphCreationResult, TargetConfiguration, CacheStatsTracker, BuckEventBus) - Method in class com.facebook.buck.versions.VersionedTargetGraphCache
-
- getVersionedTargetGraphCache() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getVersionedTargetGraphCache() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getVersionedTargetGraphCache() - Method in class com.facebook.buck.cli.ParserAndCaches
-
- getVersionedTargetGraphCache() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
- getVersionedTargetGraphCache() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
- getVersionedTargetGraphCache() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getVersionGroupType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
-
- getVersionInfo(TargetNode<?>) - Method in class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
Get/cache the transitive version info for this node.
- getVersionInfo(TargetNode<?>) - Method in class com.facebook.buck.versions.AsyncVersionedTargetGraphBuilder
-
- getVersionName() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
- getVersions() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
- getVersions() - Method in class com.facebook.buck.versions.VersionUniverse
-
- getVersionString() - Method in class com.facebook.buck.features.python.toolchain.AbstractPythonVersion
-
- getVersionString() - Method in class com.facebook.buck.features.python.toolchain.PythonVersion
-
- getVersionString() - Method in class com.facebook.buck.jvm.java.JavacVersion
-
- getVersionString() - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
-
- getVersionTargetGraphTimeoutSeconds() - Method in class com.facebook.buck.versions.VersionBuckConfig
-
- getVersionUniverse() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- getVersionUniverse() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- getVersionUniverse() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
- getVersionUniverse() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
- getVersionUniverse() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getVersionUniverse() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getVersionUniverse() - Method in interface com.facebook.buck.versions.HasVersionUniverse
-
- getVersionUniverse(TargetNode<?>) - Method in class com.facebook.buck.versions.VersionUniverseVersionSelector
-
- getVersionUniverses(TargetConfiguration) - Method in class com.facebook.buck.versions.VersionBuckConfig
-
- getVersionUniverses() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
- getView(Class<T>) - Method in class com.facebook.buck.core.config.BuckConfig
-
- getView(Class<V>) - Method in class com.facebook.buck.core.config.ConfigViewCache
-
- getViewerPattern() - Method in class com.facebook.buck.rules.visibility.parser.BuildTargetVisibilityPattern
-
- getVisibilityChecker() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
- getVisibilityChecker() - Method in interface com.facebook.buck.rules.visibility.ObeysVisibility
-
- getVisibilityPatterns() - Method in class com.facebook.buck.core.model.targetgraph.impl.AbstractImmutableRawTargetNode
-
- getVisibilityPatterns() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableRawTargetNode
-
- getVisibilityPatterns() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getVisibilityPatterns() - Method in interface com.facebook.buck.core.model.targetgraph.raw.RawTargetNode
-
List of patterns from visibility attribute.
- getVisibilityPatterns() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getVmArgs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- getVmArgs() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
In practice, these may be values such as -Xmx512m.
- getVmArgs() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- getVmArgs() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
-
- getVmArgs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- getVmArgs() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- getVmArgs() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
- getWallMillisDuration() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- getWallMillisDuration() - Method in class com.facebook.buck.util.timing.ClockDuration
-
- getWantsPackagePrefix() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
Used to make IntelliJ ignore the package name->folder structure convention and assume the
given package prefix.
- getWarnings() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
- getWarningsFlags() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
- getWarningsFlags() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
- getWarningsFlags() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getWarnOnConfigFileOverrides() - Method in class com.facebook.buck.support.cli.config.AbstractCliConfig
-
- getWarnOnConfigFileOverrides() - Method in class com.facebook.buck.support.cli.config.CliConfig
- getWarnOnConfigFileOverridesIgnoredFiles() - Method in class com.facebook.buck.support.cli.config.AbstractCliConfig
-
- getWarnOnConfigFileOverridesIgnoredFiles() - Method in class com.facebook.buck.support.cli.config.CliConfig
- getWasCreatedForAppExtension() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
Add value to scheme to indicate it will be used to work on an app extension.
- getWasCreatedForExtension() - Method in class com.facebook.buck.apple.xcode.XCScheme
-
- getWasStoreSuccessful() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractStoreResult
-
- getWasStoreSuccessful() - Method in class com.facebook.buck.artifact_cache.StoreResult
-
- getWatchAppPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getWatchCells() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getWatchCells() - Method in class com.facebook.buck.parser.config.ParserConfig
- getWatchInterface() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
-
- getWatchInterface() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getWatchman() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getWatchman() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getWatchman(WatchmanClient, Path, ImmutableSet<Path>, Console, Clock, long) - Static method in class com.facebook.buck.io.watchman.WatchmanFactory
-
Query Watchman's capabilities and watch the given directories.
- getWatchman() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getWatchmanCursor() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getWatchmanCursor() - Method in class com.facebook.buck.parser.config.ParserConfig
- getWatchmanCursor() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getWatchmanDiagReport() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractFileChangesIgnoredReport
-
- getWatchmanDiagReport() - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
-
- getWatchmanErrorMessage() - Method in exception com.facebook.buck.io.watchman.WatchmanQueryFailedException
-
- getWatchmanGlobSanityCheck() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getWatchmanGlobSanityCheck() - Method in class com.facebook.buck.parser.config.ParserConfig
- getWatchmanGlobStatResults() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getWatchmanQueryTimeoutMs() - Method in class com.facebook.buck.parser.config.AbstractParserConfig
-
- getWatchmanQueryTimeoutMs() - Method in class com.facebook.buck.parser.config.ParserConfig
- getWatchmanQueryTimeoutMs() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getWatchmanRelativizedFinalPath(Path) - Method in class com.facebook.buck.skylark.io.impl.HybridGlobberFactory
-
Ask Watchman to get the final path for a file, following links (and ReparsePoints on Windows).
- getWatchmanUseGlobGenerator() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
- getWatchmanVersion() - Method in class com.facebook.buck.log.InvocationInfo
-
- getWatchRoot() - Method in class com.facebook.buck.io.watchman.ProjectWatch
-
- getWeakFingerprint(Path, Config) - Static method in class com.facebook.buck.parser.cache.impl.Fingerprinter
-
Gets the weak fingerprint for this configuration.
- getWebServer() - Method in class com.facebook.buck.cli.AbstractCommandRunnerParams
-
- getWebServer() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- getWebServer() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- getWeightedListeningExecutorService() - Method in class com.facebook.buck.cli.CommandThreadManager
-
- getWeightEstimate() - Method in interface com.facebook.buck.android.DexWithClasses
-
- getWhitelist() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
-
- getWhitelistedStringDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
-
A set of "res" directories that contain "whitelisted" strings, i.e.
- getWhitelistPatterns() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
-
- getWifiSsid() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
-
- getWifiSsid() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
-
- getWifiSsid() - Static method in class com.facebook.buck.util.environment.NetworkInfo
-
- getWindowsFSInstance() - Static method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemFactory
-
- getWithinViewPatterns() - Method in class com.facebook.buck.core.model.targetgraph.impl.AbstractImmutableRawTargetNode
-
- getWithinViewPatterns() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableRawTargetNode
-
- getWithinViewPatterns() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
- getWithinViewPatterns() - Method in interface com.facebook.buck.core.model.targetgraph.raw.RawTargetNode
-
List of patterns from within_view attribute.
- getWithinViewPatterns() - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- getWord() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- getWork(GetWorkRequest) - Method in class com.facebook.buck.distributed.build_slave.ActiveCoordinatorService
-
- getWork(GetWorkRequest) - Method in class com.facebook.buck.distributed.build_slave.IdleCoordinatorService
-
- getWork(String, MinionType, int, List<String>, int) - Method in class com.facebook.buck.distributed.build_slave.ThriftCoordinatorClient
-
Requests for more work from the Coordinator to build locally.
- getWorker() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
- getWorker() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
- getWorkerHash() - Method in class com.facebook.buck.rules.macros.WorkerMacroArg
-
- getWorkerHash() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
Hash to identify the specific worker pool and kind of a mechanism for invalidating existing
pools.
- getWorkerJobParamsToUse(Platform) - Method in class com.facebook.buck.shell.WorkerShellStep
-
- getWorkerProcessIdentity() - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Identifies the instance of the persisted worker process pool.
- getWorkerProcessParams() - Method in class com.facebook.buck.worker.WorkerJobParams
-
- getWorkerProcessPool(ExecutionContext, WorkerProcessParams) - Method in class com.facebook.buck.worker.WorkerProcessPoolFactory
-
Returns an existing WorkerProcessPool for the given job params if one exists, otherwise creates
a new one.
- getWorkerProcessPools() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
Worker process pools that you can populate as needed.
- getWorkerRequirementsFilename() - Method in interface com.facebook.buck.remoteexecution.config.RemoteExecutionStrategyConfig
-
- getWorkerTool() - Method in class com.facebook.buck.shell.DefaultWorkerToolRule
-
- getWorkerTool() - Method in interface com.facebook.buck.shell.ProvidesWorkerTool
-
- getWorkingDirectory() - Method in class com.facebook.buck.core.rules.actions.ActionExecutionContext
-
- getWorkingDirectory() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
- getWorkingDirectory() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
- getWorkingDirectoryChangesCount() - Method in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- getWorkingTimeFromLastStartUntilNow(Collection<EventInterval>, long) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
Deprecated.
- getWorkspaceName() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
- getWorkspaceNameFromArg(XcodeWorkspaceConfigDescriptionArg) - Static method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescription
-
- getWorkspacePath() - Method in class com.facebook.buck.features.apple.projectV2.WorkspaceAndProjectGenerator.Result
-
- getWorkspacePath() - Method in class com.facebook.buck.features.project.intellij.WorkspaceUpdater
-
- getWriteHeaders() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getWriter(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState
-
- getWriters(String) - Method in interface com.facebook.buck.log.LogFileHandlerState
-
- getWriteTimeoutSeconds() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
- getXcconfigPaths() - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
- getXcconfigPaths() - Method in class com.facebook.buck.features.apple.project.ProjectGenerator
-
- getXcconfigPaths() - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
- getXcodeBuildVersion() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getXcodeCompileScriptPath() - Method in class com.facebook.buck.features.halide.HalideBuckConfig
-
- getXCodeDescriptions() - Method in class com.facebook.buck.apple.AppleXCodeDescriptionClassSupplier
-
- getXCodeDescriptions() - Method in interface com.facebook.buck.apple.XCodeDescriptionClassSupplier
-
- getXCodeDescriptions() - Method in class com.facebook.buck.apple.XCodeDescriptions
-
- getXCodeDescriptions() - Method in class com.facebook.buck.features.halide.HalideXCodeDescriptionClassSupplier
-
- getXcodeDeveloperDirectoryForTests() - Method in class com.facebook.buck.apple.AppleConfig
-
- getXcodeDir() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- getXcodeDisableParallelizeBuild() - Method in class com.facebook.buck.apple.AppleConfig
-
- getXcodePrivateHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getXcodePrivateHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getXcodePrivateHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getXcodePrivateHeadersSymlinks() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getXcodePrivateHeadersSymlinks() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getXcodeProductType() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- getXcodeProductType() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getXcodeProductType() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
-
- getXcodeProjPath() - Method in class com.facebook.buck.features.apple.projectV2.ProjectGenerator
-
- getXcodePublicHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- getXcodePublicHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- getXcodePublicHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- getXcodePublicHeadersSymlinks() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- getXcodePublicHeadersSymlinks() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- getXcodeToolName(String) - Method in class com.facebook.buck.apple.AppleConfig
-
- getXcodeToolReplacement(String) - Method in class com.facebook.buck.apple.AppleConfig
-
- getXcodeToolVersion(String, String) - Method in class com.facebook.buck.apple.AppleConfig
-
- getXcodeVersion() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getXcrunSdkPath() - Method in class com.facebook.buck.features.rust.RustPlatform
-
- getXctest() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- getXctestPlatformNames() - Method in class com.facebook.buck.apple.AppleConfig
-
- getXctoolDefaultDestinationSpecifier() - Method in class com.facebook.buck.apple.AppleConfig
-
- getXctoolPath() - Method in class com.facebook.buck.apple.AppleConfig
-
- getXctoolStutterTimeoutMs() - Method in class com.facebook.buck.apple.AppleConfig
-
- getXctoolZipTarget(TargetConfiguration) - Method in class com.facebook.buck.apple.AppleConfig
-
- getXPCServicesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
- getXzCompressionLevel() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
- getXzCompressionLevel() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
- getYaccCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
- getYaccCompiler() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
- getZipAbsolutePath() - Method in class com.facebook.buck.zip.ZipScrubberStep
-
- getZipalignExecutable() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- getZipalignExecutable() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- getZipCompressionLevel() - Method in class com.facebook.buck.apple.AppleConfig
-
- getZipFiles() - Method in class com.facebook.buck.android.AbstractModuleInfo
-
- getZipFiles() - Method in class com.facebook.buck.android.ModuleInfo
-
- getZipMembers(Path) - Static method in class com.facebook.buck.util.unarchive.Unzip
-
Gets a set of files that are contained in an archive
- getZipSafe() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
- getZipSafe() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
- getZipSafe() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
- getZipSrcs() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
- GidGenerator - Class in com.facebook.buck.apple.xcode
-
Generator for Global ID (GID) which are present on every xcode project object.
- GidGenerator() - Constructor for class com.facebook.buck.apple.xcode.GidGenerator
-
- glob(SkylarkList<String>, SkylarkList<String>, Boolean, FuncallExpression, Environment) - Method in class com.facebook.buck.skylark.function.SkylarkNativeModule
-
- global - Variable in class com.facebook.buck.android.relinker.Symbols
-
- GLOBAL_HEADER - Static variable in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- GLOBAL_THIN_HEADER - Static variable in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- GlobalCliOptions - Class in com.facebook.buck.support.cli.args
-
Contains CLI options that are common to all of the commands.
- GlobalCliOptions() - Constructor for class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- GlobalStateManager - Class in com.facebook.buck.log
-
- GlobalStateManager() - Constructor for class com.facebook.buck.log.GlobalStateManager
-
- GlobalStateManager.LoggerIsMappedToThreadScope - Interface in com.facebook.buck.log
-
- Globber - Interface in com.facebook.buck.skylark.io
-
A contract for globbing functionality that allows resolving file paths based on include patterns
(file patterns that should be returned) minus exclude patterns (file patterns that should be
excluded from the resulting set).
- GlobberFactory - Interface in com.facebook.buck.skylark.io
-
Creates
Globber instances to save clients from implementation details.
- GlobPatternMatcher - Class in com.facebook.buck.io.filesystem
-
Matcher that matches paths described by the glob pattern.
- globResultsMatchCurrentState(Path, ImmutableList<GlobSpecWithResult>) - Method in class com.facebook.buck.parser.api.ForwardingProjectBuildFileParserDecorator
-
- globResultsMatchCurrentState(Path, ImmutableList<GlobSpecWithResult>) - Method in interface com.facebook.buck.parser.api.ProjectBuildFileParser
-
Checks if existing GlobSpecs with results are the same as current state in the file
system.
- globResultsMatchCurrentState(Path, ImmutableList<GlobSpecWithResult>) - Method in class com.facebook.buck.parser.ConcurrentProjectBuildFileParser
-
- globResultsMatchCurrentState(Path, ImmutableList<GlobSpecWithResult>) - Method in class com.facebook.buck.parser.HybridProjectBuildFileParser
-
- globResultsMatchCurrentState(Path, ImmutableList<GlobSpecWithResult>) - Method in class com.facebook.buck.parser.PythonDslProjectBuildFileParser
-
- globResultsMatchCurrentState(Path, ImmutableList<GlobSpecWithResult>) - Method in class com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser
-
- GlobSpec - Class in com.facebook.buck.skylark.io
-
Glob specification includes parameters that affect glob evaluation within a single package.
- GlobSpec.Builder - Class in com.facebook.buck.skylark.io
-
- GlobSpecWithResult - Class in com.facebook.buck.skylark.io
-
Set of globs performed while executing the build spec and the results they produce.
- GnuArchiver - Class in com.facebook.buck.cxx.toolchain
-
Archiver implementation for gcc.
- GnuArchiver(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.GnuArchiver
-
- GnuLinker - Class in com.facebook.buck.cxx.toolchain.linker.impl
-
A specialization of
Linker containing information specific to the GNU implementation.
- GnuLinker(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- GoArch - Enum in com.facebook.buck.features.go
-
Represents the GOARCH values in Go found at:
https://github.com/golang/go/blob/master/src/go/build/syslist.go
- GoAssembleStep - Class in com.facebook.buck.features.go
-
- GoAssembleStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Iterable<Path>, ImmutableList<Path>, GoPlatform, Path) - Constructor for class com.facebook.buck.features.go.GoAssembleStep
-
- GoBinary - Class in com.facebook.buck.features.go
-
- GoBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>, SymlinkTree, GoCompile, Tool, Linker, GoLinkStep.LinkMode, ImmutableList<String>, ImmutableList<Arg>, GoPlatform) - Constructor for class com.facebook.buck.features.go.GoBinary
-
- GoBinaryDescription - Class in com.facebook.buck.features.go
-
- GoBinaryDescription(GoBuckConfig, ToolchainProvider) - Constructor for class com.facebook.buck.features.go.GoBinaryDescription
-
- GoBinaryDescriptionArg - Class in com.facebook.buck.features.go
-
Immutable implementation of GoBinaryDescription.AbstractGoBinaryDescriptionArg.
- GoBinaryDescriptionArg.Builder - Class in com.facebook.buck.features.go
-
- GoBuckConfig - Class in com.facebook.buck.features.go
-
- GoBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.features.go.GoBuckConfig
-
- GoCompile - Class in com.facebook.buck.features.go
-
- GoCompile(BuildTarget, ProjectFilesystem, BuildRuleParams, SymlinkTree, Path, ImmutableMap<Path, Path>, ImmutableSet<SourcePath>, ImmutableSet<SourcePath>, ImmutableList<String>, ImmutableList<String>, GoPlatform, boolean, ImmutableList<SourcePath>, List<GoListStep.ListType>) - Constructor for class com.facebook.buck.features.go.GoCompile
-
- GoCompileStep - Class in com.facebook.buck.features.go
-
- GoCompileStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, Iterable<Path>, Iterable<Path>, ImmutableMap<Path, Path>, ImmutableList<Path>, Optional<Path>, boolean, GoPlatform, Optional<Path>, Path) - Constructor for class com.facebook.buck.features.go.GoCompileStep
-
- GoDescriptionsProvider - Class in com.facebook.buck.features.go
-
- GoDescriptionsProvider() - Constructor for class com.facebook.buck.features.go.GoDescriptionsProvider
-
- GoLibrary - Class in com.facebook.buck.features.go
-
Provides information about a Go Library rule
- GoLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSet<SourcePath>) - Constructor for class com.facebook.buck.features.go.GoLibrary
-
- GoLibraryDescription - Class in com.facebook.buck.features.go
-
- GoLibraryDescription(GoBuckConfig, ToolchainProvider) - Constructor for class com.facebook.buck.features.go.GoLibraryDescription
-
- GoLibraryDescriptionArg - Class in com.facebook.buck.features.go
-
Immutable implementation of GoLibraryDescription.AbstractGoLibraryDescriptionArg.
- GoLibraryDescriptionArg.Builder - Class in com.facebook.buck.features.go
-
- GoLinkable - Class in com.facebook.buck.features.go
-
Immutable implementation of AbstractGoLinkable.
- GoLinkable.Builder - Class in com.facebook.buck.features.go
-
- GoLinkStep - Class in com.facebook.buck.features.go
-
- GoLinkStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<Path>, GoPlatform, Path, GoLinkStep.BuildMode, GoLinkStep.LinkMode, Path) - Constructor for class com.facebook.buck.features.go.GoLinkStep
-
- GoListStep - Class in com.facebook.buck.features.go
-
- GoListStep(Path, Optional<Path>, GoPlatform, List<GoListStep.ListType>) - Constructor for class com.facebook.buck.features.go.GoListStep
-
- GoModule - Class in com.facebook.buck.features.go
-
- GoModule() - Constructor for class com.facebook.buck.features.go.GoModule
-
- GoModuleAdapterPlugin - Class in com.facebook.buck.features.go
-
- GoModuleAdapterPlugin(PluginWrapper) - Constructor for class com.facebook.buck.features.go.GoModuleAdapterPlugin
-
- GoOs - Enum in com.facebook.buck.features.go
-
Represents the GOOS values in Go found at:
https://github.com/golang/go/blob/master/src/go/build/syslist.go
- GoPackStep - Class in com.facebook.buck.features.go
-
- GoPackStep(Path, ImmutableMap<String, String>, ImmutableList<String>, GoPackStep.Operation, ImmutableList<Path>, Iterable<Path>, Path) - Constructor for class com.facebook.buck.features.go.GoPackStep
-
- GoPackStep.Operation - Enum in com.facebook.buck.features.go
-
- GoPlatform - Class in com.facebook.buck.features.go
-
Abstracting the tooling/flags/libraries used to build Go rules.
- GoPlatform.Builder - Class in com.facebook.buck.features.go
-
- GoPlatformFactory - Class in com.facebook.buck.features.go
-
- GoProjectCommandHelper - Class in com.facebook.buck.features.go
-
- GoProjectCommandHelper(CommandRunnerParams, ListeningExecutorService, boolean, Function<Iterable<String>, ImmutableList<TargetNodeSpec>>, ProjectGeneratorParameters, TargetConfiguration) - Constructor for class com.facebook.buck.features.go.GoProjectCommandHelper
-
- GoProjectSubCommand - Class in com.facebook.buck.features.go
-
- GoProjectSubCommand() - Constructor for class com.facebook.buck.features.go.GoProjectSubCommand
-
- GoProjectSubCommandFactory - Class in com.facebook.buck.features.go
-
- GoProjectSubCommandFactory() - Constructor for class com.facebook.buck.features.go.GoProjectSubCommandFactory
-
- GoTest - Class in com.facebook.buck.features.go
-
- GoTest(BuildTarget, ProjectFilesystem, BuildRuleParams, GoBinary, ImmutableSet<String>, ImmutableSet<String>, Optional<Long>, ImmutableMap<String, Arg>, boolean, ImmutableSortedSet<SourcePath>, GoTestCoverStep.Mode) - Constructor for class com.facebook.buck.features.go.GoTest
-
- GoTestCoverSource - Class in com.facebook.buck.features.go
-
GoTestCoverSource is responsible for annotating the source files via `go tool cover` utilty.
- GoTestCoverSource(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, GoPlatform, ImmutableSet<SourcePath>, Tool, GoTestCoverStep.Mode) - Constructor for class com.facebook.buck.features.go.GoTestCoverSource
-
- GoTestCoverStep - Class in com.facebook.buck.features.go
-
- GoTestCoverStep(Path, Path, Path, ImmutableMap<String, String>, ImmutableList<String>, GoTestCoverStep.Mode) - Constructor for class com.facebook.buck.features.go.GoTestCoverStep
-
- GoTestDescription - Class in com.facebook.buck.features.go
-
- GoTestDescription(GoBuckConfig, ToolchainProvider) - Constructor for class com.facebook.buck.features.go.GoTestDescription
-
- GoTestDescriptionArg - Class in com.facebook.buck.features.go
-
Immutable implementation of GoTestDescription.AbstractGoTestDescriptionArg.
- GoTestDescriptionArg.Builder - Class in com.facebook.buck.features.go
-
- GoTestMain - Class in com.facebook.buck.features.go
-
- GoTestMain(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, ImmutableSet<SourcePath>, Path, GoPlatform, ImmutableMap<Path, ImmutableMap<String, Path>>, GoTestCoverStep.Mode) - Constructor for class com.facebook.buck.features.go.GoTestMain
-
- GoTestMainStep - Class in com.facebook.buck.features.go
-
- GoTestMainStep(Path, ImmutableMap<String, String>, ImmutableList<String>, GoTestCoverStep.Mode, ImmutableMap<Path, ImmutableMap<String, Path>>, Path, Iterable<Path>, Path) - Constructor for class com.facebook.buck.features.go.GoTestMainStep
-
- GoTestRunner - Class in com.facebook.buck.features.go
-
Specifies the test runner for go_test for test protocol.
- GoTestRunner(BuildTarget, ProjectFilesystem, SourcePath) - Constructor for class com.facebook.buck.features.go.GoTestRunner
-
- GoTestRunnerDescription - Class in com.facebook.buck.features.go
-
A rule for specifying go test runners.
- GoTestRunnerDescription() - Constructor for class com.facebook.buck.features.go.GoTestRunnerDescription
-
- GoTestRunnerDescriptionArg - Class in com.facebook.buck.features.go
-
Immutable implementation of GoTestRunnerDescription.AbstractGoTestRunnerDescriptionArg.
- GoTestRunnerDescriptionArg.Builder - Class in com.facebook.buck.features.go
-
- GoTestStep - Class in com.facebook.buck.features.go
-
Run a go test command and stream the output to a file.
- GoTestStep(ProjectFilesystem, Path, ImmutableList<String>, ImmutableMap<String, String>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.features.go.GoTestStep
-
- GoTestX - Class in com.facebook.buck.features.go
-
go test that implements the test protocol
- GoTestX(BuildTarget, ProjectFilesystem, BuildRuleParams, GoBinary, ImmutableSet<String>, ImmutableSet<String>, CoercedTestRunnerSpec, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.features.go.GoTestX
-
- GoToolchain - Class in com.facebook.buck.features.go
-
- GoToolchainFactory - Class in com.facebook.buck.features.go
-
- GoToolchainFactory() - Constructor for class com.facebook.buck.features.go.GoToolchainFactory
-
- GoToolchainSupplier - Class in com.facebook.buck.features.go
-
- GoToolchainSupplier() - Constructor for class com.facebook.buck.features.go.GoToolchainSupplier
-
- GraphComputation<Key extends ComputeKey<Result>,Result extends ComputeResult> - Interface in com.facebook.buck.core.graph.transformation
-
- GraphComputationStage<KeyType extends ComputeKey<ResultType>,ResultType extends ComputeResult> - Class in com.facebook.buck.core.graph.transformation.impl
-
- GraphComputationStage(GraphComputation<KeyType, ResultType>) - Constructor for class com.facebook.buck.core.graph.transformation.impl.GraphComputationStage
-
- GraphComputationStage(GraphComputation<KeyType, ResultType>, GraphEngineCache<KeyType, ResultType>) - Constructor for class com.facebook.buck.core.graph.transformation.impl.GraphComputationStage
-
- GraphEngineCache<Key extends ComputeKey<Value>,Value extends ComputeResult> - Interface in com.facebook.buck.core.graph.transformation
-
Interface for a Cache object that
GraphTransformationEngine uses to store results that
have finished computing so that the results can be reused.
- GraphEngineFactory - Class in com.facebook.buck.cli
-
- GraphEnhancementQueryEnvironment - Class in com.facebook.buck.rules.query
-
A query environment that can be used for graph-enhancement, including macro expansion or dynamic
dependency resolution.
- GraphEnhancementQueryEnvironment(Optional<ActionGraphBuilder>, Optional<TargetGraph>, TypeCoercerFactory, CellPathResolver, UnconfiguredBuildTargetViewFactory, String, Set<BuildTarget>, TargetConfiguration) - Constructor for class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- GraphTransformationEngine - Interface in com.facebook.buck.core.graph.transformation
-
Transformation engine that transforms supplied ComputeKey into ComputeResult via
GraphComputation.
- GraphTraversable<T> - Interface in com.facebook.buck.core.util.graph
-
- GreedyMultiBuildCapacityTracker - Class in com.facebook.buck.distributed.build_slave
-
- GreedyMultiBuildCapacityTracker(CapacityService, int) - Constructor for class com.facebook.buck.distributed.build_slave.GreedyMultiBuildCapacityTracker
-
- GroovyBuckConfig - Class in com.facebook.buck.jvm.groovy
-
- GroovyBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.groovy.GroovyBuckConfig
-
- Groovyc - Class in com.facebook.buck.jvm.groovy
-
- Groovyc(Supplier<? extends SourcePath>, boolean) - Constructor for class com.facebook.buck.jvm.groovy.Groovyc
-
- Groovyc(SourcePath, boolean) - Constructor for class com.facebook.buck.jvm.groovy.Groovyc
-
- GroovyConfiguredCompilerFactory - Class in com.facebook.buck.jvm.groovy
-
- GroovyConfiguredCompilerFactory(GroovyBuckConfig) - Constructor for class com.facebook.buck.jvm.groovy.GroovyConfiguredCompilerFactory
-
- GroovyDescriptionsProvider - Class in com.facebook.buck.jvm.groovy
-
- GroovyDescriptionsProvider() - Constructor for class com.facebook.buck.jvm.groovy.GroovyDescriptionsProvider
-
- GroovyLibraryDescription - Class in com.facebook.buck.jvm.groovy
-
- GroovyLibraryDescription(ToolchainProvider, GroovyBuckConfig, JavaBuckConfig) - Constructor for class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
-
- GroovyLibraryDescription.CoreArg - Interface in com.facebook.buck.jvm.groovy
-
- GroovyLibraryDescriptionArg - Class in com.facebook.buck.jvm.groovy
-
Immutable implementation of GroovyLibraryDescription.AbstractGroovyLibraryDescriptionArg.
- GroovyLibraryDescriptionArg.Builder - Class in com.facebook.buck.jvm.groovy
-
- GroovyLibraryModuleRule - Class in com.facebook.buck.features.project.intellij.lang.groovy
-
- GroovyLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.features.project.intellij.lang.groovy.GroovyLibraryModuleRule
-
- GroovyTestDescription - Class in com.facebook.buck.jvm.groovy
-
Description for groovy_test.
- GroovyTestDescription(ToolchainProvider, GroovyBuckConfig, JavaBuckConfig) - Constructor for class com.facebook.buck.jvm.groovy.GroovyTestDescription
-
- GroovyTestDescriptionArg - Class in com.facebook.buck.jvm.groovy
-
Immutable implementation of GroovyTestDescription.AbstractGroovyTestDescriptionArg.
- GroovyTestDescriptionArg.Builder - Class in com.facebook.buck.jvm.groovy
-
- GroovyTestModuleRule - Class in com.facebook.buck.features.project.intellij.lang.groovy
-
- GroovyTestModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.features.project.intellij.lang.groovy.GroovyTestModuleRule
-
- GroupedSource - Class in com.facebook.buck.apple
-
Immutable implementation of AbstractGroupedSource.
- GroupedSource.Builder - Class in com.facebook.buck.apple
-
- GrpcAsyncBlobFetcher - Class in com.facebook.buck.remoteexecution.grpc
-
GRPC implementation of the AsyncBlobFetcher.
- GrpcAsyncBlobFetcher(String, ContentAddressableStorageGrpc.ContentAddressableStorageFutureStub, ByteStreamGrpc.ByteStreamStub, BuckEventBus, RemoteExecutionMetadata, Protocol, int) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcAsyncBlobFetcher
-
- GrpcCasBlobUploader - Class in com.facebook.buck.remoteexecution.grpc
-
GRPC implementation of the CasBlobUploader.
- GrpcCasBlobUploader(String, ContentAddressableStorageGrpc.ContentAddressableStorageFutureStub, ByteStreamGrpc.ByteStreamStub, BuckEventBus, RemoteExecutionMetadata) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcCasBlobUploader
-
- GrpcContentAddressableStorageClient - Class in com.facebook.buck.remoteexecution.grpc
-
Implementation of a CAS client using GRPC.
- GrpcContentAddressableStorageClient(ContentAddressableStorageGrpc.ContentAddressableStorageFutureStub, ByteStreamGrpc.ByteStreamStub, int, String, Protocol, BuckEventBus, RemoteExecutionMetadata, RemoteExecutionStrategyConfig) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcContentAddressableStorageClient
-
- GrpcDigest(Digest) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcDigest
-
- GrpcExecutionFactory - Class in com.facebook.buck.remoteexecution.grpc
-
Factory for creating grpc-based strategies.
- GrpcExecutionFactory() - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcExecutionFactory
-
- GrpcHeaderHandler - Class in com.facebook.buck.remoteexecution.grpc
-
Provides operations over GRPC headers.
- GrpcHeaderHandler.StubAndResponseMetadata<Stub extends io.grpc.stub.AbstractStub<Stub>> - Interface in com.facebook.buck.remoteexecution.grpc
-
Class that contains the GRPC stub and any RemoteExecutionMetadata returned in the GRPC
response.
- GrpcOutputDirectory(OutputDirectory) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcOutputDirectory
-
- GrpcOutputFile(OutputFile) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcOutputFile
-
- GrpcProtocol - Class in com.facebook.buck.remoteexecution.grpc
-
A Grpc-based Protocol implementation.
- GrpcProtocol() - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- GrpcProtocol.GrpcDigest - Class in com.facebook.buck.remoteexecution.grpc
-
Wrapped Grpc Digest.
- GrpcProtocol.GrpcOutputDirectory - Class in com.facebook.buck.remoteexecution.grpc
-
Wrapped Grpc OutputDirectory.
- GrpcProtocol.GrpcOutputFile - Class in com.facebook.buck.remoteexecution.grpc
-
Wrapped Grpc OutputFile.
- GrpcRemoteExecutionClients - Class in com.facebook.buck.remoteexecution.grpc
-
A RemoteExecution that sends jobs to a grpc-based remote execution service.
- GrpcRemoteExecutionClients(String, ManagedChannel, ManagedChannel, int, MetadataProvider, BuckEventBus, RemoteExecutionStrategyConfig) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionClients
-
- GrpcRemoteExecutionServiceClient - Class in com.facebook.buck.remoteexecution.grpc
-
Implementation of the GRPC client for the Remote Execution service.
- GrpcRemoteExecutionServiceClient(ExecutionGrpc.ExecutionStub, ByteStreamGrpc.ByteStreamStub, String, Protocol, int) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionServiceClient
-
- GrpcRemoteExecutionServiceServer - Class in com.facebook.buck.remoteexecution.grpc
-
A really simple implementation of remote execution (and CAS).
- GrpcRemoteExecutionServiceServer(LocalContentAddressedStorage, Path) - Constructor for class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionServiceServer
-
- GrpcServer - Class in com.facebook.buck.remoteexecution.grpc.server
-
A simple remote execution server.
- GrpcServer(int) - Constructor for class com.facebook.buck.remoteexecution.grpc.server.GrpcServer
-
- GrpcServerMain - Class in com.facebook.buck.remoteexecution.grpc.server
-
Runs the GrpcServer remote execution server.
- GrpcServerMain() - Constructor for class com.facebook.buck.remoteexecution.grpc.server.GrpcServerMain
-
- GuavaRuleKeyHasher - Class in com.facebook.buck.rules.keys.hasher
-
- GuavaRuleKeyHasher(Hasher) - Constructor for class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
-
- GWT_MODULE_FLAVOR - Static variable in interface com.facebook.buck.jvm.core.JavaLibrary
-
This Buildable is expected to support the GWT flavor, which is a
BuildRule whose output
file is a JAR containing the files necessary to use this
JavaLibrary as a GWT module.
- GwtBinary - Class in com.facebook.buck.features.gwt
-
Buildable that produces a GWT application as a WAR file, which is a zip of the outputs produced
by the GWT compiler.
- GwtBinaryDescription - Class in com.facebook.buck.features.gwt
-
Description for gwt_binary.
- GwtBinaryDescription(ToolchainProvider) - Constructor for class com.facebook.buck.features.gwt.GwtBinaryDescription
-
- GwtBinaryDescriptionArg - Class in com.facebook.buck.features.gwt
-
Immutable implementation of GwtBinaryDescription.AbstractGwtBinaryDescriptionArg.
- GwtBinaryDescriptionArg.Builder - Class in com.facebook.buck.features.gwt
-
- GwtBuckModule - Class in com.facebook.buck.features.gwt
-
Module that provides GWT rules.
- GwtBuckModule() - Constructor for class com.facebook.buck.features.gwt.GwtBuckModule
-
- GwtBuckModuleAdapterPlugin - Class in com.facebook.buck.features.gwt
-
- GwtBuckModuleAdapterPlugin(PluginWrapper) - Constructor for class com.facebook.buck.features.gwt.GwtBuckModuleAdapterPlugin
-
- GwtDescriptionsProvider - Class in com.facebook.buck.features.gwt
-
- GwtDescriptionsProvider() - Constructor for class com.facebook.buck.features.gwt.GwtDescriptionsProvider
-
- GwtModule - Class in com.facebook.buck.features.gwt
-
BuildRule whose output file is a JAR containing the .java files and resources suitable
for a GWT module.
- gzipUnarchiver() - Static method in class com.facebook.buck.util.unarchive.Untar
-
- HALIDE_COMPILE_FLAVOR - Static variable in class com.facebook.buck.features.halide.HalideLibraryDescription
-
- HALIDE_COMPILER_FLAVOR - Static variable in class com.facebook.buck.features.halide.HalideLibraryDescription
-
- HALIDE_SECTION_NAME - Static variable in class com.facebook.buck.features.halide.HalideBuckConfig
-
- HALIDE_XCODE_COMPILE_SCRIPT_KEY - Static variable in class com.facebook.buck.features.halide.HalideBuckConfig
-
- HalideBuckConfig - Class in com.facebook.buck.features.halide
-
A Halide-specific "view" of BuckConfig.
- HalideBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.features.halide.HalideBuckConfig
-
- HalideCompile - Class in com.facebook.buck.features.halide
-
- HalideCompile(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, String, Optional<ImmutableList<String>>, Optional<String>) - Constructor for class com.facebook.buck.features.halide.HalideCompile
-
- HalideCompilerStep - Class in com.facebook.buck.features.halide
-
- HalideCompilerStep(Path, ImmutableMap<String, String>, ImmutableList<String>, Path, String, String, Optional<ImmutableList<String>>) - Constructor for class com.facebook.buck.features.halide.HalideCompilerStep
-
- HalideDescriptionsProvider - Class in com.facebook.buck.features.halide
-
- HalideDescriptionsProvider() - Constructor for class com.facebook.buck.features.halide.HalideDescriptionsProvider
-
- HalideLibrary - Class in com.facebook.buck.features.halide
-
- HalideLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, Optional<Pattern>) - Constructor for class com.facebook.buck.features.halide.HalideLibrary
-
- HalideLibraryDescription - Class in com.facebook.buck.features.halide
-
- HalideLibraryDescription(ToolchainProvider, CxxBuckConfig, HalideBuckConfig) - Constructor for class com.facebook.buck.features.halide.HalideLibraryDescription
-
- HalideLibraryDescriptionArg - Class in com.facebook.buck.features.halide
-
Immutable implementation of HalideLibraryDescription.AbstractHalideLibraryDescriptionArg.
- HalideLibraryDescriptionArg.Builder - Class in com.facebook.buck.features.halide
-
- HalideModule - Class in com.facebook.buck.features.halide
-
- HalideModule() - Constructor for class com.facebook.buck.features.halide.HalideModule
-
- HalideModuleAdapterPlugin - Class in com.facebook.buck.features.halide
-
- HalideModuleAdapterPlugin(PluginWrapper) - Constructor for class com.facebook.buck.features.halide.HalideModuleAdapterPlugin
-
- HalideXCodeDescriptionClassSupplier - Class in com.facebook.buck.features.halide
-
- HalideXCodeDescriptionClassSupplier() - Constructor for class com.facebook.buck.features.halide.HalideXCodeDescriptionClassSupplier
-
- handle(Event) - Method in class com.facebook.buck.core.starlark.eventhandler.ConsoleEventHandler
-
- handle(BuckEvent) - Method in class com.facebook.buck.event.listener.ScribeEventListener
-
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class com.facebook.buck.httpserver.ArtifactCacheHandler
-
- handleConsoleEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
-
- handleEndOfTests() - Method in interface com.facebook.buck.apple.IdbOutputParsing.IdbResultCallback
-
- handleEndOfTests() - Method in class com.facebook.buck.apple.TestCaseSummariesBuildingIdb
-
- handleException(CmdLineException) - Method in class com.facebook.buck.cli.AbstractCommand
-
Handle CmdLineException when calling parseArguments()
- handleException(CmdLineException, String) - Method in class com.facebook.buck.cli.AbstractCommand
-
Print error message when there are unknown options
- handleException(CmdLineException) - Method in class com.facebook.buck.cli.RunCommand
-
It prints error message when users do not pass arguments to underlying binary correctly.
- handleException(CmdLineException) - Method in class com.facebook.buck.cli.TestCommand
-
It prints error message when users do not pass arguments to underlying binary correctly.
- handleException(T) - Method in class com.facebook.buck.support.exceptions.handler.ExceptionHandler
-
- handleException(Throwable) - Method in class com.facebook.buck.support.exceptions.handler.ExceptionHandlerRegistry
-
- handleFallback(Object) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
-
- handleLine(String) - Method in interface com.facebook.buck.util.InputStreamConsumer.Handler
-
- handleMinionFailure(String) - Method in class com.facebook.buck.distributed.build_slave.MinionWorkloadAllocator
-
Queues up all work that was allocated to given minion for re-allocation to other minions
- handleTestResult(ImmutableIdbTestResult) - Method in interface com.facebook.buck.apple.IdbOutputParsing.IdbResultCallback
-
- handleTestResult(ImmutableIdbTestResult) - Method in class com.facebook.buck.apple.TestCaseSummariesBuildingIdb
-
- handshake(int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandSender
-
- handshake(int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
-
- HangMonitor - Class in com.facebook.buck.cli
-
- HangMonitor(Consumer<String>, Duration) - Constructor for class com.facebook.buck.cli.HangMonitor
-
- HangMonitor.AutoStartInstance - Class in com.facebook.buck.cli
-
- hasAliveMinions() - Method in class com.facebook.buck.distributed.build_slave.MinionHealthTracker.MinionHealthStatus
-
- HasAndroidResourceDeps - Interface in com.facebook.buck.android
-
Indicates that this class may have android resources that should be packaged into an APK.
- hasAnnotationProcessing() - Method in interface com.facebook.buck.jvm.core.JavaLibrary
-
- hasAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- hasAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- hasAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
-
- hasAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- hasAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- hasAnnotationProcessing() - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
-
- hasAnnotationProcessing() - Method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
-
- HasAppleBundleFields - Interface in com.facebook.buck.apple
-
- HasAppleBundleResourcesDescription<T extends CommonDescriptionArg> - Interface in com.facebook.buck.apple
-
Rule description for rules which have apple bundles
- HasAppleCodesignFields - Interface in com.facebook.buck.apple
-
Defines a set of codesign-related fields that are applicable to bundle-like rules.
- HasAppleDebugSymbolDeps - Interface in com.facebook.buck.cxx
-
Returns all archives and object files, or other instances of HasAppleDebugSymbolDeps.
- hasAssumptionViolations() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
-
- hasAssumptionViolations() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
-
- hasAssumptionViolations() - Method in class com.facebook.buck.test.TestCaseSummary
-
- hasAssumptionViolations() - Method in class com.facebook.buck.test.TestResults
-
- hasAtLeastOneWriteableRemoteCache() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- HasBrokenInputBasedRuleKey - Interface in com.facebook.buck.rules.modern
-
Used to indicate that this Buildable's input-based key doesn't properly reflect all the inputs to
this rule.
- hasBuildFinished() - Method in interface com.facebook.buck.distributed.build_slave.MinionModeRunner.BuildCompletionChecker
-
- hasBuildSteps() - Method in interface com.facebook.buck.core.rules.BuildRule
-
Whether this
BuildRule may have any steps to build.
- hasBuildSteps() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- hasBuildSteps() - Method in class com.facebook.buck.core.rules.impl.NoopBuildRule
-
- hasBuildSteps() - Method in class com.facebook.buck.core.rules.impl.NoopBuildRuleWithDeclaredAndExtraDeps
-
- HasBuildTarget - Interface in com.facebook.buck.core.model
-
Some object that has a build target.
- HasBundleName - Interface in com.facebook.buck.features.js
-
Common interface for rule args that have a bundle name that can optionally be overridden
depending on the flavors a rule is built with.
- HasClasspathDeps - Interface in com.facebook.buck.jvm.core
-
A convenience interface for items which contribute to the classpath of a java packageable.
- HasClasspathEntries - Interface in com.facebook.buck.jvm.core
-
Implemented by build rules where the output has a classpath environment.
- HasContacts - Interface in com.facebook.buck.core.description.arg
-
- HasCustomDepsLogic - Interface in com.facebook.buck.core.rules.attr
-
Deprecated.
- HasCustomInputsLogic - Interface in com.facebook.buck.core.rules.modern
-
Deriving inputs directly from the @
AddToRuleKey annotated fields of some objects doesn't
work correctly or is too slow.
- HasDeclaredAndExtraDeps - Interface in com.facebook.buck.core.rules.attr
-
Some rules have a legacy behavior of distinguishing between "declared" deps (i.e.
- HasDeclaredDeps - Interface in com.facebook.buck.core.description.arg
-
- hasDefaultCondition() - Method in class com.facebook.buck.core.select.Selector
-
Returns whether or not this selector has a default condition.
- HasDefaultFlavors - Interface in com.facebook.buck.core.model
-
A constructor arg of rules which have default flavors.
- HasDefaultPlatform - Interface in com.facebook.buck.core.description.arg
-
A constructor arg of rules which have a default platform.
- HasDepsQuery - Interface in com.facebook.buck.core.description.arg
-
- HasDesugarSupport - Interface in com.facebook.buck.jvm.core
-
Implemented by build rules that support desugar process to the lower java versions, for example
java 8 to java 7 desugar for Android builds.
- hasDiff - Variable in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
-
- HasDuplicateAndroidResourceTypes - Interface in com.facebook.buck.android
-
- HasDuplicateAndroidResourceTypes.DuplicateResourceBehaviour - Enum in com.facebook.buck.android
-
- hasElementClass(Class<?>[]) - Method in class com.facebook.buck.rules.coercer.AbsoluteOutputMacroTypeCoercer
-
- hasElementClass(Class<?>[]) - Method in class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
-
- hasElementClass(Class<?>[]) - Method in class com.facebook.buck.rules.coercer.CxxGenruleFilterAndTargetsMacroTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- hasElementClass(Class<?>[]) - Method in class com.facebook.buck.rules.coercer.EnvMacroTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.ImmutableTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.JsonTypeConcatenatingCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.LeafTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
-
- hasElementClass(Class<?>[]) - Method in class com.facebook.buck.rules.coercer.OutputMacroTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.QueryCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SelectorListCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceSetTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceSortedSetTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.TestRunnerSpecCoercer
-
- hasElementClass(Class<?>...) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
Returns whether the leaf nodes of this type coercer outputs value that is an instance of the
given class or its subclasses.
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
-
- hasElementClass(Class<?>[]) - Method in class com.facebook.buck.rules.coercer.ZeroArgMacroTypeCoercer
-
- hasElementTypes(Class<?>...) - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- hasElementTypes(Class<?>...) - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- HasEntitlementsFile - Interface in com.facebook.buck.apple
-
- hasEntries() - Method in class com.facebook.buck.util.zip.DeterministicManifest
-
- HasExopackageArgs - Interface in com.facebook.buck.android
-
- HasExtraJson - Interface in com.facebook.buck.features.js
-
Common interface for rule args that have used-defined JSON that is passed on to the worker.
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidBundleDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidResourceDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBundleDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.ApplePackageDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleResourceDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.CoreDataModelDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in interface com.facebook.buck.core.model.Flavored
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryFlavored
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryFlavored
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.go.CgoLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.go.GoBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.go.GoLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.go.GoTestDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.js.JsBundleDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.js.JsLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- hasFocus() - Method in class com.facebook.buck.features.apple.project.FocusedModuleTargetMatcher
-
Returns whether any focus is set.
- HasGoLinkable - Interface in com.facebook.buck.features.go
-
- hash() - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
-
- hash() - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
-
- hash() - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
-
- hash() - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
-
Computes the final hash.
- hash() - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
-
- hash() - Method in class com.facebook.buck.rules.keys.hasher.ThriftRuleKeyHasher
-
Finishes populating the ruleKey with remaining key/value pairs and returns it
- hashCode() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
-
Computes a hash code from attributes: type, name, lineNumber, columnNumber, resourceFilePath.
- hashCode() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
Computes a hash code from attributes: resPaths, outFolderPath, tmpFolderPath.
- hashCode() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- hashCode() - Method in class com.facebook.buck.android.AaptOutputInfo
-
Computes a hash code from attributes: pathToRDotTxt, primaryResourcesApkPath, androidManifestXml, aaptGeneratedProguardConfigFile.
- hashCode() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Computes a hash code from attributes: manifestSkeleton, buildConfigValues, includeBuildConfigClass, enableRelinker, manifest, resourceUnionPackage, skipNonUnionRDotJava, finalRName, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests, language, extraKotlincArguments, annotationProcessingTool, friendPaths, kaptApOptions, kotlincPlugins, depsQuery, providedDepsQuery.
- hashCode() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
Computes a hash code from attributes: applicationModuleConfigs, applicationModuleDependencies, applicationModuleBlacklist, noDx, shouldIncludeClasses, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
-
Computes a hash code from attributes: packageableCollection, finalDeps, aPKModuleGraph.
- hashCode() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Computes a hash code from attributes: keystore, useSplitDex, minimizePrimaryDexSize, dexCompression, primaryDexPatterns, primaryDexClassesFile, primaryDexScenarioFile, primaryDexScenarioOverflowAllowed, secondaryDexHeadClassesFile, secondaryDexTailClassesFile, androidAppModularityResult, linearAllocHardLimit, resourceFilter, preprocessJavaClassesDeps, xzCompressionLevel, packageAssetLibraries, compressAssetLibraries, assetCompressionAlgorithm, redex, redexConfig, redexExtraArgs, deps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, exopackage, exopackageModes, tests, manifest, manifestSkeleton, moduleManifestSkeleton, packageType, noDx, disablePreDex, androidSdkProguardConfig, optimizationPasses, proguardJvmArgs, proguardConfig, resourceCompression, skipCrunchPngs, includesVectorDrawables, noAutoVersionResources, noVersionTransitionsResources, noAutoAddOverlayResources, applicationModuleTargets, applicationModuleConfigs, applicationModulesWithResources, applicationModuleDependencies, applicationModuleBlacklist, isCacheable, aaptMode, trimResourceIds, allowRDotJavaInSecondaryDex, keepResourcePattern, resourceUnionPackage, locales, localizedStringFileName, buildStringSourceMap, ignoreAaptProguardConfig, cpuFilters, targetCpuTypeConstraints, preprocessJavaClassesBash, reorderClassesIntraDex, dexTool, dexReorderToolFile, dexReorderDataDumpFile, nativeLibraryMergeMap, nativeLibraryMergeGlue, nativeLibraryMergeCodeGenerator, nativeLibraryMergeLocalizedSymbols, nativeLibraryProguardConfigGenerator, enableRelinker, relinkerWhitelist, manifestEntries, buildConfigValues, postFilterResourcesCmd, buildConfigValuesFile, skipProguard, duplicateResourceBehavior, allowedDuplicateResourceTypes, bannedDuplicateResourceTypes, duplicateResourceWhitelist, effectiveBannedDuplicateResourceTypes.
- hashCode() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Computes a hash code from attributes: rDotJavaDir, primaryResourcesApkPath, androidManifestXml, aaptGeneratedProguardConfigFiles, packageStringAssets, primaryApkAssetZips, exoResources, moduleResourceApkPaths.
- hashCode() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Computes a hash code from attributes: getPackage, values, valuesFile, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
Computes a hash code from attributes: keystore, useSplitDex, minimizePrimaryDexSize, dexCompression, primaryDexPatterns, primaryDexClassesFile, primaryDexScenarioFile, primaryDexScenarioOverflowAllowed, secondaryDexHeadClassesFile, secondaryDexTailClassesFile, bundleConfigFile, androidAppModularityResult, linearAllocHardLimit, resourceFilter, preprocessJavaClassesDeps, xzCompressionLevel, packageAssetLibraries, compressAssetLibraries, assetCompressionAlgorithm, redex, redexConfig, redexExtraArgs, aaptMode, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, exopackage, exopackageModes, tests, manifest, manifestSkeleton, moduleManifestSkeleton, packageType, noDx, disablePreDex, androidSdkProguardConfig, optimizationPasses, proguardJvmArgs, proguardConfig, resourceCompression, skipCrunchPngs, includesVectorDrawables, noAutoVersionResources, noVersionTransitionsResources, noAutoAddOverlayResources, applicationModuleTargets, applicationModuleConfigs, applicationModulesWithResources, applicationModuleDependencies, applicationModuleBlacklist, isCacheable, trimResourceIds, allowRDotJavaInSecondaryDex, keepResourcePattern, resourceUnionPackage, locales, localizedStringFileName, buildStringSourceMap, ignoreAaptProguardConfig, cpuFilters, targetCpuTypeConstraints, preprocessJavaClassesBash, reorderClassesIntraDex, dexTool, dexReorderToolFile, dexReorderDataDumpFile, nativeLibraryMergeMap, nativeLibraryMergeGlue, nativeLibraryMergeCodeGenerator, nativeLibraryMergeLocalizedSymbols, nativeLibraryProguardConfigGenerator, enableRelinker, relinkerWhitelist, manifestEntries, buildConfigValues, postFilterResourcesCmd, buildConfigValuesFile, skipProguard, duplicateResourceBehavior, allowedDuplicateResourceTypes, bannedDuplicateResourceTypes, duplicateResourceWhitelist, effectiveBannedDuplicateResourceTypes.
- hashCode() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Computes a hash code from attributes: packageableCollection, copyNativeLibraries, packageStringAssets, dexMergeRule, primaryResourcesApkPath, moduleResourceApkPaths, primaryApkAssetZips, exoResources, classpathEntriesToDex, androidManifestPath, aPKModuleGraph, copyNativeLibrariesForSystemLibraryLoader, preDexMerge, dexFilesInfo, additionalRedexInputs.
- hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Computes a hash code from attributes: manifest, manifestSkeleton, apk, aaptMode, includesVectorDrawables, dexTool, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Computes a hash code from attributes: apk, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, contacts, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Computes a hash code from attributes: pathToAdbExecutable, directoryForTestResults, testPackage, testRunner, targetPackage, ddmlibJarPath, kxmlJarPath, guavaJarPath, debugEnabled, codeCoverageEnabled, androidToolsCommonJarPath, deviceSerial, instrumentationApkPath, apkUnderTestPath, apkUnderTestExopackageLocalDir, testFilter, exopackageLocalDir, testRunnerClasspath, environmentOverrides.
- hashCode() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Computes a hash code from attributes: manifest, resourceUnionPackage, skipNonUnionRDotJava, finalRName, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests, language, extraKotlincArguments, annotationProcessingTool, friendPaths, kaptApOptions, kotlincPlugins, depsQuery, providedDepsQuery.
- hashCode() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
-
Computes a hash code from attributes: soName, targetCpuType, apkModule.
- hashCode() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Computes a hash code from attributes: skeleton, deps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Computes a hash code from attributes: aar, sourceJar, javadocUrl, mavenCoords, requiredForSourceOnlyAbi, useSystemLibraryLoader, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Computes a hash code from attributes: res, assets, projectRes, projectAssets, hasWhitelistedStrings, getPackage, manifest, resourceUnion, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Computes a hash code from attributes: out, apk, isCacheable, bash, cmd, cmdExe, srcs, enableSandbox, environmentExpansionSeparator, cacheable, needAndroidTools, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, tests.
- hashCode() - Method in class com.facebook.buck.android.ApkInfo
-
Computes a hash code from attributes: manifestPath, apkPath, exopackageInfo.
- hashCode() - Method in class com.facebook.buck.android.apkmodule.APKModule
-
Computes a hash code from attributes: name, hasResources, rootModule, canaryClassName.
- hashCode() - Method in class com.facebook.buck.android.dalvik.DalvikMemberReference
-
Computes a hash code from attributes: className, memberName, descriptor.
- hashCode() - Method in class com.facebook.buck.android.exopackage.AdbConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
-
Computes a hash code from attributes: metadata, directory.
- hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
-
Computes a hash code from attributes: dexInfo, moduleInfo, nativeLibsInfo, resourcesInfo.
- hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
-
Computes a hash code from attributes: metadata, directory.
- hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
-
Computes a hash code from attributes: resourcesPaths.
- hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackagePathAndHash
-
Computes a hash code from attributes: path, hashPath.
- hashCode() - Method in class com.facebook.buck.android.exopackage.RapidInstallMode
-
Computes a hash code from attributes: ipAddress.
- hashCode() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Computes a hash code from attributes: aidl, importPath, aidlSrcs, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- hashCode() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
Computes a hash code from attributes: soname, linkables.
- hashCode() - Method in class com.facebook.buck.android.ModuleInfo
-
Computes a hash code from attributes: moduleName, resourceApk, dexFile, assetDirectories, nativeLibraryDirectories, zipFiles, jarFilesThatMayContainResources.
- hashCode() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Computes a hash code from attributes: flags, isAsset, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, srcs.
- hashCode() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
Computes a hash code from attributes: cxxToolchain, sharedRuntimePath, objdump, cxxRuntime, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
Computes a hash code from attributes: proguardJarOverride, proguardMaxHeapSize, proguardAgentPath, preprocessJavaClassesBash, reorderClassesIntraDex, dexReorderToolFile, dexReorderDataDumpFile, dxExecutorService, dxMaxHeapSize, sdkProguardConfig, optimizationPasses, proguardJvmArgs, skipProguard, javaRuntimeLauncher, proguardConfigPath, shouldProguard, minSdkVersion.
- hashCode() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Computes a hash code from attributes: resourceDetails, nativeLinkables, nativeLinkablesAssets, nativeLibsDirectories, nativeLibAssetsDirectories, nativeLibsDirectoriesForSystemLoader, assetsDirectories, proguardConfigs, classpathEntriesToDex, androidManifestPieces, moduleMappedClasspathEntriesToDex, noDxClasspathEntries, buildConfigs, pathsToThirdPartyJars, javaLibrariesToDex, classNamesToHashesSupplier.
- hashCode() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
-
Computes a hash code from attributes: resourceDirectories, whitelistedStringDirectories, resourcesWithNonEmptyResDir, resourcesWithEmptyResButNonEmptyAssetsDir, hasResources.
- hashCode() - Method in class com.facebook.buck.android.packageable.ImmutableNativeLinkableEnhancementResult
-
Computes a hash code from attributes: nativeLinkables, nativeLinkableAssets.
- hashCode() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Computes a hash code from attributes: isAsset, nativeLibs, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- hashCode() - Method in class com.facebook.buck.android.redex.RedexOptions
-
Computes a hash code from attributes: redex, redexConfig, redexExtraArgs.
- hashCode() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Computes a hash code from attributes: robolectricRuntimeDependency, robolectricManifest, resourceUnionPackage, useOldStyleableFormat, forceFinalResourceIds, testLibraryProjectDir, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests, language, extraKotlincArguments, annotationProcessingTool, friendPaths, kaptApOptions, kotlincPlugins, runner, specs.
- hashCode() - Method in class com.facebook.buck.android.StrippedObjectDescription
-
Computes a hash code from attributes: sourcePath, strippedObjectName, targetCpuType, apkModule.
- hashCode() - Method in class com.facebook.buck.android.toolchain.AndroidBuildToolsLocation
-
Computes a hash code from attributes: buildToolsPath, buildToolsBinPath, aaptPath, aapt2Path.
- hashCode() - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
Computes a hash code from attributes: platformName, androidJar, bootclasspathEntries, aaptExecutable, aapt2ToolProvider, adbExecutable, aidlExecutable, zipalignExecutable, dxExecutable, androidFrameworkIdlFile, proguardJar, proguardConfig, optimizedProguardConfig.
- hashCode() - Method in class com.facebook.buck.android.toolchain.AndroidSdkLocation
-
Computes a hash code from attributes: sdkRootPath.
- hashCode() - Method in class com.facebook.buck.android.toolchain.DxToolchain
-
Computes a hash code from attributes: dxExecutorService.
- hashCode() - Method in class com.facebook.buck.android.toolchain.ImmutableAndroidTools
-
Computes a hash code from attributes: androidPlatformTarget, androidSdkLocation, androidNdk.
- hashCode() - Method in class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsResolver
-
- hashCode() - Method in class com.facebook.buck.android.toolchain.ndk.AndroidNdk
-
Computes a hash code from attributes: ndkVersion, ndkRootPath, shouldEscapeCFlagsInDoubleQuotes.
- hashCode() - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- hashCode() - Method in class com.facebook.buck.android.toolchain.ndk.impl.StaticUnresolvedNdkCxxPlatform
-
Computes a hash code from attributes: staticallyResolvedInstance, cxxPlatform.
- hashCode() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatform
-
Computes a hash code from attributes: cxxPlatform, cxxRuntime, objdump, cxxSharedRuntimePath.
- hashCode() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformCompiler
-
Computes a hash code from attributes: type, version, gccVersion.
- hashCode() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformsProvider
-
Computes a hash code from attributes: ndkCxxPlatforms.
- hashCode() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
Computes a hash code from attributes: targetCpuType, targetAppPlatform, targetAppPlatformLevel, compiler, toolchain, toolchainTarget, targetArch, targetArchAbi.
- hashCode() - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg
-
Computes a hash code from attributes: name, basePlatform, nativePlatforms.
- hashCode() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Computes a hash code from attributes: dirs, appIcon, launchImage, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
Computes a hash code from attributes: notices, warnings, errors, compressPngs, optimization, outputFormat, extraFlags.
- hashCode() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Computes a hash code from attributes: infoPlist, infoPlistSubstitutions, configs, headerPathPrefix, modular, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLangPlatformPreprocessorFlags, exportedLinkerFlags, exportedPostLinkerFlags, exportedPlatformLinkerFlags, exportedPostPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, staticLibraryBasename, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, publicIncludeDirectories, publicSystemIncludeDirectories, exportedCxxDeps, cxxDeps, exportedHeaderStyle, supportsMergedLinking, linkStyle, linkGroupMap, linkGroup, thinLto, fatLto, devirtEnabled, srcs, platformSrcs, headers, rawHeaders, includeDirectories, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, langPlatformCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, langPlatformPreprocessorFlags, linkerFlags, postLinkerFlags, linkerExtraOutputs, platformLinkerFlags, executableName, postPlatformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, defaultPlatform, tests, frameworks, libraries, swiftCompilerFlags, swiftVersion, contacts, entitlementsFile.
- hashCode() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Computes a hash code from attributes: binary, platformBinary, ibtoolModuleFlag, ibtoolFlags, deps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, extension, infoPlist, productName, xcodeProductType, infoPlistSubstitutions, assetCatalogsCompilationOptions, codesignFlags, codesignIdentity, contacts, defaultPlatform, tests.
- hashCode() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Computes a hash code from attributes: metadataPath, resourcesPath, executablesPath, frameworksPath, plugInsPath, watchAppPath, headersPath, modulesPath, xPCServicesPath, quickLookPath.
- hashCode() - Method in class com.facebook.buck.apple.AppleBundleResources
-
Computes a hash code from attributes: resourceDirs, dirsContainingResourceDirs, resourceFiles, resourceVariantFiles.
- hashCode() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Computes a hash code from attributes: infoPlist, infoPlistSubstitutions, configs, headerPathPrefix, modular, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLangPlatformPreprocessorFlags, exportedLinkerFlags, exportedPostLinkerFlags, exportedPlatformLinkerFlags, exportedPostPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, staticLibraryBasename, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, publicIncludeDirectories, publicSystemIncludeDirectories, exportedCxxDeps, cxxDeps, exportedHeaderStyle, supportsMergedLinking, linkStyle, linkGroupMap, linkGroup, thinLto, fatLto, devirtEnabled, srcs, platformSrcs, headers, rawHeaders, includeDirectories, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, langPlatformCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, langPlatformPreprocessorFlags, linkerFlags, postLinkerFlags, linkerExtraOutputs, platformLinkerFlags, executableName, postPlatformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, defaultPlatform, tests, frameworks, libraries, swiftCompilerFlags, swiftVersion, contacts.
- hashCode() - Method in class com.facebook.buck.apple.ApplePackageConfig
-
Computes a hash code from attributes: command, extension.
- hashCode() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
Computes a hash code from attributes: config, sdkVersion, platformBuildVersion, sdkPath.
- hashCode() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Computes a hash code from attributes: bundle, needAndroidTools, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Computes a hash code from attributes: dirs, files, variants, resourcesFromDeps, destination, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Computes a hash code from attributes: runTestSeparately, isUiTest, testHostApp, uiTestTargetApp, snapshotReferenceImagesPath, destinationSpecifier, env, configs, headerPathPrefix, modular, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLangPlatformPreprocessorFlags, exportedLinkerFlags, exportedPostLinkerFlags, exportedPlatformLinkerFlags, exportedPostPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, staticLibraryBasename, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, publicIncludeDirectories, publicSystemIncludeDirectories, exportedCxxDeps, cxxDeps, exportedHeaderStyle, supportsMergedLinking, linkStyle, linkGroupMap, linkGroup, thinLto, fatLto, devirtEnabled, srcs, platformSrcs, headers, rawHeaders, includeDirectories, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, langPlatformCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, langPlatformPreprocessorFlags, linkerFlags, postLinkerFlags, linkerExtraOutputs, platformLinkerFlags, executableName, postPlatformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, defaultPlatform, tests, frameworks, libraries, swiftCompilerFlags, swiftVersion, infoPlist, xcodeProductType, infoPlistSubstitutions, assetCatalogsCompilationOptions, codesignFlags, codesignIdentity, contacts, entitlementsFile, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Computes a hash code from attributes: path, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.apple.clang.UmbrellaDirectoryModuleMap
-
- hashCode() - Method in class com.facebook.buck.apple.clang.UmbrellaHeaderModuleMap
-
- hashCode() - Method in class com.facebook.buck.apple.GroupedSource
-
Computes a hash code from attributes: type, sourceWithFlags, sourcePath, sourceGroupName, sourceGroupPathRelativeToTarget, sourceGroup.
- hashCode() - Method in class com.facebook.buck.apple.ImmutableIdbFailureInfo
-
Computes a hash code from attributes: message, file, line.
- hashCode() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
Computes a hash code from attributes: bundleName, className, methodName, logs, duration, passed, crashed, failureInfo, activityLogs.
- hashCode() - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
Computes a hash code from attributes: fatTarget, thinTargets, representativePlatform.
- hashCode() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Computes a hash code from attributes: framework, supportedPlatformsRegex, exportedLinkerFlags, exportedPlatformLinkerFlags, preferredLinkage, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
Computes a hash code from attributes: name, udid, simulatorState.
- hashCode() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Computes a hash code from attributes: supportedProductFamilyIDs, supportedArchitectures.
- hashCode() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
Computes a hash code from attributes: name, udid, state, type, os_version, architecture, host, port, is_local.
- hashCode() - Method in class com.facebook.buck.apple.SourcePathWithAppleBundleDestination
-
Computes a hash code from attributes: sourcePath, destination.
- hashCode() - Method in class com.facebook.buck.apple.TestHostInfo
-
Computes a hash code from attributes: testHostApp, uiTestTargetApp, testHostAppBinarySourcePath, uiTestTargetAppBinarySourcePath, blacklist.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
Computes a hash code from attributes: cxxPlatform, swiftPlatform, appleSdk, appleSdkPaths, buildVersion, minVersion, actool, ibtool, momc, copySceneKitAssets, xctest, dsymutil, lipo, stubBinary, lldb, codesignProvider, codesignAllocate, xcodeVersion, xcodeBuildVersion.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatformsProvider
-
Computes a hash code from attributes: appleCxxPlatforms.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryForTestsProvider
-
Computes a hash code from attributes: appleDeveloperDirectoryForTests.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryProvider
-
Computes a hash code from attributes: appleDeveloperDirectory.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
Computes a hash code from attributes: name, swiftName, provisioningProfileName, architectures, minVersionFlagPrefix, stubBinaryPath, appIncludesFrameworks.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleSdk
-
Computes a hash code from attributes: name, version, applePlatform, architectures, toolchains.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleSdkLocation
-
Computes a hash code from attributes: appleSdkPaths.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleSdkPaths
-
Computes a hash code from attributes: developerPath, toolchainPaths, platformPath, sdkPath.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleToolchain
-
Computes a hash code from attributes: identifier, version, path.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.AppleToolchainProvider
-
Computes a hash code from attributes: appleToolchains.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentity
-
Computes a hash code from attributes: fingerprint, subjectCommonName, shouldUseSubjectCommonNameToSign.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentityStore
-
Computes a hash code from attributes: identitiesSupplier.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
Computes a hash code from attributes: appID, expirationDate, uUID, profilePath, platforms, entitlements, developerCertificateFingerprints.
- hashCode() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileStore
-
Computes a hash code from attributes: provisioningProfilesSupplier.
- hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
Computes a hash code from attributes: destination, path.
- hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
-
Computes a hash code from attributes: identifier.
- hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- hashCode() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Computes a hash code from attributes: inputs, inputFileLists, outputs, outputFileLists, cmd, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, srcs.
- hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Computes a hash code from attributes: ruleKeys, metadata, buildTarget, repository, buildTimeMs, manifest.
- hashCode() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
Computes a hash code from attributes: cacheHitsPerMode, cacheErrorsPerMode, cacheBytesPerMode, totalCacheHits, totalCacheErrors, totalCacheMisses, totalCacheIgnores, totalCacheBytes, totalCacheLocalKeyUnchangedHits, successUploadCount, failureUploadCount.
- hashCode() - Method in class com.facebook.buck.artifact_cache.CacheDeleteResult
-
Computes a hash code from attributes: cacheNames.
- hashCode() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Computes a hash code from attributes: type, cacheSource, cacheMode, cacheError, metadata, artifactSizeBytes, twoLevelContentHashKey.
- hashCode() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheEntries
-
Computes a hash code from attributes: httpCacheEntries, dirCacheEntries, sQLiteCacheEntries.
- hashCode() - Method in class com.facebook.buck.artifact_cache.config.DirCacheEntry
-
Computes a hash code from attributes: name, cacheDir, maxSizeBytes, cacheReadMode.
- hashCode() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
Computes a hash code from attributes: url, connectTimeoutSeconds, readTimeoutSeconds, writeTimeoutSeconds, readHeaders, writeHeaders, cacheReadMode, blacklistedWifiSsids, errorMessageFormat, errorMessageLimit, maxStoreSize.
- hashCode() - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry
-
Computes a hash code from attributes: name, cacheDir, maxSizeBytes, maxInlinedSizeBytes, cacheReadMode.
- hashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Computes a hash code from attributes: ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
- hashCode() - Method in class com.facebook.buck.artifact_cache.FetchResult
-
Computes a hash code from attributes: responseSizeBytes, buildTarget, associatedRuleKeys, artifactSizeBytes, artifactContentHash, cacheResult.
- hashCode() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Computes a hash code from attributes: responseSizeBytes, fetchResult, requestedRuleKey, artifactContentHash, artifactSizeBytes, errorMessage, associatedRuleKeys.
- hashCode() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Computes a hash code from attributes: requestSizeBytes, wasStoreSuccessful, ruleKeys, artifactContentHash, artifactSizeBytes, errorMessage, storeType.
- hashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Computes a hash code from attributes: ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
- hashCode() - Method in class com.facebook.buck.artifact_cache.MultiContainsResult
-
Computes a hash code from attributes: responseSizeBytes, cacheResults.
- hashCode() - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
-
Computes a hash code from attributes: results.
- hashCode() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Computes a hash code from attributes: unconfiguredBuildTargetFactory, targetConfigurationSerializer, cacheName, cacheMode, repository, scheduleType, fetchClient, storeClient, cacheReadMode, projectFilesystem, buckEventBus, httpFetchExecutorService, httpWriteExecutorService, errorTextTemplate, errorTextLimit, maxStoreSizeBytes.
- hashCode() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
-
Computes a hash code from attributes: buildTarget, ruleKey, requestTimestampMillis, ruleKeyType, cacheResult, twoLevelContentHashKey.
- hashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Computes a hash code from attributes: rawKeys, ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
- hashCode() - Method in class com.facebook.buck.artifact_cache.StoreResult
-
Computes a hash code from attributes: requestSizeBytes, artifactContentHash, wasStoreSuccessful.
- hashCode() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
Computes a hash code from attributes: artifactContentHashCode, artifactSizeBytes.
- hashCode() - Method in class com.facebook.buck.cli.AsyncJobStateAndCells
-
Computes a hash code from attributes: asyncJobState, distBuildCellIndexer.
- hashCode() - Method in class com.facebook.buck.cli.CleanCommandBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Computes a hash code from attributes: console, stdIn, cell, watchman, versionedTargetGraphCache, artifactCacheFactory, typeCoercerFactory, unconfiguredBuildTargetFactory, targetConfigurationSupplier, targetConfigurationSerializer, parser, buckEventBus, platform, environment, javaPackageFinder, clock, versionControlStatsGenerator, processManager, webServer, persistentWorkerPools, buckConfig, fileHashCache, executors, scheduledExecutor, buildEnvironmentDescription, actionGraphProvider, knownRuleTypesProvider, buildInfoStoreManager, invocationInfo, defaultRuleKeyFactoryCacheRecycler, projectFilesystemFactory, ruleKeyConfiguration, processExecutor, executableFinder, pluginManager, buckModuleManager, depsAwareExecutorSupplier, metadataProvider, manifestServiceSupplier, globalState.
- hashCode() - Method in class com.facebook.buck.cli.ConfigValue
-
Computes a hash code from attributes: key, section, property, value.
- hashCode() - Method in class com.facebook.buck.cli.ImmutableActionGraphData
-
Computes a hash code from attributes: targetId, ruleType, buildDeps, runtimeDeps.
- hashCode() - Method in class com.facebook.buck.cli.InstallResult
-
Computes a hash code from attributes: exitCode, launchedPid.
- hashCode() - Method in class com.facebook.buck.cli.ParserAndCaches
-
Computes a hash code from attributes: parser, typeCoercerFactory, versionedTargetGraphCache, actionGraphProvider, defaultRuleKeyFactoryCacheRecycler.
- hashCode() - Method in class com.facebook.buck.cli.ProjectGeneratorParameters
-
Computes a hash code from attributes: commandRunnerParams, dryRun, withTests, withoutTests, withoutDependenciesTests, enableParserProfiling, argsParser.
- hashCode() - Method in class com.facebook.buck.cli.TargetResult
-
Computes a hash code from attributes: outputPath, generatedSourcePath, ruleKey, targetHash, ruleType.
- hashCode() - Method in class com.facebook.buck.cli.TestRun
-
Computes a hash code from attributes: test, steps, testResultsCallable, testReportingCallback.
- hashCode() - Method in class com.facebook.buck.command.BuildExecutionResult
-
Computes a hash code from attributes: results, failures.
- hashCode() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
Computes a hash code from attributes: console, buckEventBus, platform, clock, rootCell, executors, projectFilesystemFactory, buildInfoStoreManager, artifactCacheFactory, ruleKeyConfiguration, manifestService.
- hashCode() - Method in class com.facebook.buck.command.config.BuildBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.command.config.ConfigIgnoredByDaemon
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.command.config.ImmutableConfigChange
-
Computes a hash code from attributes: prevValue, newValue.
- hashCode() - Method in class com.facebook.buck.core.artifact.ImmutableSourceArtifactImpl
-
Returns a precomputed-on-construction hash code from attributes: sourcePath.
- hashCode() - Method in class com.facebook.buck.core.build.context.BuildContext
-
Computes a hash code from attributes: sourcePathResolver, buildCellRootPath, javaPackageFinder, eventBus, shouldDeleteTemporaries.
- hashCode() - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
Computes a hash code from attributes: buildContext, artifactCache, clock, buildId, environment, keepGoing.
- hashCode() - Method in class com.facebook.buck.core.build.engine.BuildEngineResult
-
Computes a hash code from attributes: result.
- hashCode() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
Computes a hash code from attributes: rule, status, cacheResult, uploadCompleteFuture, successOptional, strategyResult, failureOptional, depsWithCacheMisses.
- hashCode() - Method in class com.facebook.buck.core.build.engine.config.CachingBuildEngineBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.core.build.engine.config.ResourceAwareSchedulingInfo
-
Computes a hash code from attributes: resourceAwareSchedulingEnabled, defaultResourceAmounts, amountsPerRuleType.
- hashCode() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult
-
Computes a hash code from attributes: manifestCacheResult, manifestLoadError, manifestStats, depFileRuleKey, ruleCacheResult.
- hashCode() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestLoadResult
-
Computes a hash code from attributes: manifest, error.
- hashCode() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStats
-
Computes a hash code from attributes: numDepFiles, numHashes, numInputs.
- hashCode() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStoreResult
-
Computes a hash code from attributes: didCreateNewManifest, manifestStats, manifestLoadError, storeFuture.
- hashCode() - Method in class com.facebook.buck.core.build.event.BuildEvent.BuildReport
-
- hashCode() - Method in class com.facebook.buck.core.build.event.BuildEvent.DistBuildFinished
-
- hashCode() - Method in class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.core.build.event.BuildEvent.RuleCountCalculated
-
- hashCode() - Method in class com.facebook.buck.core.build.event.BuildEvent.UnskippedRuleCountUpdated
-
- hashCode() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
Computes a hash code from attributes: console, buckEventBus, platform, environment, javaPackageFinder, executors, targetDevice, androidDevicesHelper, persistentWorkerPools, cellPathResolver, buildCellRootPath, processExecutor, projectFilesystemFactory, defaultTestTimeoutMillis, codeCoverageEnabled, inclNoLocationClassesEnabled, shouldReportAbsolutePaths, debugEnabled, ruleKeyDiagnosticsMode, workerProcessPools, concurrencyLimit, classLoaderCache, verbosity, stdErr, stdOut, buildId, ansi.
- hashCode() - Method in class com.facebook.buck.core.cell.CellConfig
-
Computes a hash code from attributes: values.
- hashCode() - Method in class com.facebook.buck.core.cell.CellName
-
Computes a hash code from attributes: name.
- hashCode() - Method in class com.facebook.buck.core.cell.CellPathResolverView
-
- hashCode() - Method in class com.facebook.buck.core.cell.ImmutableDefaultCellNameResolver
-
Computes a hash code from attributes: knownCells.
- hashCode() - Method in class com.facebook.buck.core.cell.ImmutableDefaultNewCellPathResolver
-
Computes a hash code from attributes: pathToNameMap, cellToPathMap.
- hashCode() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
Returns a precomputed-on-construction hash code from attributes: buckConfig, cellPathResolver, newCellPathResolver, cellNameResolver.
- hashCode() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
-
Computes a hash code from attributes: root, cellPathsByRootCellExternalName, cellNameResolver, newCellPathResolver.
- hashCode() - Method in class com.facebook.buck.core.config.BuckConfig
-
- hashCode() - Method in class com.facebook.buck.core.description.DescriptionCreationContext
-
Computes a hash code from attributes: buckConfig, toolchainProvider, sandboxExecutionStrategy, pluginManager.
- hashCode() - Method in class com.facebook.buck.core.exceptions.config.ErrorHandlingBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.core.files.ImmutableDirectoryList
-
Computes a hash code from attributes: files, directories, symlinks.
- hashCode() - Method in class com.facebook.buck.core.files.ImmutableDirectoryListKey
-
Returns a precomputed-on-construction hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.core.files.ImmutableFileTree
-
Computes a hash code from attributes: path, directoryList, children.
- hashCode() - Method in class com.facebook.buck.core.files.ImmutableFileTreeKey
-
Returns a precomputed-on-construction hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- hashCode() - Method in class com.facebook.buck.core.graph.transformation.executor.config.DepsAwareExecutorConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.core.graph.transformation.model.ClassBasedComputationIdentifier
-
- hashCode() - Method in class com.facebook.buck.core.graph.transformation.model.ComposedComputationIdentifier
-
- hashCode() - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedKey
-
Returns a precomputed-on-construction hash code from attributes: originKey, targetResultClass, identifier.
- hashCode() - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedResult
-
Computes a hash code from attributes: resultMap.
- hashCode() - Method in class com.facebook.buck.core.io.ArchiveMemberPath
-
Computes a hash code from attributes: archivePath, memberPath.
- hashCode() - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMapping
-
Computes a hash code from attributes: linkGroup, mappingTargets.
- hashCode() - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMappingTarget
-
Computes a hash code from attributes: buildTarget, traversal.
- hashCode() - Method in class com.facebook.buck.core.macros.MacroMatchResult
-
Computes a hash code from attributes: macroType, macroInput, startIndex, endIndex, escaped.
- hashCode() - Method in class com.facebook.buck.core.model.actiongraph.ActionGraphAndBuilder
-
Computes a hash code from attributes: actionGraph, actionGraphBuilder, buildEngineActionToBuildRuleResolver.
- hashCode() - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphConfig
-
Computes a hash code from attributes: delegate, incrementalActionGraphMode, incrementalActionGraphExperimentGroups, actionGraphCheckingEnabled, skipActionGraphCache.
- hashCode() - Method in class com.facebook.buck.core.model.BuildId
-
- hashCode() - Method in class com.facebook.buck.core.model.ConfigurationForConfigurationTargets
-
- hashCode() - Method in class com.facebook.buck.core.model.EmptyTargetConfiguration
-
- hashCode() - Method in class com.facebook.buck.core.model.graph.ActionAndTargetGraphs
-
Computes a hash code from attributes: unversionedTargetGraph, versionedTargetGraph, actionGraphAndBuilder.
- hashCode() - Method in class com.facebook.buck.core.model.ImmutableCanonicalCellName
-
Returns a precomputed-on-construction hash code from attributes: legacyName.
- hashCode() - Method in class com.facebook.buck.core.model.ImmutableInternedUnconfiguredBuildTarget
-
Returns a precomputed-on-construction hash code from attributes: cell, baseName, name, flavors.
- hashCode() - Method in class com.facebook.buck.core.model.ImmutableUnconfiguredBuildTarget
-
Returns a precomputed-on-construction hash code from attributes: cell, baseName, name, flavors.
- hashCode() - Method in class com.facebook.buck.core.model.impl.ImmutableDefaultTargetConfiguration
-
Returns a precomputed-on-construction hash code from attributes: targetPlatform.
- hashCode() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- hashCode() - Method in class com.facebook.buck.core.model.impl.ImmutableUnflavoredBuildTargetView
-
- hashCode() - Method in class com.facebook.buck.core.model.platform.ConstraintSetting
-
Returns a precomputed-on-construction hash code from attributes: buildTarget.
- hashCode() - Method in class com.facebook.buck.core.model.platform.ConstraintValue
-
Returns a precomputed-on-construction hash code from attributes: buildTarget, constraintSetting.
- hashCode() - Method in class com.facebook.buck.core.model.platform.impl.DefaultPlatform
-
- hashCode() - Method in class com.facebook.buck.core.model.platform.impl.EmptyPlatform
-
- hashCode() - Method in class com.facebook.buck.core.model.RuleType
-
Computes a hash code from attributes: name, kind, testRule, buildRule.
- hashCode() - Method in class com.facebook.buck.core.model.targetgraph.ImmutableTargetGraphCreationResult
-
Returns a precomputed-on-construction hash code from attributes: targetGraph, buildTargets.
- hashCode() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableRawTargetNode
-
Returns a precomputed-on-construction hash code from attributes: buildTarget, ruleType, attributes, visibilityPatterns, withinViewPatterns.
- hashCode() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableTargetNode
-
Returns a precomputed-on-construction hash code from attributes: buildTarget, nodeCopier, constructorArg, filesystem, inputs, declaredDeps, extraDeps, targetGraphOnlyDeps, configurationDeps, cellNames, visibilityPatterns, withinViewPatterns, selectedVersions.
- hashCode() - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodeFactory
-
- hashCode() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDeps
-
Computes a hash code from attributes: rawTargetNode, deps.
- hashCode() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDepsPackage
-
Computes a hash code from attributes: packagePath, rawTargetNodesWithDeps, errors.
- hashCode() - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- hashCode() - Method in class com.facebook.buck.core.parser.buildtargetpattern.ImmutableBuildTargetPattern
-
Returns a precomputed-on-construction hash code from attributes: cell, kind, basePath, targetName.
- hashCode() - Method in class com.facebook.buck.core.parser.ImmutableBuildPackagePaths
-
Computes a hash code from attributes: packageRoots.
- hashCode() - Method in class com.facebook.buck.core.parser.ImmutableBuildTargetPatternToBuildPackagePathKey
-
Returns a precomputed-on-construction hash code from attributes: pattern.
- hashCode() - Method in class com.facebook.buck.core.resources.ResourcesConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.core.rulekey.BuildRuleKeys
-
Computes a hash code from attributes: ruleKey, inputRuleKey, depFileRuleKey, manifestRuleKey.
- hashCode() - Method in class com.facebook.buck.core.rulekey.config.RuleKeyConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.core.rulekey.RuleKey
-
- hashCode() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
Computes a hash code from attributes: buckEventBus, shouldDeleteTemporaries, artifactFilesystem, processExecutor, environment, workingDirectory.
- hashCode() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionFailure
-
Computes a hash code from attributes: stdOut, stdErr, command, exception.
- hashCode() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionSuccess
-
Computes a hash code from attributes: stdOut, stdErr, command.
- hashCode() - Method in class com.facebook.buck.core.rules.actions.lib.args.ImmutableCommandLine
-
Computes a hash code from attributes: commandLineArgs.
- hashCode() - Method in class com.facebook.buck.core.rules.analysis.action.ImmutableActionAnalysisDataKey
-
Returns a precomputed-on-construction hash code from attributes: buildTarget, iD.
- hashCode() - Method in class com.facebook.buck.core.rules.analysis.config.RuleAnalysisConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.core.rules.analysis.ImmutableRuleAnalysisKey
-
Returns a precomputed-on-construction hash code from attributes: buildTarget.
- hashCode() - Method in class com.facebook.buck.core.rules.config.registry.ImmutableConfigurationRuleRegistry
-
Computes a hash code from attributes: configurationRuleResolver, constraintResolver, targetPlatformResolver.
- hashCode() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg
-
Computes a hash code from attributes: name, values, constraintValues.
- hashCode() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
Computes a hash code from attributes: targetGraph, actionGraphBuilder, projectFilesystem, cellPathResolver, toolchainProvider, configurationRuleRegistry, providerInfoCollection.
- hashCode() - Method in class com.facebook.buck.core.rules.ImmutableProviderCreationContext
-
Computes a hash code from attributes: dependencies, projectFilesystem.
- hashCode() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- hashCode() - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
-
Computes a hash code from attributes: knownBuildDescriptions, knownConfigurationDescriptions.
- hashCode() - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg
-
Computes a hash code from attributes: name, hostConstraintDetector.
- hashCode() - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg
-
Computes a hash code from attributes: name, constraintSetting.
- hashCode() - Method in class com.facebook.buck.core.rules.platform.CpuConstraintDetectorArg
-
Computes a hash code from attributes: name.
- hashCode() - Method in class com.facebook.buck.core.rules.platform.ImmutableMultiPlatformRule
-
Computes a hash code from attributes: buildTarget, name, basePlatform, nestedPlatforms.
- hashCode() - Method in class com.facebook.buck.core.rules.platform.OsConstraintDetectorArg
-
Computes a hash code from attributes: name.
- hashCode() - Method in class com.facebook.buck.core.rules.platform.PlatformArg
-
Computes a hash code from attributes: name, constraintValues, deps.
- hashCode() - Method in class com.facebook.buck.core.rules.platform.PlatformRule
-
Computes a hash code from attributes: buildTarget, name, constrainValues, deps.
- hashCode() - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableDefaultInfo
-
Computes a hash code from attributes: namedOutputs, defaultOutputs.
- hashCode() - Method in class com.facebook.buck.core.rules.schedule.RuleScheduleInfo
-
Computes a hash code from attributes: jobsMultiplier.
- hashCode() - Method in class com.facebook.buck.core.sourcepath.AbstractDefaultBuildTargetSourcePath
-
- hashCode() - Method in class com.facebook.buck.core.sourcepath.AbstractExplicitBuildTargetSourcePath
-
- hashCode() - Method in class com.facebook.buck.core.sourcepath.AbstractForwardingBuildTargetSourcePath
-
- hashCode() - Method in class com.facebook.buck.core.sourcepath.AbstractPathSourcePath
-
- hashCode() - Method in class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath
-
Returns a precomputed-on-construction hash code from attributes: archiveSourcePath, memberPath.
- hashCode() - Method in class com.facebook.buck.core.sourcepath.DefaultBuildTargetSourcePath
-
Returns the precomputed-on-construction hash code from the supertype implementation of super.hashCode().
- hashCode() - Method in class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath
-
Returns the precomputed-on-construction hash code from the supertype implementation of super.hashCode().
- hashCode() - Method in class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath
-
Returns the precomputed-on-construction hash code from the supertype implementation of super.hashCode().
- hashCode() - Method in class com.facebook.buck.core.sourcepath.PathSourcePath
-
Returns the precomputed-on-construction hash code from the supertype implementation of super.hashCode().
- hashCode() - Method in class com.facebook.buck.core.sourcepath.SourceWithFlags
-
Computes a hash code from attributes: sourcePath, flags.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableBoolAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory, providers.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory, allowEmpty, providers.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory, values.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntListAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory, allowEmpty.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceListAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory, allowEmpty.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory, values.
- hashCode() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringListAttribute
-
Computes a hash code from attributes: preCoercionDefaultValue, doc, mandatory, allowEmpty.
- hashCode() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
Computes a hash code from attributes: target, type, command, cwd, neededCoverage, additionalCoverageTargets, env, labels, contacts, requiredPaths.
- hashCode() - Method in class com.facebook.buck.core.test.rule.ImmutableCoercedTestRunnerSpec
-
Computes a hash code from attributes: data.
- hashCode() - Method in class com.facebook.buck.core.test.rule.ImmutableExternalRunnerTestProtocol
-
Computes a hash code from attributes: target, specs, sourcePathResolver.
- hashCode() - Method in class com.facebook.buck.core.test.rule.ImmutableTestRunnerSpec
-
Computes a hash code from attributes: data.
- hashCode() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
Computes a hash code from attributes: binary, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool
-
Computes a hash code from attributes: path, extraArgs, name, version.
- hashCode() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
Computes a hash code from attributes: environment, buckConfig, filesystem, processExecutor, executableFinder, ruleKeyConfiguration, targetConfiguration.
- hashCode() - Method in class com.facebook.buck.core.toolchain.ToolchainDescriptor
-
Computes a hash code from attributes: name, toolchainClass, toolchainFactoryClass.
- hashCode() - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider
-
Computes a hash code from attributes: executableFinder, environment, sourcePathConverter, name, source.
- hashCode() - Method in class com.facebook.buck.core.util.graph.DirectedAcyclicGraph
-
- hashCode() - Method in class com.facebook.buck.counters.Counter
-
- hashCode() - Method in class com.facebook.buck.counters.CounterBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.counters.CounterInfo
-
Computes a hash code from attributes: category, name, tags.
- hashCode() - Method in class com.facebook.buck.counters.CounterSnapshot
-
Computes a hash code from attributes: category, tags, tagSets, values.
- hashCode() - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
Computes a hash code from attributes: source, buildTarget, path, type, toolType, preferDependencyTree.
- hashCode() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Computes a hash code from attributes: linkDepsQueryWhole, linkStyle, linkGroupMap, linkGroup, thinLto, fatLto, devirtEnabled, srcs, platformSrcs, headers, rawHeaders, includeDirectories, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, langPlatformCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, langPlatformPreprocessorFlags, linkerFlags, postLinkerFlags, linkerExtraOutputs, platformLinkerFlags, executableName, postPlatformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, defaultPlatform, tests, frameworks, libraries, versionUniverse, depsQuery.
- hashCode() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
Computes a hash code from attributes: directory, file, arguments.
- hashCode() - Method in class com.facebook.buck.cxx.CxxDeps
-
Computes a hash code from attributes: deps, platformDeps.
- hashCode() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Computes a hash code from attributes: out, bash, cmd, cmdExe, type, srcs, enableSandbox, environmentExpansionSeparator, cacheable, needAndroidTools, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, tests.
- hashCode() - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
Computes a hash code from attributes: includeType, root.
- hashCode() - Method in class com.facebook.buck.cxx.CxxIncludes
-
Computes a hash code from attributes: includeType, includeDir, includeDirPath.
- hashCode() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Computes a hash code from attributes: exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLangPlatformPreprocessorFlags, exportedLinkerFlags, exportedPostLinkerFlags, exportedPlatformLinkerFlags, exportedPostPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, staticLibraryBasename, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, publicIncludeDirectories, publicSystemIncludeDirectories, exportedCxxDeps, cxxDeps, exportedHeaderStyle, supportsMergedLinking, linkStyle, linkGroupMap, linkGroup, thinLto, fatLto, devirtEnabled, srcs, platformSrcs, headers, rawHeaders, includeDirectories, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, langPlatformCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, langPlatformPreprocessorFlags, linkerFlags, postLinkerFlags, linkerExtraOutputs, platformLinkerFlags, executableName, postPlatformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, defaultPlatform, tests, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.cxx.CxxLinkOptions
-
Computes a hash code from attributes: thinLto, fatLto, devirtEnabled.
- hashCode() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Computes a hash code from attributes: src, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Computes a hash code from attributes: preprocessorFlags, includes, frameworks, rules.
- hashCode() - Method in class com.facebook.buck.cxx.CxxRawHeaders
-
Computes a hash code from attributes: headers.
- hashCode() - Method in class com.facebook.buck.cxx.CxxSource
-
Computes a hash code from attributes: type, path, flags.
- hashCode() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Computes a hash code from attributes: projectFilesystem, baseBuildTarget, actionGraphBuilder, pathResolver, cxxBuckConfig, cxxPlatform, cxxPreprocessorInput, compilerFlags, prefixHeader, precompiledHeader, picType.
- hashCode() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Returns a precomputed-on-construction hash code from attributes: includeType, root, includeRoot, headerMap, symlinkTreeClass.
- hashCode() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Computes a hash code from attributes: framework, env, args, runTestSeparately, useDefaultTestMain, resources, additionalCoverageTargets, linkDepsQueryWhole, linkStyle, linkGroupMap, linkGroup, thinLto, fatLto, devirtEnabled, srcs, platformSrcs, headers, rawHeaders, includeDirectories, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, langPlatformCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, langPlatformPreprocessorFlags, linkerFlags, postLinkerFlags, linkerExtraOutputs, platformLinkerFlags, executableName, postPlatformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, defaultPlatform, tests, frameworks, libraries, versionUniverse, depsQuery, contacts, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Computes a hash code from attributes: privateHeadersSymlinksEnabled, publicHeadersSymlinksEnabled, useArgFile, sharedLibraryExtension, sharedLibraryVersionedExtensionFormat, staticLibraryExtension, objectFileExtension, binaryExtension, compilerType, linkerType, assembler, assemblerFlags, cCompiler, cCompilerFlags, cxxCompiler, cxxCompilerFlags, linker, linkerFlags, archiver, archiverFlags, archiverType, strip, ranlib, ranlibFlags, stripFlags, staticDepRuntimeLdFlags, staticPicDepRuntimeLdFlags, sharedDepRuntimeLdFlags, nm, sharedLibraryInterfaceType, objcopyForSharedLibraryInterface, useHeaderMap, filepathLengthLimited, headersWhitelist, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
Computes a hash code from attributes: platformFlags, ruleFlags.
- hashCode() - Method in class com.facebook.buck.cxx.FrameworkDependencies
-
Computes a hash code from attributes: sourcePaths.
- hashCode() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
Computes a hash code from attributes: platformFlags, ruleFlags.
- hashCode() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
Computes a hash code from attributes: target, headerDirs, platformHeaderDirs, versionedHeaderDirs, sharedLib, platformSharedLib, versionedSharedLib, staticLib, platformStaticLib, versionedStaticLib, staticPicLib, platformStaticPicLib, versionedStaticPicLib.
- hashCode() - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
Computes a hash code from attributes: roots, libraries.
- hashCode() - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
Computes a hash code from attributes: soname, path.
- hashCode() - Method in class com.facebook.buck.cxx.OmnibusRoot
-
Computes a hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.cxx.OmnibusRoots
-
Computes a hash code from attributes: includedRoots, excludedRoots.
- hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Computes a hash code from attributes: headerDirs, platformHeaderDirs, versionedHeaderDirs, sharedLib, platformSharedLib, versionedSharedLib, staticLib, platformStaticLib, versionedStaticLib, staticPicLib, platformStaticPicLib, versionedStaticPicLib, headerOnly, exportedHeaders, exportedPlatformHeaders, headerNamespace, provided, linkWhole, forceStatic, preferredLinkage, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLangPlatformPreprocessorFlags, versionedExportedPreprocessorFlags, versionedExportedPlatformPreprocessorFlags, versionedExportedLangPreprocessorFlags, versionedExportedLangPlatformPreprocessorFlags, exportedLinkerFlags, exportedPostLinkerFlags, exportedPlatformLinkerFlags, exportedPostPlatformLinkerFlags, soname, linkWithoutSoname, canBeAsset, frameworks, libraries, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, supportsSharedLibraryInterface, supportsMergedLinking, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Computes a hash code from attributes: exportedPreprocessorFlags, includeDirs, staticLink, staticLibs, staticPicLink, staticPicLibs, sharedLink, sharedLibs, providedSharedLibs, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.cxx.PrecompiledHeaderData
-
Computes a hash code from attributes: headerContainer, input, precompiled.
- hashCode() - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
Computes a hash code from attributes: projectFilesystem, baseBuildTarget, actionGraphBuilder, pathResolver, prefixHeader, precompiledHeader.
- hashCode() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
Computes a hash code from attributes: sourceType, sourceFlags.
- hashCode() - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Computes a hash code from attributes: prefixHeader, otherFlags, includes, frameworkPaths, cxxIncludePaths.
- hashCode() - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
Computes a hash code from attributes: flavor, as, asflags, aspp, asppflags, cc, cflags, cxx, cxxflags, cpp, cppflags, cxxpp, cxxppflags, cudapp, cudappflags, cuda, cudaflags, hippp, hipppflags, hip, hipflags, asmpp, asmppflags, asm, asmflags, ld, ldflags, runtimeLdflags, strip, stripFlags, ar, archiveContents, arflags, ranlib, ranlibflags, symbolNameTool, sharedLibraryExtension, sharedLibraryVersionedExtensionFormat, staticLibraryExtension, objectFileExtension, compilerDebugPathSanitizer, headerVerification, useArgFile, flagMacros, sharedLibraryInterfaceParams, binaryExtension, publicHeadersSymlinksEnabled, privateHeadersSymlinksEnabled, picTypeForSharedLinking, conflictingHeaderBasenameWhitelist, headerMode, filepathLengthLimited.
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
-
Computes a hash code from attributes: defaultUnresolvedCxxPlatform, unresolvedCxxPlatforms.
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
-
Computes a hash code from attributes: index, section.
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
-
Computes a hash code from attributes: objcopy, ldflags, removeUndefinedSymbols.
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
-
Computes a hash code from attributes: mode, whitelist, platformWhitelist, whitelistPatterns.
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableCacheKey
-
Computes a hash code from attributes: flavor, type, forceLinkWhole.
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
-
Computes a hash code from attributes: args, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
-
Computes a hash code from attributes: type, libraryName.
- hashCode() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
-
Computes a hash code from attributes: commandsCount, is64Bit.
- hashCode() - Method in class com.facebook.buck.distributed.AnalysisResults
-
Computes a hash code from attributes: perRuleStats.
- hashCode() - Method in class com.facebook.buck.distributed.build_client.BuildSlaveStats
-
Computes a hash code from attributes: stampedeId, buildSlaveStats.
- hashCode() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
Computes a hash code from attributes: builderExecutorArgs, topLevelTargets, buildGraphs, cachingBuildEngineDelegate, asyncJobState, distBuildCellIndexer, distBuildService, distBuildLogStateTracker, buckVersion, distBuildClientStats, scheduler, maxTimeoutWaitingForLogsMillis, logMaterializationEnabled, remoteBuildRuleCompletionNotifier, stampedeIdReference, buildLabel, buckEventBus, distBuildStartedEvent, statusPollIntervalMillis.
- hashCode() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
Computes a hash code from attributes: executorService, projectFilesystem, fileHashCache, invocationInfo, buildMode, distLocalBuildMode, minionRequirements, repository, tenantId, ruleKeyCalculatorFuture.
- hashCode() - Method in class com.facebook.buck.distributed.build_client.StampedeExecutionResult
-
Computes a hash code from attributes: exitCode, exception, errorStage, handleGracefully.
- hashCode() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphs
-
Computes a hash code from attributes: cachingBuildEngineDelegate, targetGraph, actionGraphAndBuilder.
- hashCode() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
Computes a hash code from attributes: state, timingStatsTracker, versionedTargetGraphCache, actionGraphProvider, parser, buckEventBus, ruleKeyConfiguration, projectFilesystemFactory, executorService, depsAwareExecutorSupplier, executors, provider, knownRuleTypesProvider, distBuildConfig.
- hashCode() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
Computes a hash code from attributes: state, parser, buckEventBus, executorService, actionGraphProvider, ruleKeyConfiguration, console, artifactCacheFactory, logDirectoryPath, platform, clock, executors, depsAwareExecutorSupplier, provider, distBuildMode, remoteCoordinatorPort, stampedeId, capacityService, buildSlaveRunId, remoteCoordinatorAddress, versionedTargetGraphCache, buildInfoStoreManager, distBuildService, ruleKeyCacheScope, projectFilesystemFactory, knownRuleTypesProvider, coordinatorBuildRuleEventsPublisher, minionBuildProgressTracker, healthCheckStatsTracker, remoteCommand, metadataProvider, unconfiguredBuildTargetFactory, targetConfigurationSerializer, timingStatsTracker.
- hashCode() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Computes a hash code from attributes: ruleName, ruleType, wallMillisDuration, ruleKey, inputRuleKey, buildRuleStatus, cacheResultType, outputHash, wasFailure, wasSuccessful, wasCanceled, wasCacheMiss.
- hashCode() - Method in class com.facebook.buck.distributed.BuildRuleStats
-
Computes a hash code from attributes: slaveRunId, wasDefaultRuleKeyMismatch, wasInputRuleKeyMismatch, logEntry.
- hashCode() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
Computes a hash code from attributes: config, filesystem, canonicalName, environment, processExecutor, executableFinder, pluginManager, buckModuleManager.
- hashCode() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
-
Computes a hash code from attributes: clientSideCacheResult, ruleKeyServerLog, twoLevelContentHashKeyServerLog.
- hashCode() - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Computes a hash code from attributes: stampedeId, buckClientError, userOrInferredBuildLabel, minionType, buckClientErrorMessage, performedLocalBuild, performedRacingBuild, racingBuildFinishedFirst, localFallbackBuildEnabled, distributedBuildExitCode, localBuildExitCode, postDistBuildLocalStepsDurationMs, localBuildDurationMs, localPreparationDurationMs, localGraphConstructionDurationMs, localFileHashComputationDurationMs, localTargetGraphSerializationDurationMs, localUploadFromDirCacheDurationMs, missingRulesUploadedFromDirCacheCount, performDistributedBuildDurationMs, createDistributedBuildDurationMs, uploadMissingFilesDurationMs, uploadTargetGraphDurationMs, uploadBuckDotFilesDurationMs, setBuckVersionDurationMs, missingFilesUploadedCount, materializeSlaveLogsDurationMs, publishBuildSlaveFinishedStatsDurationMs, postBuildAnalysisDurationMs.
- hashCode() - Method in class com.facebook.buck.distributed.ImmutableDistBuildStatus
-
Computes a hash code from attributes: status, slaveStatuses.
- hashCode() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
Computes a hash code from attributes: ruleName, ruleType, localBuild, remoteBuilds, numRemoteBuilds, wasLocalFailure, wasLocalCacheMiss.
- hashCode() - Method in class com.facebook.buck.distributed.RuleKeyNameAndType
-
Computes a hash code from attributes: ruleName, ruleType.
- hashCode() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
Computes a hash code from attributes: relativePath, buildId, commandArgs, expandedCommandArgs, exitCode, buildTimeMs, ruleKeyLoggerLogFile, machineReadableLogFile, ruleKeyDiagKeysFile, ruleKeyDiagGraphFile, traceFile, configJsonFile, buckFixSpecFile, size, lastModifiedTime.
- hashCode() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointRequest
-
Computes a hash code from attributes: buildId, logDirPath, machineReadableLog, endpointMessage, reportUrl.
- hashCode() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointResponse
-
Computes a hash code from attributes: errorMessage, suggestions.
- hashCode() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorJsonResponse
-
Computes a hash code from attributes: requestSuccessful, errorMessage, rageUrl, message.
- hashCode() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorSuggestion
-
Computes a hash code from attributes: status, area, suggestion.
- hashCode() - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
Computes a hash code from attributes: currentRevisionId, basedOffWhichTracked, revisionIdOffTracked, revisionTimestampOffTracked, diff, dirtyFiles.
- hashCode() - Method in class com.facebook.buck.doctor.config.ImmutableUserLocalConfiguration
-
Computes a hash code from attributes: noBuckCheckPresent, localConfigsContents, configOverrides.
- hashCode() - Method in class com.facebook.buck.doctor.DefectReport
-
Computes a hash code from attributes: userReport, highlightedBuildIds, includedPaths, buildEnvironmentDescription, sourceControlInfo, extraInfo, fileChangesIgnoredReport, userLocalConfiguration.
- hashCode() - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
Computes a hash code from attributes: isRequestSuccessful, requestProtocol, reportSubmitLocation, reportSubmitMessage, reportSubmitErrorMessage, reportId.
- hashCode() - Method in class com.facebook.buck.doctor.ExtraInfoResult
-
Computes a hash code from attributes: output, extraFiles.
- hashCode() - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
-
Computes a hash code from attributes: watchmanDiagReport.
- hashCode() - Method in class com.facebook.buck.doctor.UserReport
-
Computes a hash code from attributes: userIssueDescription, issueCategory.
- hashCode() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- hashCode() - Method in class com.facebook.buck.event.EventKey
-
Computes a hash code from attributes: value.
- hashCode() - Method in class com.facebook.buck.event.InstallEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
Computes a hash code from attributes: outputExecutor, tracePath, chromeTraceWriter, traceStream, config, logDirectoryPath, buildId, projectFilesystem.
- hashCode() - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListenerCloseArgs
-
Computes a hash code from attributes: fetchRequestLogger, storeRequestLogger.
- hashCode() - Method in class com.facebook.buck.event.listener.ImmutableCriticalPathReportableNode
-
Computes a hash code from attributes: buildTarget, elapsedTimeMs, type.
- hashCode() - Method in class com.facebook.buck.event.listener.ImmutableRuleExecutionTimeData
-
Computes a hash code from attributes: targetId, elapsedTimeMs.
- hashCode() - Method in class com.facebook.buck.event.listener.LogUploaderListenerCloseArgs
-
Computes a hash code from attributes: traceUploadURI, logDirectoryPath, logFilePath, buildId.
- hashCode() - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListenerCloseArgs
-
Computes a hash code from attributes: executor, buildReportFileUploader, machineReadableLogFilePath.
- hashCode() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
-
Computes a hash code from attributes: timestampMillis.
- hashCode() - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListenerCloseArgs
-
Computes a hash code from attributes: outputExecutor, buildReportFileUploader, ruleDiagGraphFilePath, ruleDiagKeyFilePath.
- hashCode() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListenerCloseArgs
-
Computes a hash code from attributes: outputExecutor, ruleKeyLogFileUploader, ruleKeyLogFilePath.
- hashCode() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
Computes a hash code from attributes: runId, stream.
- hashCode() - Method in class com.facebook.buck.event.listener.ScribeEventListenerConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfData
-
Computes a hash code from attributes: scubaListenerData, defaultScubaData, clock.
- hashCode() - Method in class com.facebook.buck.event.listener.scuba.ArtifactCompressionStat
-
Computes a hash code from attributes: totalDecompressionTime, decompressionEventCount, decompressionRuleKeyCount, averageDecompressionTimePerEvent, averageDecompressionTimePerRuleKey.
- hashCode() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
Computes a hash code from attributes: scubaListenerData, buildRules, scubaData, stampedeBuildLabel, everstoreHandle, shouldUploadToEverstoreLog, reSessionData, reStatsProvider.
- hashCode() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheData
-
Computes a hash code from attributes: scubaListenerData, buildId, clock, defaultScubaData.
- hashCode() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedData
-
Computes a hash code from attributes: scubaListenerData, buildId, buildRulesCsv, defaultScubaDataMinimal, clock.
- hashCode() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveData
-
Computes a hash code from attributes: scubaListenerData, stampedeId, runId, stampedeBuildLabel, minionType, buildSlaveFinishedStats, buildId, buildRulesCsv, defaultScubaDataMinimal, clock.
- hashCode() - Method in class com.facebook.buck.event.listener.scuba.ImmutableCriticalPathData
-
Computes a hash code from attributes: scubaListenerData, scubaData, buildRules.
- hashCode() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats
-
Computes a hash code from attributes: started, failed, uploaded, scheduled, totalBytes.
- hashCode() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteDownloadStats
-
Computes a hash code from attributes: artifacts, bytes.
- hashCode() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
Computes a hash code from attributes: hasRemoteStatus, status, localStatus, totalRulesCount, finishedRulesCount, slaveCacheStats.
- hashCode() - Method in class com.facebook.buck.event.listener.util.EventInterval
-
Computes a hash code from attributes: start, finish.
- hashCode() - Method in class com.facebook.buck.event.PerfEventId
-
Computes a hash code from attributes: value.
- hashCode() - Method in class com.facebook.buck.event.ScubaData
-
Computes a hash code from attributes: ints, normals, tags.
- hashCode() - Method in class com.facebook.buck.event.ScubaEvent
-
- hashCode() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.event.UninstallEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
Computes a hash code from attributes: srcTarget, extraTests, extraTargets, extraShallowTargets, workspaceName, actionConfigNames, extraSchemes, environmentVariables, wasCreatedForAppExtension, isRemoteRunnable, explicitRunnablePath, notificationPayloadFile, watchInterface, launchStyle, additionalSchemeActions, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith.
- hashCode() - Method in class com.facebook.buck.features.apple.project.CopyInXcode
-
Computes a hash code from attributes: sourceType, sourcePath, destinationBase, destinationPath.
- hashCode() - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
Computes a hash code from attributes: projectPath, projectGenerated, requiredBuildTargets, xcconfigPaths, filesToCopyInXcode, buildTargetToGeneratedTargetMap, generatedProjectToPbxTargets.
- hashCode() - Method in class com.facebook.buck.features.apple.project.ProjectGeneratorOptions
-
Computes a hash code from attributes: shouldUseShortNamesForTargets, shouldCreateDirectoryStructure, shouldGenerateProjectSchemes, shouldGenerateReadOnlyFiles, shouldIncludeTests, shouldIncludeDependenciesTests, shouldUseHeaderMaps, shouldUseAbsoluteHeaderMapPaths, shouldMergeHeaderMaps, shouldGenerateHeaderSymlinkTreesOnly, shouldGenerateMissingUmbrellaHeader, shouldForceLoadLinkWholeLibraries, shouldAddLinkedLibrariesAsFlags, shouldLinkSystemSwift.
- hashCode() - Method in class com.facebook.buck.features.apple.projectV2.CopyInXcode
-
Computes a hash code from attributes: sourceType, sourcePath, destinationBase, destinationPath.
- hashCode() - Method in class com.facebook.buck.features.apple.projectV2.GeneratedTargetAttributes
-
Computes a hash code from attributes: productType.
- hashCode() - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
Computes a hash code from attributes: projectPath, projectGenerated, requiredBuildTargets, xcconfigPaths, filesToCopyInXcode, buildTargetToGeneratedTargetMap, generatedProjectToPbxTargets.
- hashCode() - Method in class com.facebook.buck.features.apple.projectV2.ProjectGeneratorOptions
-
Computes a hash code from attributes: shouldUseShortNamesForTargets, shouldGenerateProjectSchemes, shouldGenerateReadOnlyFiles, shouldIncludeTests, shouldIncludeDependenciesTests, shouldGenerateMissingUmbrellaHeader, shouldForceLoadLinkWholeLibraries, shouldAddLinkedLibrariesAsFlags, shouldLinkSystemSwift.
- hashCode() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
Computes a hash code from attributes: appleConfig, target, shell, buildScriptPath, product, frameworkHeadersEnabled, langPreprocessorFlags, sourcesWithFlags, extraXcodeSources, extraXcodeFiles, publicHeaders, privateHeaders, coreDataResources, prefixHeader, infoPlist, bridgingHeader, buckFilePath, recursiveResources, directResources, recursiveAssetCatalogs, directAssetCatalogs, wrapperResources, xcconfigs, entitlementsPlistPath, products, frameworks, dependencies, genruleFiles.
- hashCode() - Method in class com.facebook.buck.features.apple.projectV2.XcodeProjectWriteOptions
-
Computes a hash code from attributes: project, sourceRoot.
- hashCode() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
Computes a hash code from attributes: srcs, linkerFlags, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.d.DIncludes
-
Computes a hash code from attributes: linkTree, sources.
- hashCode() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, linkerFlags, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
Computes a hash code from attributes: srcs, linkerFlags, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, contacts, deps, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.features.d.DTestStep
-
- hashCode() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
Computes a hash code from attributes: frameworkVer, resources, dllName, deps, compilerFlags, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, srcs.
- hashCode() - Method in class com.facebook.buck.features.dotnet.DotnetBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.features.dotnet.DotnetFramework
-
- hashCode() - Method in class com.facebook.buck.features.dotnet.DotnetToolchain
-
Computes a hash code from attributes: dotnetBuckConfig, systemCsharpCompiler.
- hashCode() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Computes a hash code from attributes: assembly, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith.
- hashCode() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
Computes a hash code from attributes: defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, srcs.
- hashCode() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
Computes a hash code from attributes: cgoCompilerFlags, goCompilerFlags, goAssemblerFlags, packageName, goSrcs, exportedDeps, compilerFlags, linkDepsQueryWhole, devirtEnabled, fatLto, linkGroup, linkGroupMap, linkStyle, thinLto, cxxDeps, cxxRuntimeType, defaultFlavors, defaults, executableName, headerNamespace, headers, includeDirectories, langCompilerFlags, langPlatformCompilerFlags, langPlatformPreprocessorFlags, langPreprocessorFlags, linkerExtraOutputs, linkerFlags, platformCompilerFlags, platformDeps, platformHeaders, platformLinkerFlags, platformPreprocessorFlags, platformSrcs, postLinkerFlags, postPlatformLinkerFlags, precompiledHeader, prefixHeader, preprocessorFlags, privateCxxDeps, rawHeaders, srcs, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, defaultPlatform, tests, frameworks, libraries, versionUniverse, depsQuery.
- hashCode() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
Computes a hash code from attributes: defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, srcs, platform, linkStyle, linkMode, compilerFlags, assemblerFlags, linkerFlags, externalLinkerFlags, resources.
- hashCode() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
Computes a hash code from attributes: compilerFlags, assemblerFlags, packageName, exportedDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.features.go.GoLinkable
-
Computes a hash code from attributes: goLinkInput, exportedDeps.
- hashCode() - Method in class com.facebook.buck.features.go.GoPlatform
-
Computes a hash code from attributes: goOs, goArch, flavor, goRoot, assemblerIncludeDirs, compiler, assembler, cGo, packer, linker, cover, testMainGen, cxxPlatform, externalLinkerFlags.
- hashCode() - Method in class com.facebook.buck.features.go.GoPlatformFactory
-
Computes a hash code from attributes: buckConfig, processExecutor, executableFinder, cxxPlatforms, defaultCxxPlatform.
- hashCode() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
Computes a hash code from attributes: library, packageName, coverageMode, env, runTestSeparately, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, contacts, deps, srcs, runner, specs, testRuleTimeoutMs, platform, linkStyle, linkMode, compilerFlags, assemblerFlags, linkerFlags, externalLinkerFlags, resources.
- hashCode() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
Computes a hash code from attributes: testRunnerGenerator, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith.
- hashCode() - Method in class com.facebook.buck.features.go.GoTestStep
-
- hashCode() - Method in class com.facebook.buck.features.go.GoToolchain
-
Computes a hash code from attributes: platformFlavorDomain, defaultPlatform.
- hashCode() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
Computes a hash code from attributes: library, packageName, exportedDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
Computes a hash code from attributes: modules, moduleDeps, vmArgs, style, draftCompile, optimize, localWorkers, strict, experimentalArgs, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
Computes a hash code from attributes: compilerDeps, configs, supportedPlatformsRegex, compilerInvocationFlags, functionName, linkDepsQueryWhole, devirtEnabled, fatLto, linkGroup, linkGroupMap, linkStyle, thinLto, compilerFlags, cxxDeps, cxxRuntimeType, defaultFlavors, defaults, executableName, headerNamespace, headers, includeDirectories, langCompilerFlags, langPlatformCompilerFlags, langPlatformPreprocessorFlags, langPreprocessorFlags, linkerExtraOutputs, linkerFlags, platformCompilerFlags, platformDeps, platformHeaders, platformLinkerFlags, platformPreprocessorFlags, platformSrcs, postLinkerFlags, postPlatformLinkerFlags, precompiledHeader, prefixHeader, preprocessorFlags, privateCxxDeps, rawHeaders, srcs, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, defaultPlatform, tests, frameworks, libraries, versionUniverse, depsQuery.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, platformDeps, linkDepsQueryWhole, main, linkStyle, platform, enableProfiling, ghciPreloadDeps, ghciPlatformPreloadDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, depsQuery, deps.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellCompileInput
-
Computes a hash code from attributes: flags, getPackage.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
Computes a hash code from attributes: additionalFlags, additionalPreprocessorFlags, includes, frameworkPaths, haddockInterfaces, packageExportedFlags, exposedPackages, packages.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, platformDeps, enableProfiling, ghciBinDep, ghciInit, platform, extraScriptTemplates, preloadDeps, platformPreloadDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, depsQuery, deps.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellGhciOmnibusSpec
-
Computes a hash code from attributes: body, deps, excludedRoots, excludedTransitiveDeps.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
Computes a hash code from attributes: platform, haddockFlags, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, depsQuery, deps.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellHaddockInput
-
Computes a hash code from attributes: interfaces, haddockOutputDirs.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, linkerFlags, compilerFlags, platformDeps, linkWhole, preferredLinkage, enableProfiling, haddockFlags, ghciPreloadDeps, ghciPlatformPreloadDeps, platform, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellPackage
-
Computes a hash code from attributes: info, packageDb, libraries, interfaces, objects.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellPackageInfo
-
Computes a hash code from attributes: name, version, identifier.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
Computes a hash code from attributes: compiler, haddock, haskellVersion, compilerFlags, linker, linkerFlags, packager, shouldCacheLinks, shouldUseArgsfile, shouldUsedOldBinaryOutputLocation, supportExposePackage, ghciScriptTemplate, ghciIservScriptTemplate, ghciBinutils, ghciGhc, ghciIServ, ghciIServProf, ghciLib, ghciCxx, ghciCc, ghciCpp, ghciPackager, packageNamePrefix, linkStyleForStubHeader, cxxPlatform.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellPlatformsProvider
-
Computes a hash code from attributes: defaultHaskellPlatform, haskellPlatforms.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Computes a hash code from attributes: version, id, db, importDirs, staticLibs, profiledStaticLibs, sharedLibs, exportedLinkerFlags, exportedCompilerFlags, cxxHeaderDirs, enableProfiling, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellSourceModule
-
Returns a precomputed-on-construction hash code from attributes: moduleName, sourceType.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellSources
-
Computes a hash code from attributes: moduleMap.
- hashCode() - Method in class com.facebook.buck.features.haskell.HaskellVersion
-
Computes a hash code from attributes: majorVersion.
- hashCode() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
Computes a hash code from attributes: entry, worker, androidPackage, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, extraJson, bundleName, bundleNameForFlavor.
- hashCode() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
Computes a hash code from attributes: jsBundle, rewriteSourcemap, rewriteMisc, skipResources, rewriteDepsFile, bash, cacheable, cmd, cmdExe, enableSandbox, environmentExpansionSeparator, srcs, needAndroidTools, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, tests, bundleName, bundleNameForFlavor.
- hashCode() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, worker, basePath, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, depsQuery, deps, extraJson, tests.
- hashCode() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
Computes a hash code from attributes: baseModule, compilerFlags, cxxDeps, cxxRuntimeType, defaultFlavors, defaults, executableName, headerNamespace, headers, includeDirectories, langCompilerFlags, langPlatformCompilerFlags, langPlatformPreprocessorFlags, langPreprocessorFlags, linkerExtraOutputs, linkerFlags, platformCompilerFlags, platformDeps, platformHeaders, platformLinkerFlags, platformPreprocessorFlags, platformSrcs, postLinkerFlags, postPlatformLinkerFlags, precompiledHeader, prefixHeader, preprocessorFlags, privateCxxDeps, rawHeaders, srcs, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, defaultPlatform, tests, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
Computes a hash code from attributes: mainModule, nativeStarterLibrary, pythonPlatform, platform, packageStyle, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.lua.LuaBinaryPackageComponents
-
Computes a hash code from attributes: starter, components.
- hashCode() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, baseModule, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.lua.LuaPackageComponents
-
Computes a hash code from attributes: modules, pythonModules, nativeLibraries.
- hashCode() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
Computes a hash code from attributes: lua, nativeStarterLibrary, luaCxxLibraryTarget, starterType, extension, packageStyle, packager, shouldCacheBinaries, nativeLinkStrategy, cxxPlatform.
- hashCode() - Method in class com.facebook.buck.features.lua.LuaPlatformsProvider
-
Computes a hash code from attributes: defaultLuaPlatform, luaPlatforms.
- hashCode() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
Computes a hash code from attributes: projectFilesystem, baseTarget, baseParams, actionGraphBuilder, pathResolver, luaPlatform, target, output, mainModule, relativeModulesDir, relativePythonModulesDir.
- hashCode() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
Computes a hash code from attributes: projectFilesystem, baseTarget, baseParams, actionGraphBuilder, pathResolver, cellPathResolver, luaPlatform, cxxBuckConfig, target, output, mainModule, nativeStarterLibrary, relativeModulesDir, relativePythonModulesDir, relativeNativeLibsDir, nativeLinkTargetInfo.
- hashCode() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, ocamldepFlags, warningsFlags, bytecodeOnly, platform, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
Computes a hash code from attributes: buildTarget, projectFilesystem, sourcePathResolver, library, flags, ocamlDepFlags, input, nativeIncludes, bytecodeIncludes, transitiveBytecodeIncludes, nativeLinkableInput, bytecodeLinkableInput, cLinkableInput, cxxPreprocessorInput, nativeCompileDeps, bytecodeCompileDeps, bytecodeLinkDeps, ocamlDepTool, ocamlCompiler, ocamlDebug, yaccCompiler, lexCompiler, ocamlBytecodeCompiler, cFlags, ocamlInteropIncludesDir, ldFlags, cPreprocessor.
- hashCode() - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
Computes a hash code from attributes: rules, nativeCompileDeps, bytecodeCompileDeps, objectFiles, bytecodeLink, ocamlContext.
- hashCode() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, compilerFlags, ocamldepFlags, linkerFlags, warningsFlags, bytecodeOnly, nativePlugin, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
Computes a hash code from attributes: ocamlCompiler, ocamlDepTool, yaccCompiler, lexCompiler, ocamlInteropIncludesDir, warningsFlags, ocamlBytecodeCompiler, ocamlDebug, cCompiler, cPreprocessor, cxxCompiler, cFlags, ldFlags, cxxPlatform.
- hashCode() - Method in class com.facebook.buck.features.ocaml.OcamlToolchain
-
Computes a hash code from attributes: defaultOcamlPlatform, ocamlPlatforms.
- hashCode() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Computes a hash code from attributes: libDir, includeDir, libName, nativeLib, bytecodeLib, cLibs, nativeCLibs, bytecodeCLibs, bytecodeOnly, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
Computes a hash code from attributes: targets, moduleBasePath, aggregationTag, moduleType, excludes.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.DependencyEntry
-
Computes a hash code from attributes: data, type, sortOrder.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.DependencyEntryData
-
Computes a hash code from attributes: name, scope, exported.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.model.ContentRoot
-
Computes a hash code from attributes: url, folders.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- hashCode() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
Computes a hash code from attributes: type, url, path, isTestSource, isResourceFolder, ijResourceFolderType, relativeOutputPath, packagePrefix.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.model.folders.ResourceFolder
-
- hashCode() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
Computes a hash code from attributes: name, targets, binaryJars, classPaths, sourceJars, javadocUrls, sourceDirs.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
Computes a hash code from attributes: manifestPaths, resourcePaths, assetPaths, proguardConfigPath, androidProjectType, packageName, autogenerateSources, minSdkVersions, generatedSourcePath.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
Computes a hash code from attributes: javaBuckConfig, buckConfig, autogenerateAndroidFacetSourcesEnabled, projectJdkName, projectJdkType, androidModuleSdkName, androidModuleSdkType, intellijModuleSdkName, intellijPluginLabels, javaModuleSdkName, javaModuleSdkType, pythonModuleSdkName, pythonModuleSdkType, projectLanguageLevel, excludedResourcePaths, labelToGeneratedSourcesMap, androidManifest, cleanerEnabled, removingUnusedLibrariesEnabled, excludeArtifactsEnabled, includeTransitiveDependency, skipBuildEnabled, keepModuleFilesInModuleDirsEnabled, aggregationMode, generatedFilesListFilename, moduleGroupName, projectRoot, projectPaths, aggregatingAndroidResourceModulesEnabled, ignoredTargetLabels, aggregationLimitForAndroidResourceModule, generatingAndroidManifestEnabled, generatingTargetInfoMapEnabled, outputUrl, extraCompilerOutputModulesPath, minAndroidSdkVersion, includeTestPatterns, excludeTestPatterns, multiCellModuleSupportEnabled.
- hashCode() - Method in class com.facebook.buck.features.project.intellij.model.ModuleIndexEntry
-
Computes a hash code from attributes: fileUrl, filePath, group.
- hashCode() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
Computes a hash code from attributes: baseModule, moduleName, compilerFlags, cxxDeps, cxxRuntimeType, defaultFlavors, defaults, executableName, headerNamespace, headers, includeDirectories, langCompilerFlags, langPlatformCompilerFlags, langPlatformPreprocessorFlags, langPreprocessorFlags, linkerExtraOutputs, linkerFlags, platformCompilerFlags, platformDeps, platformHeaders, platformLinkerFlags, platformPreprocessorFlags, platformSrcs, postLinkerFlags, postPlatformLinkerFlags, precompiledHeader, prefixHeader, preprocessorFlags, privateCxxDeps, rawHeaders, srcs, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, defaultPlatform, tests, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
Computes a hash code from attributes: binarySrc, excludeDepsFromMergedLinking, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
Computes a hash code from attributes: main, mainModule, platformDeps, baseModule, zipSafe, buildArgs, platform, cxxPlatform, packageStyle, preloadDeps, linkerFlags, extension, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, tests, versionUniverse.
- hashCode() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, versionedSrcs, platformSrcs, resources, versionedResources, platformResources, platformDeps, baseModule, zipSafe, excludeDepsFromMergedLinking, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, tests.
- hashCode() - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
Computes a hash code from attributes: modules, resources, nativeLibraries, moduleDirs, zipSafe.
- hashCode() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
Computes a hash code from attributes: mainModule, platform, cxxPlatform, extension, packageStyle, preloadDeps, linkerFlags, neededCoverage, buildArgs, env, additionalCoverageTargets, contacts, testRuleTimeoutMs, srcs, versionedSrcs, platformSrcs, resources, versionedResources, platformResources, platformDeps, baseModule, zipSafe, excludeDepsFromMergedLinking, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps, tests, versionUniverse.
- hashCode() - Method in class com.facebook.buck.features.python.toolchain.PythonPlatformsProvider
-
Computes a hash code from attributes: pythonPlatforms.
- hashCode() - Method in class com.facebook.buck.features.python.toolchain.PythonVersion
-
Computes a hash code from attributes: interpreterName, versionString.
- hashCode() - Method in class com.facebook.buck.features.rust.ImmutableRustPlatformFactory
-
Computes a hash code from attributes: buckConfig, executableFinder.
- hashCode() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
Computes a hash code from attributes: rlib, crate, linkStyle, procMacro, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
Computes a hash code from attributes: linkerFlags, linkStyle, rpath, mappedSrcs, env, edition, features, rustcFlags, crate, crateRoot, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, namedDeps, deps, srcs, defaultPlatform, tests.
- hashCode() - Method in class com.facebook.buck.features.rust.RustLibraryArg
-
- hashCode() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
Computes a hash code from attributes: preferredLinkage, procMacro, mappedSrcs, env, edition, features, rustcFlags, crate, crateRoot, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, namedDeps, deps, srcs, defaultPlatform, tests.
- hashCode() - Method in class com.facebook.buck.features.rust.RustPlatform
-
Computes a hash code from attributes: rustCompiler, rustLibraryFlags, rustBinaryFlags, rustTestFlags, rustCheckFlags, linker, linkerProvider, linkerArgs, cxxPlatform, xcrunSdkPath.
- hashCode() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
Computes a hash code from attributes: contacts, linkerFlags, linkStyle, rpath, framework, mappedSrcs, env, edition, features, rustcFlags, crate, crateRoot, platformDeps, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith, namedDeps, deps, srcs, defaultPlatform.
- hashCode() - Method in class com.facebook.buck.features.rust.RustToolchain
-
Computes a hash code from attributes: defaultRustPlatform, rustPlatforms.
- hashCode() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
Computes a hash code from attributes: out, srcs, entriesToExclude, zipSrcs, onDuplicateEntry, defaultTargetPlatform, labels, licenses, name, compatibleWith, targetCompatibleWith.
- hashCode() - Method in class com.facebook.buck.file.FileHash
-
- hashCode() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
Computes a hash code from attributes: stripPrefix, type, sha256, urls, out, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
Computes a hash code from attributes: executable, sha256, urls, out, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Computes a hash code from attributes: url, sha1, out, type, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.infer.ImmutableInferConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.infer.ImmutableInferPlatform
-
Computes a hash code from attributes: inferBin, inferVersion, inferConfig.
- hashCode() - Method in class com.facebook.buck.infer.toolchain.ImmutableInferToolchain
-
Computes a hash code from attributes: defaultPlatform.
- hashCode() - Method in class com.facebook.buck.io.BuildCellRelativePath
-
Computes a hash code from attributes: pathRelativeToBuildCellRoot.
- hashCode() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
Computes a hash code from attributes: buckOut, configuredBuckOut, currentVersionFile, genDir, resDir, scratchDir, annotationDir, logDir, journalDir, traceDir, cacheDir, tmpDir, xcodeDir, trashDir, offlineLogDir, remoteSandboxDir, lastOutputDir, embeddedCellsBuckOutBaseDir, projectRootDir.
- hashCode() - Method in class com.facebook.buck.io.filesystem.EmbeddedCellBuckOutInfo
-
Computes a hash code from attributes: mainCellRoot, mainCellBuckPaths, cellName, cellBuckOut.
- hashCode() - Method in class com.facebook.buck.io.filesystem.ExactPathMatcher
-
- hashCode() - Method in class com.facebook.buck.io.filesystem.FileExtensionMatcher
-
- hashCode() - Method in class com.facebook.buck.io.filesystem.GlobPatternMatcher
-
- hashCode() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- hashCode() - Method in class com.facebook.buck.io.filesystem.RecursiveFileMatcher
-
- hashCode() - Method in class com.facebook.buck.io.watchman.ImmutableChange
-
Computes a hash code from attributes: type, path, kind.
- hashCode() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanMultiplePathEvent
-
Computes a hash code from attributes: cellPath, changes.
- hashCode() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanOverflowEvent
-
Computes a hash code from attributes: cellPath, reason.
- hashCode() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanPathEvent
-
Computes a hash code from attributes: cellPath, kind, path.
- hashCode() - Method in class com.facebook.buck.io.watchman.ProjectWatch
-
Computes a hash code from attributes: watchRoot, projectPrefix.
- hashCode() - Method in class com.facebook.buck.io.watchman.WatchmanDiagnostic
-
Computes a hash code from attributes: level, message.
- hashCode() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Computes a hash code from attributes: type, value, syntaxError, stackTrace.
- hashCode() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
Computes a hash code from attributes: fileName, lineNumber, functionName, text.
- hashCode() - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Computes a hash code from attributes: values, diagnostics, profile.
- hashCode() - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
Computes a hash code from attributes: fileName, lineNumber, offset, text.
- hashCode() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Computes a hash code from attributes: extraGroovycArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Computes a hash code from attributes: extraGroovycArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
Computes a hash code from attributes: classesDir, outputJarDirPath, abiJarPath, annotationPath, pathToSourcesList, workingDirectory, outputJarPath.
- hashCode() - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
Computes a hash code from attributes: sourceFilePaths, classpathEntries, outputPaths, abiGenerationMode, abiCompatibilityMode, shouldTrackClassUsage, shouldTrackJavacPhaseEvents, sourceOnlyAbiRuleInfoFactory.
- hashCode() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
-
Computes a hash code from attributes: actionGraphBuilder, buildRuleParams, deps, compileAgainstLibraryType, shouldCreateSourceOnlyAbi.
- hashCode() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
Computes a hash code from attributes: classAbiPath, sourceAbiPath, verificationMode.
- hashCode() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
Computes a hash code from attributes: bash, cmd, cmdExe, type, srcs, enableSandbox, environmentExpansionSeparator, cacheable, needAndroidTools, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, tests.
- hashCode() - Method in class com.facebook.buck.jvm.java.JarParameters
-
Computes a hash code from attributes: hashEntries, mergeManifests, disallowAllDuplicates, jarPath, removeEntryPredicate, entriesToJar, mainClass, manifestFile, duplicatesLogLevel.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Computes a hash code from attributes: processorClass, processorClasses, isolateClassLoader, doesNotAffectAbi, supportsAbiGenerationFromSource, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Computes a hash code from attributes: mainClass, manifestFile, mergeManifests, disallowAllDuplicates, metaInfDirectory, blacklist, defaultCxxPlatform, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, tests.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Computes a hash code from attributes: eventSink, stdErr, classLoaderCache, verbosity, cellPathResolver, javaPackageFinder, projectFilesystem, projectFilesystemFactory, environment, processExecutor.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacLanguageLevelOptions
-
Computes a hash code from attributes: sourceLevel, targetLevel.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Computes a hash code from attributes: spoolMode, productionBuild, verbose, languageLevelOptions, javaAnnotationProcessorParams, standardJavacPluginParams, extraArguments, bootclasspath, sourceToBootclasspath, trackClassUsage, trackJavacPhaseEvents.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
Computes a hash code from attributes: canReuseClassLoader, processorNames, classpath.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacPluginParams
-
Computes a hash code from attributes: pluginProperties, parameters, processOnly.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Computes a hash code from attributes: type, processorNames, inputs, classpathEntries, canReuseClassLoader, doesNotAffectAbi, supportsAbiGenerationFromSource.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Computes a hash code from attributes: javacPath, javacJarPath, compilerClassName.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacVersion
-
Computes a hash code from attributes: versionString.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Computes a hash code from attributes: resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaOptions
-
Computes a hash code from attributes: javaRuntimeProvider.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
Computes a hash code from attributes: pluginName, isolateClassLoader, doesNotAffectAbi, supportsAbiGenerationFromSource, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Computes a hash code from attributes: vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests, runner, specs.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
Computes a hash code from attributes: mainClass, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Computes a hash code from attributes: targetJavaVersion, directoryForTestResults, classpathFile, testType, debugEnabled, codeCoverageEnabled, inclNoLocationClassesEnabled, shouldExplainTestSelectorList, pathToJavaAgent, buildId, buckModuleBaseSourceCodePath, stdOutLogLevel, stdErrLogLevel, robolectricLogPath, testRunnerClasspath, extraJvmArgs, testClasses, testSelectorList.
- hashCode() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Computes a hash code from attributes: store, properties, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.jvm.java.lang.model.BridgeMethod
-
- hashCode() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Computes a hash code from attributes: binaryJar, sourceJar, gwtJar, javadocUrl, mavenCoords, provided, requiredForSourceOnlyAbi, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps.
- hashCode() - Method in class com.facebook.buck.jvm.java.ResourcesParameters
-
Computes a hash code from attributes: resources, resourcesRoot.
- hashCode() - Method in class com.facebook.buck.jvm.java.toolchain.JavacOptionsProvider
-
Computes a hash code from attributes: javacOptions.
- hashCode() - Method in class com.facebook.buck.jvm.java.toolchain.JavaCxxPlatformProvider
-
Computes a hash code from attributes: defaultJavaCxxPlatform.
- hashCode() - Method in class com.facebook.buck.jvm.java.toolchain.JavaOptionsProvider
-
Computes a hash code from attributes: javaOptions, javaOptionsForTests.
- hashCode() - Method in class com.facebook.buck.jvm.java.toolchain.JavaToolchain
-
Computes a hash code from attributes: javacProvider.
- hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
-
Computes a hash code from attributes: versionString.
- hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Computes a hash code from attributes: extraKotlincArguments, annotationProcessingTool, friendPaths, kaptApOptions, kotlincPlugins, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Computes a hash code from attributes: extraKotlincArguments, annotationProcessingTool, friendPaths, kaptApOptions, kotlincPlugins, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Computes a hash code from attributes: extraArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Computes a hash code from attributes: extraArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, sourceOnlyAbiDeps, runtimeDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, removeClasses, annotationProcessorDeps, annotationProcessorParams, javaPluginParams, annotationProcessors, annotationProcessorOnly, plugins, abiGenerationMode, compileAgainst, sourceAbiVerificationMode, onUnusedDependencies, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, requiredForSourceOnlyAbi, deps, providedDeps, exportedProvidedDeps, srcs, tests, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.log.ErrorLogRecord
-
Computes a hash code from attributes: record, logs, traits, message, category, time, logger, buildUuid, isSuperConsoleEnabled, isDaemon, isRemoteExecution, stack, errorMessage, initialError, initialErrorMsg, origin.
- hashCode() - Method in class com.facebook.buck.log.InvocationInfo
-
Computes a hash code from attributes: buildId, superConsoleEnabled, isDaemon, subCommand, commandArgs, unexpandedCommandArgs, buckLogDir, timestampMillis, isRemoteExecution, repository, watchmanVersion.
- hashCode() - Method in class com.facebook.buck.log.LogConfigSetup
-
Computes a hash code from attributes: logDir, rotateLog, count, maxLogSizeBytes, logFilePrefix.
- hashCode() - Method in class com.facebook.buck.log.PerfTimesStats
-
Computes a hash code from attributes: pythonTimeMs, initTimeMs, processingTimeMs, parseTimeMs, actionGraphTimeMs, rulekeyTimeMs, totalRulekeyTimeMs, fetchTimeMs, buildTimeMs, installTimeMs.
- hashCode() - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
Computes a hash code from attributes: targets, includes, configs, env, globManifest, errors.
- hashCode() - Method in class com.facebook.buck.parser.api.PojoTransformer
-
Computes a hash code from attributes: clazz, transformFunction.
- hashCode() - Method in class com.facebook.buck.parser.cache.impl.ParserCacheConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.parser.config.ParserConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.parser.DefaultSelectableConfigurationContext
-
Computes a hash code from attributes: buckConfig, constraintResolver, targetConfiguration, platformProvider.
- hashCode() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.parser.exceptions.ImmutableParsingError
-
Computes a hash code from attributes: message, stackTrace.
- hashCode() - Method in class com.facebook.buck.parser.ImmutableBuildFileSpec
-
Computes a hash code from attributes: basePath, isRecursive, cellPath.
- hashCode() - Method in class com.facebook.buck.parser.ImmutableBuildTargetSpec
-
Computes a hash code from attributes: unconfiguredBuildTargetView, buildFileSpec.
- hashCode() - Method in class com.facebook.buck.parser.ImmutableTargetNodePredicateSpec
-
Computes a hash code from attributes: buildFileSpec, onlyTests.
- hashCode() - Method in class com.facebook.buck.parser.implicit.ImplicitInclude
-
Computes a hash code from attributes: rawImportLabel, symbols, importString, loadPath.
- hashCode() - Method in class com.facebook.buck.parser.manifest.ImmutableBuildPackagePathToBuildFileManifestKey
-
Returns a precomputed-on-construction hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
Computes a hash code from attributes: projectRoot, cellRoots, pythonInterpreter, pythonModuleSearchPath, allowEmptyGlobs, ignorePaths, buildFileName, defaultIncludes, packageImplicitIncludes, descriptions, rawConfig, cellName, useWatchmanGlob, watchmanGlobStatResults, watchmanUseGlobGenerator, watchman, enableProfiling, watchmanQueryTimeoutMs, buildFileImportWhitelist, disableImplicitNativeRules, enableUserDefinedRules, warnAboutDeprecatedSyntax.
- hashCode() - Method in class com.facebook.buck.parser.ParsingContext
-
Computes a hash code from attributes: cell, executor, profilingEnabled, speculativeParsing, excludeUnsupportedTargets, applyDefaultFlavorsMode, enableTargetCompatibilityChecks, useUnconfiguredSelectorResolver.
- hashCode() - Method in class com.facebook.buck.parser.syntax.ImmutableListWithSelects
-
Computes a hash code from attributes: elements, type.
- hashCode() - Method in class com.facebook.buck.parser.syntax.ImmutableSelectorValue
-
Computes a hash code from attributes: dictionary, noMatchError.
- hashCode() - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildPackagePathToRawTargetNodePackageKey
-
Returns a precomputed-on-construction hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildTargetToRawTargetNodeKey
-
Returns a precomputed-on-construction hash code from attributes: buildTarget, packagePath.
- hashCode() - Method in class com.facebook.buck.parser.targetnode.ImmutableRawTargetNodeToRawTargetNodeWithDepsKey
-
Returns a precomputed-on-construction hash code from attributes: rawTargetNode, packagePath.
- hashCode() - Method in class com.facebook.buck.query.QueryBuildTarget
-
- hashCode() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- hashCode() - Method in class com.facebook.buck.query.QueryFileTarget
-
- hashCode() - Method in class com.facebook.buck.query.TargetLiteral
-
- hashCode() - Method in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
Computes a hash code from attributes: strategyConfig, delegate.
- hashCode() - Method in class com.facebook.buck.remoteexecution.event.listener.model.ReSessionData
-
Computes a hash code from attributes: reSessionId, reSessionLabel, strategy.
- hashCode() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackStats
-
Computes a hash code from attributes: totalExecutedRules, locallyExecutedRules, locallySuccessfulRules.
- hashCode() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcDigest
-
- hashCode() - Method in class com.facebook.buck.remoteexecution.grpc.ParsedReadResource
-
Computes a hash code from attributes: instanceName, digest.
- hashCode() - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy
-
Computes a hash code from attributes: maxRetries, backoffStrategy, beforeRetry, restartAllStreamingCalls, executor.
- hashCode() - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.MerkleTreeNode
-
- hashCode() - Method in interface com.facebook.buck.rules.args.Arg
-
- hashCode() - Method in class com.facebook.buck.rules.args.CompositeArg
-
Computes a hash code from attributes: args.
- hashCode() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- hashCode() - Method in class com.facebook.buck.rules.args.ProxyArg
-
- hashCode() - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- hashCode() - Method in class com.facebook.buck.rules.args.SourcePathArg
-
Computes a hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.rules.args.StringArg
-
Computes a hash code from attributes: arg.
- hashCode() - Method in class com.facebook.buck.rules.args.ToolArg
-
Computes a hash code from attributes: tool.
- hashCode() - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- hashCode() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
Computes a hash code from attributes: type, name, value.
- hashCode() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
-
Computes a hash code from attributes: nameToField.
- hashCode() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
Computes a hash code from attributes: type, sourceTreePath, sourcePath.
- hashCode() - Method in class com.facebook.buck.rules.coercer.ImmutableConstructorArgBuilder
-
Computes a hash code from attributes: builder, paramInfos, buildFunction.
- hashCode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Computes a hash code from attributes: minSdkVersion, targetSdkVersion, versionCode, versionName, debugMode, placeholders.
- hashCode() - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpec
-
Computes a hash code from attributes: neededCoverageRatioPercentage, buildTarget, pathName.
- hashCode() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
- hashCode() - Method in class com.facebook.buck.rules.coercer.SourceSet
-
Computes a hash code from attributes: type, unnamedSources, namedSources.
- hashCode() - Method in class com.facebook.buck.rules.coercer.SourceSortedSet
-
Computes a hash code from attributes: type, unnamedSources, namedSources.
- hashCode() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
Computes a hash code from attributes: type, unnamedSources, namedSources.
- hashCode() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- hashCode() - Method in class com.facebook.buck.rules.keys.config.RuleKeyConfiguration
-
Computes a hash code from attributes: seed, coreKey, buildInputRuleKeyFileSizeLimit, buckModuleHashStrategy.
- hashCode() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
Computes a hash code from attributes: pathToFile, pathWithinArchive.
- hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
Computes a hash code from attributes: ruleKey, inputs.
- hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
Computes a hash code from attributes: defaultRuleKeyFactory, inputBasedRuleKeyFactory, depFileRuleKeyFactory.
- hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyResult
-
- hashCode() - Method in class com.facebook.buck.rules.macros.AbsoluteOutputMacro
-
Computes a hash code from attributes: outputName.
- hashCode() - Method in class com.facebook.buck.rules.macros.BuildTargetMacro
-
- hashCode() - Method in class com.facebook.buck.rules.macros.CcFlagsMacro
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.rules.macros.CcMacro
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.rules.macros.CppFlagsMacro
-
Computes a hash code from attributes: filter, targets.
- hashCode() - Method in class com.facebook.buck.rules.macros.CxxFlagsMacro
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.rules.macros.CxxMacro
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.rules.macros.CxxppFlagsMacro
-
Computes a hash code from attributes: filter, targets.
- hashCode() - Method in class com.facebook.buck.rules.macros.EnvMacro
-
Computes a hash code from attributes: var.
- hashCode() - Method in class com.facebook.buck.rules.macros.LdflagsSharedFilterMacro
-
Computes a hash code from attributes: filter, targets.
- hashCode() - Method in class com.facebook.buck.rules.macros.LdflagsSharedMacro
-
Computes a hash code from attributes: filter, targets.
- hashCode() - Method in class com.facebook.buck.rules.macros.LdflagsStaticFilterMacro
-
Computes a hash code from attributes: filter, targets.
- hashCode() - Method in class com.facebook.buck.rules.macros.LdflagsStaticMacro
-
Computes a hash code from attributes: filter, targets.
- hashCode() - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicFilterMacro
-
Computes a hash code from attributes: filter, targets.
- hashCode() - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicMacro
-
Computes a hash code from attributes: filter, targets.
- hashCode() - Method in class com.facebook.buck.rules.macros.LdMacro
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.rules.macros.MacroContainer
-
Computes a hash code from attributes: macro, outputToFile.
- hashCode() - Method in class com.facebook.buck.rules.macros.OutputMacro
-
Computes a hash code from attributes: outputName.
- hashCode() - Method in class com.facebook.buck.rules.macros.PlatformNameMacro
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
-
Computes a hash code from attributes: query.
- hashCode() - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
-
Computes a hash code from attributes: query.
- hashCode() - Method in class com.facebook.buck.rules.macros.QueryTargetsAndOutputsMacro
-
Computes a hash code from attributes: separator, query.
- hashCode() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
-
Computes a hash code from attributes: query.
- hashCode() - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
Computes a hash code from attributes: parts.
- hashCode() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
Computes a hash code from attributes: buildTarget, cellPathResolver, actionGraphBuilder, expanders, sanitizer, classExpanders.
- hashCode() - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionActionInfo
-
Computes a hash code from attributes: actionDigest, requiredData, totalInputSize, outputs.
- hashCode() - Method in class com.facebook.buck.rules.modern.config.ModernBuildRuleConfig
-
Computes a hash code from attributes: defaultStrategyConfig, delegate.
- hashCode() - Method in class com.facebook.buck.rules.modern.tools.CachedErrors
-
Computes a hash code from attributes: paths, exceptions, references.
- hashCode() - Method in class com.facebook.buck.rules.query.Query
-
Computes a hash code from attributes: query, targetConfiguration, baseName, resolvedQuery.
- hashCode() - Method in class com.facebook.buck.rules.tool.config.ToolConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.rules.visibility.parser.BuildTargetVisibilityPattern
-
Computes a hash code from attributes: viewerPattern.
- hashCode() - Method in class com.facebook.buck.rules.visibility.parser.PublicVisibilityPattern
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.sandbox.SandboxConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.sandbox.SandboxProperties
-
Computes a hash code from attributes: deniedToReadPaths, allowedToReadPaths, allowedToReadMetadataPaths, allowedToWritePaths.
- hashCode() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
Computes a hash code from attributes: args, exe, platformExe, env, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.shell.CrossPlatformTool
-
Computes a hash code from attributes: genericTool, platformTools, platform.
- hashCode() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Computes a hash code from attributes: src, out, mode, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Computes a hash code from attributes: out, executable, noRemote, bash, cmd, cmdExe, type, srcs, enableSandbox, environmentExpansionSeparator, cacheable, needAndroidTools, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, tests.
- hashCode() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Computes a hash code from attributes: main, resources, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, tests.
- hashCode() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Computes a hash code from attributes: test, args, type, runTestSeparately, resources, env, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, contacts, deps, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
Computes a hash code from attributes: tests, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Computes a hash code from attributes: env, args, exe, maxWorkers, maxWorkersPerThreadPercent, persistent, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.skylark.io.GlobSpec
-
Computes a hash code from attributes: include, exclude, excludeDirectories.
- hashCode() - Method in class com.facebook.buck.skylark.io.GlobSpecWithResult
-
Computes a hash code from attributes: globSpec, filePaths.
- hashCode() - Method in class com.facebook.buck.skylark.packages.PackageContext
-
Computes a hash code from attributes: globber, rawConfig, packageIdentifier, eventHandler, implicitlyLoadedSymbols.
- hashCode() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
Computes a hash code from attributes: labelCache, knownUserDefinedRuleTypes, enableUserDefinedRules, disableImplicitNativeRules, ruleFunctionFactory, descriptions.
- hashCode() - Method in class com.facebook.buck.skylark.parser.EnvironmentData
-
Computes a hash code from attributes: environment, loadedPaths.
- hashCode() - Method in class com.facebook.buck.skylark.parser.ExtensionData
-
Computes a hash code from attributes: extension, path, dependencies, importString, loadTransitiveClosure.
- hashCode() - Method in class com.facebook.buck.skylark.parser.ImplicitlyLoadedExtension
-
Computes a hash code from attributes: extensionData, loadedSymbols.
- hashCode() - Method in class com.facebook.buck.skylark.parser.IncludesData
-
Computes a hash code from attributes: path, dependencies, loadTransitiveClosure.
- hashCode() - Method in class com.facebook.buck.skylark.parser.LoadImport
-
Computes a hash code from attributes: containingLabel, getImport.
- hashCode() - Method in class com.facebook.buck.skylark.parser.ParseResult
-
Computes a hash code from attributes: rawRules, loadedPaths, readConfigurationOptions, globManifestWithResult.
- hashCode() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Computes a hash code from attributes: clock, serverPool, eventBus, serverPoolName, errorCheckTimeRangeMillis, latencyCheckTimeRangeMillis, maxAcceptableLatencyMillis, connectionTimeoutMillis, healthCheckIntervalMillis, pingEndpoint, maxErrorPercentage, minSamplesToReportError.
- hashCode() - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs
-
Computes a hash code from attributes: service, executor, thriftProtocol, hybridThriftPath.
- hashCode() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Computes a hash code from attributes: server, exception, requestSizeBytes, latencyMicros, responseSizeBytes.
- hashCode() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
-
Computes a hash code from attributes: perServerData.
- hashCode() - Method in class com.facebook.buck.slb.PerServerData
-
Computes a hash code from attributes: server, serverUnhealthy, bestServer.
- hashCode() - Method in class com.facebook.buck.slb.PerServerPingData
-
Computes a hash code from attributes: server, exception, pingRequestLatencyMillis.
- hashCode() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
Computes a hash code from attributes: noHealthyServersAvailable, perServerData, serverPoolName.
- hashCode() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
-
Computes a hash code from attributes: service, thriftPath.
- hashCode() - Method in class com.facebook.buck.step.AbstractTestStep
-
- hashCode() - Method in class com.facebook.buck.step.fs.MkdirStep
-
Computes a hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.step.fs.RmStep
-
Computes a hash code from attributes: path, recursive.
- hashCode() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
Computes a hash code from attributes: filesystem, existingFile, desiredLink.
- hashCode() - Method in class com.facebook.buck.step.fs.SymlinkTreeMergeStep
-
- hashCode() - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- hashCode() - Method in class com.facebook.buck.step.fs.TouchStep
-
- hashCode() - Method in class com.facebook.buck.step.ImmutableStepExecutionResult
-
Computes a hash code from attributes: exitCode, executedCommand, stderr.
- hashCode() - Method in class com.facebook.buck.step.StepEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.support.bgtasks.ImmutableBackgroundTask
-
Computes a hash code from attributes: name, action, actionArgs, timeout, shouldCancelOnRepeat.
- hashCode() - Method in class com.facebook.buck.support.bgtasks.TaskId
-
Computes a hash code from attributes: name, buildId.
- hashCode() - Method in class com.facebook.buck.support.bgtasks.Timeout
-
Computes a hash code from attributes: timeout, unit.
- hashCode() - Method in class com.facebook.buck.support.build.report.BuildReportConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.support.build.report.ImmutableFullBuildReport
-
Computes a hash code from attributes: currentConfig, versionControlStats.
- hashCode() - Method in class com.facebook.buck.support.cli.args.BuckCellArg
-
Computes a hash code from attributes: cellName, arg, basePath.
- hashCode() - Method in class com.facebook.buck.support.cli.config.AliasConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.support.cli.config.CliConfig
-
Computes a hash code from attributes: delegate, jsonAttributeFormat.
- hashCode() - Method in class com.facebook.buck.support.fix.FixBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
Computes a hash code from attributes: buildId, command, exitCode, userArgs, expandedArgs, manuallyInvoked, commandData, buckProvidedScripts, logs.
- hashCode() - Method in class com.facebook.buck.support.fix.ImmutableBuckRunSpec
-
Computes a hash code from attributes: path, argv, envp, cwd, isFixScript.
- hashCode() - Method in class com.facebook.buck.support.log.LogBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Computes a hash code from attributes: moduleName, compilerFlags, version, frameworks, libraries, enableObjcInterop, supportedPlatformsRegex, soname, bridgingHeader, preferredLinkage, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith, deps, srcs.
- hashCode() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
Computes a hash code from attributes: swiftc, swiftStdlibTool, swiftRuntimePathsForBundling, swiftRuntimePathsForLinking, swiftStaticRuntimePaths, swiftSharedLibraryRunPaths.
- hashCode() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatformsProvider
-
Computes a hash code from attributes: swiftCxxPlatforms.
- hashCode() - Method in class com.facebook.buck.test.config.TestBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.test.config.TestResultSummaryVerbosity
-
Computes a hash code from attributes: includeStdErr, includeStdOut, maxDebugLogLines.
- hashCode() - Method in class com.facebook.buck.test.selectors.TestDescription
-
- hashCode() - Method in class com.facebook.buck.test.TestResults
-
Computes a hash code from attributes: buildTarget, success, hasAssumptionViolations, failureCount, failures, testCases, contacts, labels, testLogPaths, dependenciesPassTheirTests, sequenceNumber, totalNumberOfTests.
- hashCode() - Method in class com.facebook.buck.test.TestResultSummary
-
- hashCode() - Method in class com.facebook.buck.test.TestRunningOptions
-
Computes a hash code from attributes: codeCoverageEnabled, runAllTests, testSelectorList, shouldExplainTestSelectorList, shufflingTests, pathToXmlTestOutput, pathToJavaAgent, coverageReportFormats, coverageReportTitle, environmentOverrides, coverageExcludes, coverageIncludes, javaTempDir.
- hashCode() - Method in class com.facebook.buck.test.TestStatusMessage
-
Computes a hash code from attributes: message, level, timestampMillis.
- hashCode() - Method in class com.facebook.buck.util.cache.CacheStats
-
Computes a hash code from attributes: hitCount, missCount, missMatchCount, evictionCount, invalidationCount, loadSuccessCount, loadExceptionCount, retrievalTime, totalLoadTime, totalMissTime, numberEntries.
- hashCode() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
Computes a hash code from attributes: cachesExamined, filesExamined, verificationErrors.
- hashCode() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Computes a hash code from attributes: type, hashCode.
- hashCode() - Method in class com.facebook.buck.util.charset.NulTerminatedCharsetDecoder.Result
-
- hashCode() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
Computes a hash code from attributes: future, resources.
- hashCode() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
Computes a hash code from attributes: cpu, memory, diskIO, networkIO.
- hashCode() - Method in class com.facebook.buck.util.config.Config
-
- hashCode() - Method in class com.facebook.buck.util.config.RawConfig
-
Computes a hash code from attributes: values.
- hashCode() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Computes a hash code from attributes: pathSelector, maxTotalSizeBytes, maxPathCount, minAmountOfEntriesToKeep, maxBytesAfterDeletion.
- hashCode() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Computes a hash code from attributes: user, hostname, os, availableCores, systemMemory, buckDirty, buckCommit, javaVersion, cacheModes, extraData, jsonProtocolVersion, buildType.
- hashCode() - Method in class com.facebook.buck.util.i18n.NumberFormatterCacheKey
-
Computes a hash code from attributes: threadId, locale.
- hashCode() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- hashCode() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
-
- hashCode() - Method in class com.facebook.buck.util.network.offline.ScribeData
-
Computes a hash code from attributes: category, lines, bucket.
- hashCode() - Method in class com.facebook.buck.util.PatternAndMessage
-
Computes a hash code from attributes: pattern, message.
- hashCode() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Computes a hash code from attributes: command, directory, environment, redirectInput, redirectOutput, redirectError, redirectErrorStream.
- hashCode() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Computes a hash code from attributes: memResident, memSize, cpuReal, cpuUser, cpuSys, cpuTotal, ioBytesRead, ioBytesWritten, ioTotal.
- hashCode() - Method in class com.facebook.buck.util.SampleRate
-
Computes a hash code from attributes: sampleRate.
- hashCode() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- hashCode() - Method in class com.facebook.buck.util.timing.ClockDuration
-
- hashCode() - Method in class com.facebook.buck.util.types.Pair
-
- hashCode() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
Computes a hash code from attributes: currentRevisionId, baseBookmarks, branchedFromMasterRevisionId, branchedFromMasterTS.
- hashCode() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Computes a hash code from attributes: diff, pathsChangedInWorkingDirectory, currentRevisionId, baseBookmarks, branchedFromMasterRevisionId, branchedFromMasterTS.
- hashCode() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
-
Computes a hash code from attributes: pathsChangedInWorkingDirectory, currentRevisionId, baseBookmarks, branchedFromMasterRevisionId, branchedFromMasterTS.
- hashCode() - Method in class com.facebook.buck.util.xml.DocumentLocation
-
Computes a hash code from attributes: lineNumber, columnNumber.
- hashCode() - Method in class com.facebook.buck.util.zip.collect.ImmutableFileZipEntrySource
-
Computes a hash code from attributes: sourceFilePath, entryName.
- hashCode() - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceCollection
-
Computes a hash code from attributes: sources.
- hashCode() - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceFromZip
-
Returns a precomputed-on-construction hash code from attributes: sourceFilePath, entryName, entryPosition.
- hashCode() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
Computes a hash code from attributes: inputs, targetGraphCreationResult.
- hashCode() - Method in class com.facebook.buck.versions.ExactConstraint
-
Computes a hash code from attributes: version.
- hashCode() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
Computes a hash code from attributes: baseTargetIndex, buildTargetIndex, baseTargetFlavorMap.
- hashCode() - Method in class com.facebook.buck.versions.Version
-
Computes a hash code from attributes: name.
- hashCode() - Method in class com.facebook.buck.versions.VersionedAliasDescription
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Computes a hash code from attributes: versions, name, licenses, labels, defaultTargetPlatform, targetCompatibleWith, compatibleWith.
- hashCode() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
Computes a hash code from attributes: type, targetGraphCreationResult.
- hashCode() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
Computes a hash code from attributes: targetGraphCreationResult, versionUniverses.
- hashCode() - Method in class com.facebook.buck.versions.VersionInfo
-
Computes a hash code from attributes: versionDomain.
- hashCode() - Method in class com.facebook.buck.versions.VersionUniverse
-
Computes a hash code from attributes: versions.
- hashCode() - Method in class com.facebook.buck.worker.WorkerJobParams
-
Computes a hash code from attributes: jobArgs, workerProcessParams.
- hashCode() - Method in class com.facebook.buck.worker.WorkerJobResult
-
Computes a hash code from attributes: exitCode, stdout, stderr.
- hashCode() - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Computes a hash code from attributes: argsPath, stdOutPath, stdErrPath.
- hashCode() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
Computes a hash code from attributes: persistentWorkerKey, workerHash.
- hashCode() - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Computes a hash code from attributes: tempDir, startupCommand, startupEnvironment, maxWorkers, workerProcessIdentity.
- hashCode() - Method in class com.facebook.buck.zip.ZipScrubberStep
-
Computes a hash code from attributes: zipAbsolutePath.
- HashCodeAndFileType - Class in com.facebook.buck.util.cache
-
Data container to hold hash value for a file or directory
- HashCodeAndFileType(byte, HashCode) - Constructor for class com.facebook.buck.util.cache.HashCodeAndFileType
-
- HashCodeValueTypeInfo - Class in com.facebook.buck.rules.modern.impl
-
ValueTypeInfo for HashCode.
- HashCodeValueTypeInfo() - Constructor for class com.facebook.buck.rules.modern.impl.HashCodeValueTypeInfo
-
- HashedFileTool - Class in com.facebook.buck.core.toolchain.tool.impl
-
A tool with a single file input.
- HashedFileTool(Supplier<? extends SourcePath>) - Constructor for class com.facebook.buck.core.toolchain.tool.impl.HashedFileTool
-
- HashedFileTool(SourcePath) - Constructor for class com.facebook.buck.core.toolchain.tool.impl.HashedFileTool
-
- HasherInputStream - Class in com.facebook.buck.util.hash
-
An
InputStream which appends the hash of the data read from it to a
Hasher.
- HasherInputStream(Hasher, InputStream) - Constructor for class com.facebook.buck.util.hash.HasherInputStream
-
- HasherOutputStream - Class in com.facebook.buck.util.hash
-
An
OutputStream which appends the hash of the data written to it to a
Hasher.
- HasherOutputStream(Hasher, OutputStream) - Constructor for class com.facebook.buck.util.hash.HasherOutputStream
-
- hasHigherPriorityThan(IjModuleType) - Method in enum com.facebook.buck.features.project.intellij.model.IjModuleType
-
- HashInputJarsToDexStep - Class in com.facebook.buck.android
-
- HashInputJarsToDexStep(ProjectFilesystem, Supplier<Set<Path>>, Optional<Supplier<Multimap<Path, Path>>>, Supplier<ImmutableMap<String, HashCode>>) - Constructor for class com.facebook.buck.android.HashInputJarsToDexStep
-
- hashJsonObject(Hasher, Object) - Static method in class com.facebook.buck.json.JsonObjectHashing
-
Given a Hasher and a parsed BUCK file object, updates the Hasher with the contents of
the JSON object.
- hashPath(Hasher, ProjectFileHashLoader, ProjectFilesystem, Path) - Static method in class com.facebook.buck.util.hashing.PathHashing
-
- hashPathFast(Hasher, Path) - Static method in class com.facebook.buck.io.file.FastPaths
-
Adds the Path to the hasher as unencoded chars.
- hashStringAndLength(Hasher, String) - Static method in class com.facebook.buck.util.hashing.StringHashing
-
Encodes the length of the string in UTF-16 code units, then the UTF-16 code units of the
string.
- hashTargetGraph() - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetGraphHashing
-
Given a
TargetGraph and any number of root nodes to traverse, returns a map of
(BuildTarget, HashCode) pairs for all root build targets and their dependencies.
- HasImportLibrary - Interface in com.facebook.buck.cxx.toolchain.linker
-
A windows shared library consists of two files: (1) a dll to be used at runtime and (2) an import
library (static library) to be used to link against a given shared library.
- hasIncomingEdges(T) - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- HasIncrementalThinLTO - Interface in com.facebook.buck.cxx.toolchain.linker
-
Indicates a linker can support incremental ThinLTO
- HasInstallableApk - Interface in com.facebook.buck.android
-
Build rule that generates an APK that can be installed with the install command.
- HasInstallableApk.AbstractApkInfo - Class in com.facebook.buck.android
-
- HasInstallHelpers - Interface in com.facebook.buck.core.rules.attr
-
- HasJavaAbi - Interface in com.facebook.buck.jvm.core
-
- HasJavaClassHashes - Interface in com.facebook.buck.jvm.core
-
This should be considered deprecated.
- hasJavacSpec() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- HaskellBinary - Class in com.facebook.buck.features.haskell
-
- HaskellBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSet<BuildRule>, Tool, SourcePath) - Constructor for class com.facebook.buck.features.haskell.HaskellBinary
-
- HaskellBinaryDescription - Class in com.facebook.buck.features.haskell
-
- HaskellBinaryDescription(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.features.haskell.HaskellBinaryDescription
-
- HaskellBinaryDescription.Type - Enum in com.facebook.buck.features.haskell
-
- HaskellBinaryDescriptionArg - Class in com.facebook.buck.features.haskell
-
Immutable implementation of HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg.
- HaskellBinaryDescriptionArg.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellBuckConfig - Class in com.facebook.buck.features.haskell
-
- HaskellBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.features.haskell.HaskellBuckConfig
-
- HaskellCompileDep - Interface in com.facebook.buck.features.haskell
-
An interface for rule which can provide interfaces files for a haskell compilation.
- HaskellCompileInput - Class in com.facebook.buck.features.haskell
-
Information that contributes to a haskell compilation job.
- HaskellCompileInput.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellCompilerFlags - Class in com.facebook.buck.features.haskell
-
Common haskell compilation flags shared by haskell_library and haddock_library.
- HaskellCompilerFlags.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellCompileRule - Class in com.facebook.buck.features.haskell
-
- HaskellDescriptionsProvider - Class in com.facebook.buck.features.haskell
-
- HaskellDescriptionsProvider() - Constructor for class com.facebook.buck.features.haskell.HaskellDescriptionsProvider
-
- HaskellDescriptionUtils - Class in com.facebook.buck.features.haskell
-
- HaskellGhciDescription - Class in com.facebook.buck.features.haskell
-
- HaskellGhciDescription(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.features.haskell.HaskellGhciDescription
-
- HaskellGhciDescriptionArg - Class in com.facebook.buck.features.haskell
-
Immutable implementation of HaskellGhciDescription.AbstractHaskellGhciDescriptionArg.
- HaskellGhciDescriptionArg.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellGhciOmnibusSpec - Class in com.facebook.buck.features.haskell
-
Composition of NativeLinkableGroups in the omnibus link.
- HaskellGhciOmnibusSpec.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellGhciRule - Class in com.facebook.buck.features.haskell
-
- HaskellHaddockDescription - Class in com.facebook.buck.features.haskell
-
- HaskellHaddockDescription(ToolchainProvider) - Constructor for class com.facebook.buck.features.haskell.HaskellHaddockDescription
-
- HaskellHaddockDescriptionArg - Class in com.facebook.buck.features.haskell
-
Immutable implementation of HaskellHaddockDescription.AbstractHaskellHaddockDescriptionArg.
- HaskellHaddockDescriptionArg.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellHaddockInput - Class in com.facebook.buck.features.haskell
-
Information that contributes to a haskell haddock job.
- HaskellHaddockInput.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellHaddockLibRule - Class in com.facebook.buck.features.haskell
-
- HaskellHaddockRule - Class in com.facebook.buck.features.haskell
-
- HaskellLibrary - Class in com.facebook.buck.features.haskell
-
- HaskellLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.features.haskell.HaskellLibrary
-
- HaskellLibraryDescription - Class in com.facebook.buck.features.haskell
-
- HaskellLibraryDescription(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.features.haskell.HaskellLibraryDescription
-
- HaskellLibraryDescription.Type - Enum in com.facebook.buck.features.haskell
-
- HaskellLibraryDescriptionArg - Class in com.facebook.buck.features.haskell
-
Immutable implementation of HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg.
- HaskellLibraryDescriptionArg.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellLinkRule - Class in com.facebook.buck.features.haskell
-
- HaskellLinkRule(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, Path, ImmutableList<Arg>, ImmutableList<Arg>, boolean, boolean) - Constructor for class com.facebook.buck.features.haskell.HaskellLinkRule
-
- HaskellModule - Class in com.facebook.buck.features.haskell
-
- HaskellModule() - Constructor for class com.facebook.buck.features.haskell.HaskellModule
-
- HaskellModuleAdapterPlugin - Class in com.facebook.buck.features.haskell
-
- HaskellModuleAdapterPlugin(PluginWrapper) - Constructor for class com.facebook.buck.features.haskell.HaskellModuleAdapterPlugin
-
- HaskellOmnibusLinkable - Interface in com.facebook.buck.features.haskell
-
Represents an object with some special behavior for finding the linkable roots for Haskell's
omnibus computation.
- HaskellPackage - Class in com.facebook.buck.features.haskell
-
Represents a Haskell package used as a dependency during compilation.
- HaskellPackage.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellPackageInfo - Class in com.facebook.buck.features.haskell
-
- HaskellPackageRule - Class in com.facebook.buck.features.haskell
-
- HaskellPackageRule(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, HaskellVersion, Linker.LinkableDepType, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.features.haskell.HaskellPackageRule
-
- HaskellPlatform - Class in com.facebook.buck.features.haskell
-
Immutable implementation of AbstractHaskellPlatform.
- HaskellPlatform.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellPlatformsFactory - Class in com.facebook.buck.features.haskell
-
- HaskellPlatformsFactory(BuckConfig, ExecutableFinder) - Constructor for class com.facebook.buck.features.haskell.HaskellPlatformsFactory
-
- HaskellPlatformsProvider - Class in com.facebook.buck.features.haskell
-
- HaskellPlatformsProviderFactory - Class in com.facebook.buck.features.haskell
-
- HaskellPlatformsProviderFactory() - Constructor for class com.facebook.buck.features.haskell.HaskellPlatformsProviderFactory
-
- HaskellPrebuiltLibraryDescription - Class in com.facebook.buck.features.haskell
-
- HaskellPrebuiltLibraryDescription() - Constructor for class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescription
-
- HaskellPrebuiltLibraryDescriptionArg - Class in com.facebook.buck.features.haskell
-
Immutable implementation of HaskellPrebuiltLibraryDescription.AbstractHaskellPrebuiltLibraryDescriptionArg.
- HaskellPrebuiltLibraryDescriptionArg.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellSourceModule - Class in com.facebook.buck.features.haskell
-
A single node in a module graph.
- HaskellSourceModule.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellSources - Class in com.facebook.buck.features.haskell
-
Immutable implementation of AbstractHaskellSources.
- HaskellSources.Builder - Class in com.facebook.buck.features.haskell
-
- HaskellToolchainSupplier - Class in com.facebook.buck.features.haskell
-
- HaskellToolchainSupplier() - Constructor for class com.facebook.buck.features.haskell.HaskellToolchainSupplier
-
- HaskellVersion - Class in com.facebook.buck.features.haskell
-
Immutable implementation of AbstractHaskellVersion.
- HaskellVersion.Builder - Class in com.facebook.buck.features.haskell
-
- HasLinkerMap - Interface in com.facebook.buck.cxx.toolchain.linker
-
- HasLTO - Interface in com.facebook.buck.cxx.toolchain.linker
-
- HasMavenCoordinates - Interface in com.facebook.buck.jvm.core
-
- hasMinionFailed(String) - Method in class com.facebook.buck.distributed.build_slave.MinionWorkloadAllocator
-
- HasNamedDeclaredDeps - Interface in com.facebook.buck.features.rust
-
- hasNext() - Method in class com.facebook.buck.core.files.FileTreeFileNameIterator
-
- hasNext() - Method in class com.facebook.buck.core.macros.MacroFinderAutomaton
-
- hasOutput() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
-
- HasOutputName - Interface in com.facebook.buck.core.model
-
Interface for BuildRules which generate sources with logical "names" (e.g.
- hasPathsChangedInWorkingDirectory - Variable in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
-
- hasPatterns() - Method in class com.facebook.buck.util.PatternsMatcher
-
- hasPendingWrites() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
-
Returns true if the process has any data queued to write to stdin, false
otherwise.
- HasPostBuildSteps - Interface in com.facebook.buck.core.rules.attr
-
Deprecated interface used by
BuildRules which perform operations after the build.
- hasProcessFinished(Object) - Method in class com.facebook.buck.util.ProcessHelper
-
- HasProvidedDeps - Interface in com.facebook.buck.core.description.arg
-
- HasProvidedDepsQuery - Interface in com.facebook.buck.core.description.arg
-
- hasReadyZeroDependencyNodes() - Method in class com.facebook.buck.distributed.build_client.RemoteExecutionBuildTargetsQueue
-
- hasReadyZeroDependencyNodes() - Method in interface com.facebook.buck.distributed.build_slave.BuildTargetsQueue
-
- hasReadyZeroDependencyNodes() - Method in class com.facebook.buck.distributed.build_slave.ReverseDepBuildTargetsQueue
-
- hasRemoteStatus() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
- hasResources() - Method in class com.facebook.buck.android.apkmodule.APKModule
-
- hasResources() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
-
- hasResources() - Method in class com.facebook.buck.android.IdentityResourcesProvider
-
- hasResources() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
-
- hasResources() - Method in class com.facebook.buck.android.ResourcesFilter
-
- hasRule(String) - Method in class com.facebook.buck.skylark.parser.context.ParseContext
-
- HasRuntimeDeps - Interface in com.facebook.buck.core.rules.attr
-
Provides a facility for a rule to list dependencies it'll need at runtime.
- HasSourcePath - Interface in com.facebook.buck.rules.args
-
Interface for extracting a SourcePath from an Arg which has one.
- HasSources - Interface in com.facebook.buck.jvm.core
-
Provides information about sources that build rule have.
- HasSrcs - Interface in com.facebook.buck.core.description.arg
-
- hasStoredBuckGlobalState() - Method in class com.facebook.buck.support.state.BuckGlobalStateLifecycleManager
-
- HasSupplementaryOutputs - Interface in com.facebook.buck.core.rules.attr
-
BuildRules which supports supplementary outputs.
- HasSystemFrameworkAndLibraries - Interface in com.facebook.buck.cxx.toolchain
-
Constructor args which specify system framework and library fields.
- HasTargetCompatibleWith - Interface in com.facebook.buck.core.description.arg
-
This interface indicates that users can declare constraints and platforms that needs to be
matched by a target platform in order to build a particular target.
- hasTestHost() - Method in class com.facebook.buck.apple.AppleTest
-
- HasTestRunner - Interface in com.facebook.buck.core.test.rule
-
This marks a Description Arg for a test rule as having a test runner that knows how to run the
test.
- HasTests - Interface in com.facebook.buck.core.description.arg
-
A constructor arg of source rules with a list of their tests.
- HasTestTimeout - Interface in com.facebook.buck.core.description.arg
-
- hasTimedOut() - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- hasUiTestTarget() - Method in class com.facebook.buck.apple.AppleTest
-
- hasUserDefinedValue(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- hasValidAndroidManifest() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
AndroidManifest.xml can be generated when package name is known.
- HasVersionUniverse - Interface in com.facebook.buck.versions
-
- hasWildmatchGlob() - Method in class com.facebook.buck.io.watchman.Watchman
-
- haveMostBuildRulesCompleted() - Method in class com.facebook.buck.distributed.build_slave.MinionWorkloadAllocator
-
- haveMostBuildRulesFinished() - Method in class com.facebook.buck.distributed.build_client.RemoteExecutionBuildTargetsQueue
-
- haveMostBuildRulesFinished() - Method in interface com.facebook.buck.distributed.build_slave.BuildTargetsQueue
-
- haveMostBuildRulesFinished() - Method in class com.facebook.buck.distributed.build_slave.ReverseDepBuildTargetsQueue
-
- haveRemoteMachinesConnected() - Method in class com.facebook.buck.distributed.build_client.RemoteExecutionBuildTargetsQueue
-
- haveUploadsFinished() - Method in class com.facebook.buck.event.listener.stats.cache.NetworkStatsTracker
-
- haveUploadsStarted() - Method in class com.facebook.buck.event.listener.stats.cache.NetworkStatsTracker
-
- header - Variable in class com.facebook.buck.cxx.toolchain.elf.Elf
-
- header - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSection
-
- HEADER_MODE - Static variable in class com.facebook.buck.cxx.CxxLibraryDescription
-
- HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResourcesXml
-
- HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResourceTable
-
- HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResTablePackage
-
- HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- HEADER_VISIBILITY - Static variable in class com.facebook.buck.cxx.CxxLibraryDescription
-
- HeaderMap - Class in com.facebook.buck.apple.clang
-
Header maps are essentially hash maps from strings to paths (coded as two strings: a prefix and a
suffix).
- HeaderMap.Builder - Class in com.facebook.buck.apple.clang
-
Build a header map from individual mappings.
- HeaderMap.HeaderMapVisitor - Interface in com.facebook.buck.apple.clang
-
- HeaderMode - Enum in com.facebook.buck.cxx.toolchain
-
- headerOutputPath(BuildTarget, ProjectFilesystem, Optional<String>) - Static method in class com.facebook.buck.features.halide.HalideCompile
-
- HeaderSymlinkTree - Class in com.facebook.buck.cxx.toolchain
-
- HeaderSymlinkTree(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.cxx.toolchain.HeaderSymlinkTree
-
- HeaderSymlinkTreeWithHeaderMap - Class in com.facebook.buck.cxx
-
- HeaderSymlinkTreeWithModuleMap - Class in com.facebook.buck.cxx.toolchain
-
- HeaderVerification - Class in com.facebook.buck.cxx.toolchain
-
Defines how to handle headers that get included during the build but aren't explicitly tracked in
any build files.
- HeaderVerification.Builder - Class in com.facebook.buck.cxx.toolchain
-
- HeaderVisibility - Enum in com.facebook.buck.cxx.toolchain
-
- HealthCheckStatsTracker - Class in com.facebook.buck.distributed.build_slave
-
Used to keep track of how long minion health checks are taking, as observed by coordinator.
- HealthCheckStatsTracker() - Constructor for class com.facebook.buck.distributed.build_slave.HealthCheckStatsTracker
-
- HeapDumper - Class in com.facebook.buck.cli
-
Lightweight utility for capturing a heap dump programmatically.
- HeapDumper() - Constructor for class com.facebook.buck.cli.HeapDumper
-
- HeartbeatService - Class in com.facebook.buck.distributed.build_slave
-
Makes sure the clients send constant heartbeats to the servers to report healthy.
- HeartbeatService(long) - Constructor for class com.facebook.buck.distributed.build_slave.HeartbeatService
-
- HeartbeatService.HeartbeatCallback - Interface in com.facebook.buck.distributed.build_slave
-
Called at a regular interval to perform heartbeat operations.
- HELP_LONG_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- HelpCommand - Class in com.facebook.buck.cli
-
- HelpCommand() - Constructor for class com.facebook.buck.cli.HelpCommand
-
- HgCmdLineInterface - Class in com.facebook.buck.util.versioncontrol
-
- HgCmdLineInterface(ProcessExecutorFactory, Path, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- Hint - Annotation Type in com.facebook.buck.core.description.arg
-
- hit() - Static method in class com.facebook.buck.event.ActionGraphEvent.Cache
-
- Hit() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache.Hit
-
- hit() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
-
- HiveRowFormatter - Class in com.facebook.buck.util.network
-
Use this formatter as you would use a Builder to create Hive formatted rows that will transmit
correctly according to Scribe/Hive protocol.
- HOST_INFO - Static variable in class com.facebook.buck.skylark.function.HostInfo
-
- HostConstraintDetector - Interface in com.facebook.buck.core.model.platform
-
Detector is an interface that can be queried to check whether a particular constraint matches the
host OS.
- HostInfo - Class in com.facebook.buck.skylark.function
-
A factory for host_info built-in function available
- hostInfo() - Method in class com.facebook.buck.skylark.function.SkylarkNativeModule
-
- HostnameFetching - Class in com.facebook.buck.util.network.hostname
-
- HostnameFetchingPosixLibrary - Class in com.facebook.buck.util.network.hostname
-
- HostnameFetchingWin32Library - Interface in com.facebook.buck.util.network.hostname
-
- HttpArchive - Class in com.facebook.buck.file
-
Represents a remote file that needs to be downloaded.
- HttpArchive(BuildTarget, ProjectFilesystem, BuildRuleParams, HttpFile, String, ArchiveFormat, Optional<Path>) - Constructor for class com.facebook.buck.file.HttpArchive
-
- HttpArchiveDescription - Class in com.facebook.buck.file
-
A description for downloading an archive over http and extracting it (versus the combo logic
contained in
RemoteFileDescription.
- HttpArchiveDescription() - Constructor for class com.facebook.buck.file.HttpArchiveDescription
-
- HttpArchiveDescriptionArg - Class in com.facebook.buck.file
-
Arguments for an http_archive rule
- HttpArchiveDescriptionArg.Builder - Class in com.facebook.buck.file
-
- HttpArtifactCache - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCache
-
- HttpArtifactCacheBinaryProtocol - Class in com.facebook.buck.artifact_cache
-
Implements the binary protocol used by Buck to talk to the cache server.
- HttpArtifactCacheBinaryProtocol.FetchResponse - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheBinaryProtocol.StoreRequest - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
-
Event produced for HttpArtifactCache operations containing different stats.
- HttpArtifactCacheEvent(EventKey, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, ArtifactCacheEvent.StoreType) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
-
- HttpArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent.Finished.Builder - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent.Scheduled - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent.Shutdown - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEventFetchData - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of HttpArtifactCacheEvent.AbstractHttpArtifactCacheEventFetchData.
- HttpArtifactCacheEventFetchData.Builder - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEventListener - Class in com.facebook.buck.event.listener
-
Listens to HttpArtifactCacheEvents and logs stats data in Hive row format.
- HttpArtifactCacheEventListener(BatchingLogger, BatchingLogger, TaskManagerCommandScope) - Constructor for class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
-
- HttpArtifactCacheEventListenerCloseArgs - Class in com.facebook.buck.event.listener
-
Arguments to HttpArtifactCacheEventListenerCloseAction.
- HttpArtifactCacheEventListenerCloseArgs.Builder - Class in com.facebook.buck.event.listener
-
- HttpArtifactCacheEventStoreData - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of HttpArtifactCacheEvent.AbstractHttpArtifactCacheEventStoreData.
- HttpArtifactCacheEventStoreData.Builder - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheUploadListener - Class in com.facebook.buck.event.listener
-
In charge for monitoring builds that store artifacts to the remote cache and computing stateful
cache upload stats.
- HttpArtifactCacheUploadListener(BuckEventBus, int) - Constructor for class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
-
- HttpCacheEntry - Class in com.facebook.buck.artifact_cache.config
-
Immutable implementation of AbstractHttpCacheEntry.
- HttpCacheEntry.Builder - Class in com.facebook.buck.artifact_cache.config
-
- HttpDownloader - Class in com.facebook.buck.file.downloader.impl
-
Download a file over HTTP.
- HttpDownloader() - Constructor for class com.facebook.buck.file.downloader.impl.HttpDownloader
-
- HttpDownloader(Optional<Proxy>) - Constructor for class com.facebook.buck.file.downloader.impl.HttpDownloader
-
- HttpEndpoint - Interface in com.facebook.buck.util.network
-
- HttpFile - Class in com.facebook.buck.file
-
Represents a remote file that needs to be downloaded.
- HttpFile(BuildTarget, ProjectFilesystem, BuildRuleParams, Downloader, ImmutableList<URI>, HashCode, String, boolean) - Constructor for class com.facebook.buck.file.HttpFile
-
- HttpFileBinary - Class in com.facebook.buck.file
-
Represents an executable
HttpFile, which means that it can be invoked using
buck
run.
- HttpFileBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, Downloader, ImmutableList<URI>, HashCode, String) - Constructor for class com.facebook.buck.file.HttpFileBinary
-
- HttpFileDescription - Class in com.facebook.buck.file
-
A description for downloading a single HttpFile (versus the combo logic contained in
RemoteFileDescription.
- HttpFileDescription() - Constructor for class com.facebook.buck.file.HttpFileDescription
-
- HttpFileDescriptionArg - Class in com.facebook.buck.file
-
Args required for http_rule
- HttpFileDescriptionArg.Builder - Class in com.facebook.buck.file
-
- HttpLoadBalancer - Interface in com.facebook.buck.slb
-
- HttpResponse - Interface in com.facebook.buck.slb
-
- HttpResponse - Class in com.facebook.buck.util.network
-
- HttpResponse(String) - Constructor for class com.facebook.buck.util.network.HttpResponse
-
- HttpService - Interface in com.facebook.buck.slb
-
- humanReadableError() - Method in enum com.facebook.buck.support.fix.BuckFixSpecParser.FixSpecFailure
-
Get a human readable error message for this failure
- HumanReadableException - Exception in com.facebook.buck.core.exceptions
-
Exception with an error message that can sensibly be displayed to the user without a stacktrace.
- HumanReadableException(String, Object...) - Constructor for exception com.facebook.buck.core.exceptions.HumanReadableException
-
- HumanReadableException(String) - Constructor for exception com.facebook.buck.core.exceptions.HumanReadableException
-
- HumanReadableException(Throwable, String) - Constructor for exception com.facebook.buck.core.exceptions.HumanReadableException
-
- HumanReadableException(Throwable, String, Object...) - Constructor for exception com.facebook.buck.core.exceptions.HumanReadableException
-
- HumanReadableException(ExceptionWithHumanReadableMessage) - Constructor for exception com.facebook.buck.core.exceptions.HumanReadableException
-
- HumanReadableExceptionAugmentor - Class in com.facebook.buck.core.exceptions
-
A class that can append additional information to a HumanReadableException based on configuration
settings.
- HumanReadableExceptionAugmentor(Map<Pattern, String>) - Constructor for class com.facebook.buck.core.exceptions.HumanReadableExceptionAugmentor
-
- HumanReadableExceptions - Class in com.facebook.buck.core.exceptions
-
- HYBRID_THRIFT_STREAM_CONTENT_TYPE - Static variable in class com.facebook.buck.artifact_cache.ThriftArtifactCache
-
- HYBRID_THRIFT_STREAM_CONTENT_TYPE - Static variable in class com.facebook.buck.slb.HybridThriftOverHttpServiceImpl
-
- HybridCacheStorage - Class in com.facebook.buck.parser.cache.impl
-
- HybridGlobber - Class in com.facebook.buck.skylark.io.impl
-
A
Globber implementation that tries to use Watchman if it's available and falls back to a
fallback globber, in case Watchman query cannot be fulfilled.
- HybridGlobber(Globber, WatchmanGlobber) - Constructor for class com.facebook.buck.skylark.io.impl.HybridGlobber
-
- HybridGlobberFactory - Class in com.facebook.buck.skylark.io.impl
-
- HybridKnownRuleTypes - Class in com.facebook.buck.core.rules.knowntypes
-
Provides access to rule types and descriptions for both native and user defined rules.
- HybridKnownRuleTypes(KnownRuleTypes, KnownRuleTypes) - Constructor for class com.facebook.buck.core.rules.knowntypes.HybridKnownRuleTypes
-
- HybridLocalBuildStrategyConfig - Class in com.facebook.buck.rules.modern.config
-
Configuration for the "hybrid_local" build strategy.
- HybridLocalBuildStrategyConfig(int, int, int, ModernBuildRuleStrategyConfig) - Constructor for class com.facebook.buck.rules.modern.config.HybridLocalBuildStrategyConfig
-
- HybridLocalStrategy - Class in com.facebook.buck.rules.modern.builders
-
This build strategy sends jobs to both a delegate build strategy and to the build engine to be
run in the default way.
- HybridLocalStrategy(int, int, int, BuildRuleStrategy, WorkerRequirementsProvider, Optional<WorkerRequirements.WorkerSize>, String) - Constructor for class com.facebook.buck.rules.modern.builders.HybridLocalStrategy
-
- HybridPayloadGenerator - Class in com.facebook.buck.artifact_cache
-
* Creates example fetch and store requests, encodes them using the hybrid thrift/binary protocol,
and finally prints out the hybrid payload using base 64 encoding.
- HybridPayloadGenerator() - Constructor for class com.facebook.buck.artifact_cache.HybridPayloadGenerator
-
- HybridProjectBuildFileParser - Class in com.facebook.buck.parser
-
Hybrid project build file parser that uses Python DSL, Skylark or any other
Syntax
depending on which one is requested for the individual build file.
- HybridThriftOverHttpService<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Interface in com.facebook.buck.slb
-
Sync and async methods to communicate using the Hybrid Thrift protocol.
- HybridThriftOverHttpServiceImpl<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Class in com.facebook.buck.slb
-
The HTTP body contains: - 4 bytes big endian byte size of the thrift serialised message.
- HybridThriftOverHttpServiceImpl(HybridThriftOverHttpServiceImplArgs) - Constructor for class com.facebook.buck.slb.HybridThriftOverHttpServiceImpl
-
New instances.
- HybridThriftOverHttpServiceImplArgs - Class in com.facebook.buck.slb
-
Immutable implementation of AbstractHybridThriftOverHttpServiceImplArgs.
- HybridThriftOverHttpServiceImplArgs.Builder - Class in com.facebook.buck.slb
-
- HybridThriftRequestHandler<ThriftRequest extends org.apache.thrift.TBase<?,?>> - Class in com.facebook.buck.slb
-
Handles the contents of a hybrid thrift request.
- HybridThriftRequestHandler(ThriftRequest) - Constructor for class com.facebook.buck.slb.HybridThriftRequestHandler
-
- HybridThriftResponseHandler<ThriftResponse extends org.apache.thrift.TBase<?,?>> - Class in com.facebook.buck.slb
-
Control struct to receive a hybrid thrift response.
- HybridThriftResponseHandler(ThriftResponse) - Constructor for class com.facebook.buck.slb.HybridThriftResponseHandler
-
- TagSetCounter - Class in com.facebook.buck.counters
-
- TagSetCounter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.TagSetCounter
-
- take() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- target - Variable in class com.facebook.buck.core.artifact.BuildArtifactFactory
-
- TARGET - Static variable in class com.facebook.buck.core.build.engine.buildinfo.BuildInfo.MetadataKey
-
Key for
OnDiskBuildInfo to store the build target of the owning build rule.
- target() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
- TARGET - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- target - Variable in class com.facebook.buck.rules.modern.builders.BuildableAndTarget
-
- TARGET_CONFIGURATION_TYPE_CONFIGURATION - Static variable in class com.facebook.buck.rules.modern.Serializer
-
- TARGET_CONFIGURATION_TYPE_DEFAULT - Static variable in class com.facebook.buck.rules.modern.Serializer
-
- TARGET_CONFIGURATION_TYPE_EMPTY - Static variable in class com.facebook.buck.rules.modern.Serializer
-
- TARGET_GRAPH_NODE_COUNT_UNSET - Static variable in class com.facebook.buck.event.listener.scuba.ScubaListenerData
-
- TARGET_NODE_CACHE_TYPE - Static variable in class com.facebook.buck.parser.DaemonicParserState
-
- TARGET_PLATFORMS_LONG_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- TARGET_SOURCE_PATH - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- TARGET_SYMBOL - Static variable in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetLanguageConstants
-
Delimiter that splits target name and the rest of the pattern
- TargetConfiguration - Interface in com.facebook.buck.core.model
-
Contains configuration information attached to a configured build target.
- TargetConfigurationSerializer - Interface in com.facebook.buck.core.model
-
- TargetConfigurationTransformer - Interface in com.facebook.buck.core.model
-
Interface that allows transforming target configurations.
- TargetConfigurationTypeInfo - Class in com.facebook.buck.rules.modern.impl
-
TypeInfo for TargetConfiguration values.
- TargetConfigurationTypeInfo() - Constructor for class com.facebook.buck.rules.modern.impl.TargetConfigurationTypeInfo
-
- targetContainsSwiftSourceCode(TargetNode<? extends CxxLibraryDescription.CommonArg>) - Method in class com.facebook.buck.features.apple.project.ProjectGenerationStateCache
-
- targetContainsSwiftSourceCode(TargetNode<? extends CxxLibraryDescription.CommonArg>) - Method in class com.facebook.buck.features.apple.projectV2.ProjectGenerationStateCache
-
- TargetCountVerificationParserDecorator - Class in com.facebook.buck.json
-
Delegates to the aggregated parser to do the parsing, while warning the numbers of targets
exceeds a threshold.
- TargetCountVerificationParserDecorator(ProjectBuildFileParser, int, BuckEventBus) - Constructor for class com.facebook.buck.json.TargetCountVerificationParserDecorator
-
- TargetCpuType - Enum in com.facebook.buck.android.toolchain.ndk
-
The CPU architectures to target.
- TargetDevice - Class in com.facebook.buck.android.device
-
Represents information about the device we're targeting.
- TargetDevice(TargetDevice.Type, Optional<String>) - Constructor for class com.facebook.buck.android.device.TargetDevice
-
- TargetDevice.Type - Enum in com.facebook.buck.android.device
-
- TargetDeviceCommandLineOptions - Class in com.facebook.buck.cli
-
- TargetDeviceCommandLineOptions() - Constructor for class com.facebook.buck.cli.TargetDeviceCommandLineOptions
-
- TargetDeviceOptions - Class in com.facebook.buck.android.device
-
- TargetDeviceOptions() - Constructor for class com.facebook.buck.android.device.TargetDeviceOptions
-
- TargetDeviceOptions(boolean, boolean, Optional<String>) - Constructor for class com.facebook.buck.android.device.TargetDeviceOptions
-
- targetDeviceOptions() - Method in class com.facebook.buck.cli.InstallCommand
-
- targetDeviceOptions() - Method in class com.facebook.buck.cli.UninstallCommand
-
- TARGETED_JAVA_VERSION - Static variable in class com.facebook.buck.jvm.java.AbstractJavacLanguageLevelOptions
-
- TargetGraph - Class in com.facebook.buck.core.model.targetgraph
-
Represents the graph of
TargetNodes constructed by parsing the build files.
- TargetGraph(MutableDirectedGraph<TargetNode<?>>, ImmutableMap<BuildTarget, TargetNode<?>>) - Constructor for class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- TargetGraphCreationResult - Class in com.facebook.buck.core.model.targetgraph
-
Contains information produced as a result of the phase of target graph creation.
- TargetGraphCreationResult() - Constructor for class com.facebook.buck.core.model.targetgraph.TargetGraphCreationResult
-
- TargetGraphHashing - Class in com.facebook.buck.core.model.targetgraph.impl
-
Utility class to calculate hash codes for build targets in a
TargetGraph.
- TargetGraphHashing(BuckEventBus, TargetGraph, FileHashLoader, Iterable<TargetNode<?>>, ListeningExecutorService, RuleKeyConfiguration, Function<TargetNode<?>, ListenableFuture<?>>, HashFunction) - Constructor for class com.facebook.buck.core.model.targetgraph.impl.TargetGraphHashing
-
- TargetLiteral<NODE_TYPE> - Class in com.facebook.buck.query
-
A literal set of targets.
- TargetNode<T extends ConstructorArg> - Interface in com.facebook.buck.core.model.targetgraph
-
A
TargetNode represents a node in the target graph which is created by the
Parser as a result of parsing BUCK files in a project.
- targetNodeContainsSwiftSourceCode(TargetNode<? extends CxxLibraryDescription.CommonArg>) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- TargetNodeFactory - Class in com.facebook.buck.core.model.targetgraph.impl
-
- TargetNodeFactory(TypeCoercerFactory) - Constructor for class com.facebook.buck.core.model.targetgraph.impl.TargetNodeFactory
-
- TargetNodeFactory(TypeCoercerFactory, PathTypeCoercer.PathExistenceVerificationMode) - Constructor for class com.facebook.buck.core.model.targetgraph.impl.TargetNodeFactory
-
- TargetNodeFactory(TypeCoercerFactory, PathsChecker) - Constructor for class com.facebook.buck.core.model.targetgraph.impl.TargetNodeFactory
-
- TargetNodeListener<T> - Interface in com.facebook.buck.parser
-
Callback which is called when target node is created
- TargetNodePredicateSpec - Class in com.facebook.buck.parser
-
Matches all
TargetNode objects in a repository that match the specification.
- TargetNodePredicateSpec() - Constructor for class com.facebook.buck.parser.TargetNodePredicateSpec
-
- TargetNodes - Class in com.facebook.buck.core.model.targetgraph.impl
-
- TargetNodeSpec - Interface in com.facebook.buck.parser
-
A specification used by the parser to match
TargetNode objects.
- TargetNodeSpec.TargetType - Enum in com.facebook.buck.parser
-
- TargetNodeToBuildRuleTransformer - Interface in com.facebook.buck.core.rules.transformer
-
- TargetNodeTranslator - Class in com.facebook.buck.versions
-
- TargetNodeTranslator(TypeCoercerFactory, ImmutableList<TargetTranslator<?>>) - Constructor for class com.facebook.buck.versions.TargetNodeTranslator
-
- TargetPatternCollector<NODE_TYPE> - Class in com.facebook.buck.query
-
- TargetPlatformResolver - Interface in com.facebook.buck.core.model.platform
-
- TargetResult - Class in com.facebook.buck.cli
-
Immutable implementation of TargetsCommand.AbstractTargetResult.
- TargetResult.Builder - Class in com.facebook.buck.cli
-
- TARGETS_SECTION_HEADER - Static variable in class com.facebook.buck.android.WriteAppModuleMetadataStep
-
- TargetsCommand - Class in com.facebook.buck.cli
-
- TargetsCommand() - Constructor for class com.facebook.buck.cli.TargetsCommand
-
- TargetSpecResolver - Class in com.facebook.buck.parser
-
Responsible for discovering all the build targets that match a set of
TargetNodeSpec.
- TargetSpecResolver(BuckEventBus, DepsAwareExecutor<? super ComputeResult, ?>, CellProvider, LoadingCache<Path, DirectoryListCache>, LoadingCache<Path, FileTreeCache>) - Constructor for class com.facebook.buck.parser.TargetSpecResolver
-
- TargetSpecResolver.FlavorEnhancer - Interface in com.facebook.buck.parser
-
Allows to change flavors of some targets while performing the resolution.
- TargetSpecResolver.TargetNodeFilterForSpecResolver - Interface in com.facebook.buck.parser
-
- TargetTranslatable<T> - Interface in com.facebook.buck.versions
-
Interface for objects which defined how they should be translated in constructor args for
versioning.
- TargetTranslatorOverridingDescription<A extends ConstructorArg> - Interface in com.facebook.buck.versions
-
An interface used by descriptions which need to perform custom translations of their constructor
args to support versioning.
- targetTripleForFlavor(Flavor) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
Given a Rust flavor, return a target triple or null if none known.
- TargetVariablesQueryEnvironment<NODE_TYPE> - Class in com.facebook.buck.query
-
Provides a view of an existing
QueryEnvironment augmented with additional target
variables.
- TargetVariablesQueryEnvironment(ImmutableMap<String, Set<NODE_TYPE>>, QueryEnvironment<NODE_TYPE>) - Constructor for class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- tarUnarchiver() - Static method in class com.facebook.buck.util.unarchive.Untar
-
- TaskAction<T> - Interface in com.facebook.buck.support.bgtasks
-
Interface for actions performed by a background task dependent on some argument object of type T.
- TaskEventMirror - Class in com.facebook.buck.jvm.java.plugin.api
-
TaskEvent is included with the compiler and is thus not directly
accessible from within Buck's class loader.
- TaskEventMirror(Object, TaskEventMirror.Kind, JavaFileObject, CompilationUnitTreeProxy, TypeElement) - Constructor for class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
-
- TaskEventMirror.Kind - Enum in com.facebook.buck.jvm.java.plugin.api
-
- TaskId - Class in com.facebook.buck.support.bgtasks
-
Task ID object for ManagedBackgroundTask.
- TaskListenerProxy - Class in com.facebook.buck.jvm.java.plugin.adapter
-
- TaskListenerProxy(Object) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
-
- TaskListenerWrapper - Class in com.facebook.buck.jvm.java.plugin.adapter
-
- TaskListenerWrapper(TaskListener) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
-
- TaskManagerCommandScope - Class in com.facebook.buck.support.bgtasks
-
- TaskManagerCommandScope(BackgroundTaskManager, BuildId, boolean) - Constructor for class com.facebook.buck.support.bgtasks.TaskManagerCommandScope
-
- TeeInputStream - Class in com.facebook.buck.io
-
- TeeInputStream(InputStream, OutputStream) - Constructor for class com.facebook.buck.io.TeeInputStream
-
- TeeOutputStream - Class in com.facebook.buck.util
-
An OutputStream which forwards to two OutputStreams.
- TeeOutputStream(OutputStream, OutputStream) - Constructor for class com.facebook.buck.util.TeeOutputStream
-
- tellClients(BuckEventExternalInterface) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet
-
- TEMP_PREFIX - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
-
- TemplateHandlerDelegate - Interface in com.facebook.buck.httpserver
-
- terminateBuildWithFailure(Throwable) - Method in class com.facebook.buck.command.Build
-
- terminateBuildWithFailure(Throwable) - Method in interface com.facebook.buck.core.build.engine.BuildEngine
-
Marks build as failed with the given Throwable.
- terminateBuildWithFailure(Throwable) - Method in class com.facebook.buck.core.build.engine.impl.CachingBuildEngine
-
- test(Object) - Method in class com.facebook.buck.jvm.java.RemoveClassesPatternsMatcher
-
- test(Map<String, Object>, String) - Method in interface com.facebook.buck.util.trace.ChromeTraceParser.ChromeTraceEventMatcher
-
Tests the specified event to see if it is a match.
- TEST_BINARY_OUTPUT - Static variable in interface com.facebook.buck.core.test.rule.TestXRule
-
The named output for test rules that maps to the location of where Buck materializes the final
test binary.
- TEST_ENV_VAR_NAME - Static variable in class com.facebook.buck.util.env.BuckClasspath
-
- TEST_FAILURES_EXIT_CODE - Static variable in class com.facebook.buck.features.python.PythonRunTestsStep
-
- TEST_ONLY - Static variable in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
-
- TEST_RESULT_FILE - Static variable in class com.facebook.buck.testrunner.BuckXmlTestRunListener
-
- TEST_RUN_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
-
- TestableReference(XCScheme.BuildableReference) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.TestableReference
-
- TestAction(String, Optional<ImmutableMap<String, String>>, Optional<ImmutableList<XCScheme.SchemePrePostAction>>, Optional<ImmutableList<XCScheme.SchemePrePostAction>>) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.TestAction
-
- testAwaitingResults(IndividualTestEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
-
- TestBuckConfig - Class in com.facebook.buck.test.config
-
- TestCaseSummariesBuildingIdb - Class in com.facebook.buck.apple
-
- TestCaseSummariesBuildingIdb(TestRule.TestReportingCallback) - Constructor for class com.facebook.buck.apple.TestCaseSummariesBuildingIdb
-
- TestCaseSummary - Class in com.facebook.buck.test
-
- TestCaseSummary(String, List<TestResultSummary>) - Constructor for class com.facebook.buck.test.TestCaseSummary
-
- TestCaseSummaryExternalInterface<T> - Interface in com.facebook.buck.event.external.elements
-
Describes the results of a set of tests contained in a single file.
- testClassNames - Variable in class com.facebook.buck.testrunner.BaseRunner
-
- TestCommand - Class in com.facebook.buck.cli
-
- TestCommand() - Constructor for class com.facebook.buck.cli.TestCommand
-
- TestCommand.CoverageReportFormatsHandler - Class in com.facebook.buck.cli
-
args4j does not support parsing repeated (or delimiter separated) Enums by default.
- TestDescription - Class in com.facebook.buck.test.selectors
-
A non-JUnit specific way of describing a test-method inside a test-class.
- TestDescription(String, String) - Constructor for class com.facebook.buck.test.selectors.TestDescription
-
- testDidBegin(String, String) - Method in interface com.facebook.buck.core.test.rule.TestRule.TestReportingCallback
-
- testDidEnd(TestResultSummary) - Method in interface com.facebook.buck.core.test.rule.TestRule.TestReportingCallback
-
- testFinishedEvent(TestSummaryEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- TestFolder - Class in com.facebook.buck.features.project.intellij.model.folders
-
A path which contains a set of sources we wish to present to IntelliJ.
- TestFolder(Path, boolean, ImmutableSortedSet<Path>) - Constructor for class com.facebook.buck.features.project.intellij.model.folders.TestFolder
-
- TestFolder(Path) - Constructor for class com.facebook.buck.features.project.intellij.model.folders.TestFolder
-
- TestFolder(Path, boolean) - Constructor for class com.facebook.buck.features.project.intellij.model.folders.TestFolder
-
- TestHostInfo - Class in com.facebook.buck.apple
-
Immutable implementation of AppleTestDescription.AbstractTestHostInfo.
- TestNGMain - Class in com.facebook.buck.testrunner
-
Launcher for TestNG.
- TestNGRunner - Class in com.facebook.buck.testrunner
-
Class that runs a set of TestNG tests and writes the results to a directory.
- TestNGRunner() - Constructor for class com.facebook.buck.testrunner.TestNGRunner
-
- TestNGRunner.FilteringAnnotationTransformer - Class in com.facebook.buck.testrunner
-
- TestProcessCrashed - Exception in com.facebook.buck.test
-
- TestProcessCrashed(String) - Constructor for exception com.facebook.buck.test.TestProcessCrashed
-
- TestResultFormatter - Class in com.facebook.buck.event.listener
-
- TestResultFormatter(Ansi, Verbosity, TestResultSummaryVerbosity, Locale, Optional<Path>) - Constructor for class com.facebook.buck.event.listener.TestResultFormatter
-
- TestResultFormatter.FormatMode - Enum in com.facebook.buck.event.listener
-
- TestResults - Class in com.facebook.buck.test
-
Represents the test results from multiple test cases.
- TestResults.Builder - Class in com.facebook.buck.test
-
- testResultsAvailable(IndividualTestEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
-
- testResultsAvailable(IndividualTestEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
-
- TestResultsExternalInterface<T> - Interface in com.facebook.buck.event.external.elements
-
Describes the results of a set of tests from a specific target.
- TestResultSummary - Class in com.facebook.buck.test
-
- TestResultSummary(String, String, ResultType, long, String, String, String, String) - Constructor for class com.facebook.buck.test.TestResultSummary
-
- TestResultSummaryExternalInterface - Interface in com.facebook.buck.event.external.elements
-
Describes the results of a single test.
- testResultSummaryForTestResult(ImmutableIdbTestResult) - Static method in class com.facebook.buck.apple.IdbOutputParsing
-
Function that will generate a TestResultSummary from the result of a test printed by idb
(ImmutableIdbTestResult)
- TestResultSummaryVerbosity - Class in com.facebook.buck.test.config
-
Immutable implementation of AbstractTestResultSummaryVerbosity.
- TestResultSummaryVerbosity.Builder - Class in com.facebook.buck.test.config
-
- TestRule - Interface in com.facebook.buck.core.test.rule
-
- TestRule.TestReportingCallback - Interface in com.facebook.buck.core.test.rule
-
Callbacks to invoke during the test run to report information about test cases and/or tests.
- TestRuleEvent - Class in com.facebook.buck.test
-
Base class for events about test rules.
- TestRuleEvent(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent
-
- TestRuleEvent.Finished - Class in com.facebook.buck.test
-
- TestRuleEvent.Started - Class in com.facebook.buck.test
-
- testRuleFinished(TestRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- testRuleStarted(TestRuleEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- TestRun - Class in com.facebook.buck.cli
-
Immutable value type holding data about the test(s) invoked by a
TestRule.
- TestRun.Builder - Class in com.facebook.buck.cli
-
- testRunCompleted(TestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
-
- testRunCompleted(TestRunEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
-
- testRunEnded(long, Map<String, String>) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
-
- TestRunEvent - Class in com.facebook.buck.core.test.event
-
- TestRunEvent.Finished - Class in com.facebook.buck.core.test.event
-
- TestRunEvent.Started - Class in com.facebook.buck.core.test.event
-
- testRunFailed(String) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
-
- testRunFinished(TestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- TestRunFinishedEventInterface<T> - Interface in com.facebook.buck.event.external.events
-
Describes the results of the tests on all the targets.
- TESTRUNNER_CLASSES_PROPERTY - Static variable in class com.facebook.buck.jvm.java.runner.FileClassPathRunner
-
- TestRunnerDescriptionsProvider - Class in com.facebook.buck.core.test.rule.impl
-
- TestRunnerDescriptionsProvider() - Constructor for class com.facebook.buck.core.test.rule.impl.TestRunnerDescriptionsProvider
-
- TestRunnerSpec - Class in com.facebook.buck.core.test.rule
-
Freeform JSON to be used for the test protocol.
- TestRunnerSpec() - Constructor for class com.facebook.buck.core.test.rule.TestRunnerSpec
-
- TestRunnerSpecCoercer - Class in com.facebook.buck.core.test.rule.coercer
-
- TestRunnerSpecCoercer - Class in com.facebook.buck.rules.coercer
-
- TestRunnerSpecCoercer(TypeCoercer<StringWithMacros>) - Constructor for class com.facebook.buck.rules.coercer.TestRunnerSpecCoercer
-
- TestRunning - Class in com.facebook.buck.cli
-
Utility class for running tests from
TestRules which have been built.
- TestRunningOptions - Class in com.facebook.buck.test
-
Immutable implementation of AbstractTestRunningOptions.
- TestRunningOptions.Builder - Class in com.facebook.buck.test
-
- testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
-
- testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
-
- testRunStarted(String, int) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
-
- testsDidBegin() - Method in interface com.facebook.buck.core.test.rule.TestRule.TestReportingCallback
-
- testsDidEnd(List<TestCaseSummary>) - Method in interface com.facebook.buck.core.test.rule.TestRule.TestReportingCallback
-
- TestSelector - Interface in com.facebook.buck.test.selectors
-
A way of matching a test-method in a test-class, and saying whether or not to include any matches
in a test run.
- TestSelectorList - Class in com.facebook.buck.test.selectors
-
- testSelectorList - Variable in class com.facebook.buck.testrunner.BaseRunner
-
- TestSelectorList.Builder - Class in com.facebook.buck.test.selectors
-
- testSelectorListSupplier - Variable in class com.facebook.buck.cli.TestSelectorOptions
-
- TestSelectorOptions - Class in com.facebook.buck.cli
-
- TestSelectorOptions() - Constructor for class com.facebook.buck.cli.TestSelectorOptions
-
- TestSelectorOptions.TestSelectorsOptionHandler - Class in com.facebook.buck.cli
-
- TestSelectorParseException - Exception in com.facebook.buck.test.selectors
-
Errors specific to parsing test selectors.
- TestSelectorParseException(String) - Constructor for exception com.facebook.buck.test.selectors.TestSelectorParseException
-
- TestSelectorParseException(String, Exception) - Constructor for exception com.facebook.buck.test.selectors.TestSelectorParseException
-
- TestSelectorsOptionHandler(CmdLineParser, OptionDef, Setter<Supplier<TestSelectorList>>) - Constructor for class com.facebook.buck.cli.TestSelectorOptions.TestSelectorsOptionHandler
-
- TestsOfFunction<T extends QueryTarget> - Class in com.facebook.buck.query
-
A "testsof" query expression, which computes the tests of the given targets.
- TestsOfFunction() - Constructor for class com.facebook.buck.query.TestsOfFunction
-
- testStartedEvent(TestSummaryEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- TestStatusMessage - Class in com.facebook.buck.test
-
Represents a diagnostic message issued during a test.
- TestStatusMessage.Builder - Class in com.facebook.buck.test
-
- TestStatusMessageEvent - Class in com.facebook.buck.core.test.event
-
Events posted when a test emits a diagnostic status message event.
- TestStatusMessageEvent.Finished - Class in com.facebook.buck.core.test.event
-
- TestStatusMessageEvent.Started - Class in com.facebook.buck.core.test.event
-
- testStatusMessageFinished(TestStatusMessageEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
-
- testStatusMessageFinished(TestStatusMessageEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- testStatusMessageStarted(TestStatusMessageEvent.Started) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
-
- testStatusMessageStarted(TestStatusMessageEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- TestSuite - Class in com.facebook.buck.shell
-
Simple rule that logically groups tests and propagates dependencies on Test rules and makes them
available for
TestCommand to consume.
- TestSuite(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.shell.TestSuite
-
- TestSuiteDescription - Class in com.facebook.buck.shell
-
Produces rules used to logically group tests, allowing `buck test //:some_test_suite` behavior
that invokes all tests that this suite depends on.
- TestSuiteDescription() - Constructor for class com.facebook.buck.shell.TestSuiteDescription
-
- TestSuiteDescriptionArg - Class in com.facebook.buck.shell
-
Args for test_suite
- TestSuiteDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- TestSummaryEvent - Class in com.facebook.buck.core.test.event
-
- TestSummaryEvent.Finished - Class in com.facebook.buck.core.test.event
-
- TestSummaryEvent.Started - Class in com.facebook.buck.core.test.event
-
- testSummaryFinished(TestSummaryEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- testSummaryStarted(TestSummaryEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- TestThreadStateRenderer - Class in com.facebook.buck.event.listener
-
- TestThreadStateRenderer(Ansi, Function<Long, String>, long, int, Map<Long, Optional<? extends TestSummaryEvent>>, Map<Long, Optional<? extends TestStatusMessageEvent>>, Map<Long, Optional<? extends LeafEvent>>, BuildRuleThreadTracker) - Constructor for class com.facebook.buck.event.listener.TestThreadStateRenderer
-
- TestType - Enum in com.facebook.buck.jvm.java
-
- TestXmlEscaper - Class in com.facebook.buck.testrunner
-
An XML escaper that replaces invalid xml characters with valid ones.
- TestXmlEscaper() - Constructor for class com.facebook.buck.testrunner.TestXmlEscaper
-
- TestXmlUnescaper - Class in com.facebook.buck.test
-
An XML escaper that replaces invalid xml characters with valid ones.
- TestXmlUnescaper() - Constructor for class com.facebook.buck.test.TestXmlUnescaper
-
- TestXRule - Interface in com.facebook.buck.core.test.rule
-
Marks a rule as implementing the test protocol
- TEXT_SECRET_KEY_SIZE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
-
Size of the text version of the receive-file secret key.
- thinLTO(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.HasLTO
-
- thinLTO(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- thirdParty - Variable in class com.facebook.buck.maven.ArtifactConfig
-
- threadIdToCommandId(long) - Method in interface com.facebook.buck.util.concurrent.ThreadIdToCommandIdMapper
-
- ThreadIdToCommandIdMapper - Interface in com.facebook.buck.util.concurrent
-
- threadLimit - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
-
Considered as number of build threads that are available for extensive computations.
- threads - Variable in class com.facebook.buck.distributed.build_slave.DistBuildTrace.MinionTrace
-
- Threads - Class in com.facebook.buck.util
-
- threadSleep(long) - Method in class com.facebook.buck.distributed.build_client.BuildRuleEventManager
-
- threadUserNanoTime(long) - Method in interface com.facebook.buck.util.timing.Clock
-
- threadUserNanoTime(long) - Method in class com.facebook.buck.util.timing.DefaultClock
-
- THRIFT_CONTENT_TYPE - Static variable in class com.facebook.buck.slb.ThriftOverHttpServiceImpl
-
- THRIFT_PROTOCOL_HEADER - Static variable in class com.facebook.buck.slb.ThriftOverHttpServiceImpl
-
- ThriftArtifactCache - Class in com.facebook.buck.artifact_cache
-
This is the Thrift protocol for the cache.
- ThriftArtifactCache(NetworkCacheArgs, String, boolean, BuildId, int, int, boolean, String, String) - Constructor for class com.facebook.buck.artifact_cache.ThriftArtifactCache
-
- ThriftArtifactCacheProtocol - Class in com.facebook.buck.artifact_cache
-
All messages generate by this Protocol will be in the following binary format: - int32 Big Endian
size bytes of thrift serialized thriftData.
- ThriftArtifactCacheProtocol.ProtocolException - Exception in com.facebook.buck.artifact_cache
-
- ThriftArtifactCacheProtocol.Request - Class in com.facebook.buck.artifact_cache
-
- ThriftArtifactCacheProtocol.Response - Class in com.facebook.buck.artifact_cache
-
- ThriftArtifactCacheProtocol.Response.ReadPayloadInfo - Class in com.facebook.buck.artifact_cache
-
- ThriftCoordinatorClient - Class in com.facebook.buck.distributed.build_slave
-
This class is ThreadSafe.
- ThriftCoordinatorClient(String, StampedeId, int) - Constructor for class com.facebook.buck.distributed.build_slave.ThriftCoordinatorClient
-
- ThriftCoordinatorServer - Class in com.facebook.buck.distributed.build_slave
-
- ThriftCoordinatorServer(OptionalInt, ListenableFuture<BuildTargetsQueue>, StampedeId, ThriftCoordinatorServer.EventListener, CoordinatorBuildRuleEventsPublisher, MinionHealthTracker, DistBuildService, MinionCountProvider, Optional<String>, boolean) - Constructor for class com.facebook.buck.distributed.build_slave.ThriftCoordinatorServer
-
- ThriftCoordinatorServer.EventListener - Interface in com.facebook.buck.distributed.build_slave
-
Listen to ThriftCoordinatorServer events.
- ThriftCoordinatorServer.ExitState - Class in com.facebook.buck.distributed.build_slave
-
Information about the exit state of the Coordinator.
- ThriftException - Exception in com.facebook.buck.slb
-
- ThriftException(TException) - Constructor for exception com.facebook.buck.slb.ThriftException
-
- ThriftException(String) - Constructor for exception com.facebook.buck.slb.ThriftException
-
- ThriftException(String, Throwable) - Constructor for exception com.facebook.buck.slb.ThriftException
-
- ThriftManifestService - Class in com.facebook.buck.manifestservice
-
Implemention of the manifest service over a thrift service.
- ThriftManifestService(HybridThriftOverHttpService<BuckCacheRequest, BuckCacheResponse>, ListeningExecutorService) - Constructor for class com.facebook.buck.manifestservice.ThriftManifestService
-
- ThriftOutput<T> - Class in com.facebook.buck.cli
-
Class responsible for serialization of DirectedAcyclicGraph into Thrift output format
- ThriftOutput.Builder<T> - Class in com.facebook.buck.cli
-
Builder class for Thrift output
- ThriftOverHttpService<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Interface in com.facebook.buck.slb
-
Provides thrift messaging over the HTTP protocol.
- ThriftOverHttpServiceConfig - Class in com.facebook.buck.slb
-
Immutable implementation of AbstractThriftOverHttpServiceConfig.
- ThriftOverHttpServiceConfig.Builder - Class in com.facebook.buck.slb
-
- ThriftOverHttpServiceImpl<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Class in com.facebook.buck.slb
-
Implementation of the ThriftOverHttpService.
- ThriftOverHttpServiceImpl(ThriftOverHttpServiceConfig) - Constructor for class com.facebook.buck.slb.ThriftOverHttpServiceImpl
-
- ThriftProtocol - Enum in com.facebook.buck.slb
-
- ThriftRuleKeyHasher - Class in com.facebook.buck.rules.keys.hasher
-
A rule key hasher that attempts to create thrift structures representing rule keys as hashing
occurs, and writes out the serialized data once the rule key is "complete"
- ThriftRuleKeyHasher(ThriftRuleKeyLogger) - Constructor for class com.facebook.buck.rules.keys.hasher.ThriftRuleKeyHasher
-
- ThriftRuleKeyLogger - Class in com.facebook.buck.log.thrift
-
Writes out length prefixed ThriftCompact serialized representations of Rule Keys to an output
stream.
- ThriftRuleKeyLogger(OutputStream) - Constructor for class com.facebook.buck.log.thrift.ThriftRuleKeyLogger
-
Creates a ThriftRuleKeyLogger
- ThriftScribeLogger - Class in com.facebook.buck.util.network
-
- ThriftScribeLogger(ThriftService<FrontendRequest, FrontendResponse>, ListeningExecutorService) - Constructor for class com.facebook.buck.util.network.ThriftScribeLogger
-
- ThriftService<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Interface in com.facebook.buck.slb
-
- thriftToDebugJson(TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
-
- ThriftUtil - Class in com.facebook.buck.slb
-
- ThrowableCauseIterable - Class in com.facebook.buck.core.exceptions
-
An iterable that uses an iterator to traverse through all causes of given throwable by
recursively calling getCause() function.
- ThrowableConsoleEvent - Class in com.facebook.buck.event
-
Deprecated.
- ThrowableConsoleEvent(Throwable, String) - Constructor for class com.facebook.buck.event.ThrowableConsoleEvent
-
Deprecated.
- ThrowableConsoleEvent(Throwable, Level, String) - Constructor for class com.facebook.buck.event.ThrowableConsoleEvent
-
Deprecated.
- throwIfAnyCauseInstanceOf(Throwable, Class<X>) - Static method in class com.facebook.buck.util.MoreThrowables
-
Traverse exception chain by recursively calling getCause() and throws it if there is
any exception found which is an instance of declaredType.
- throwIfHumanReadableUnchecked(Throwable) - Static method in class com.facebook.buck.core.exceptions.HumanReadableExceptions
-
- throwIfInitialCauseInstanceOf(Throwable, Class<X>) - Static method in class com.facebook.buck.util.MoreThrowables
-
Traverse exception chain by recursively calling getCause() and throws it if initial
exception (the one at the bottom of the stack) is an instance of declaredType.
- ThrowingCloseableMemoizedSupplier<T,E extends Exception> - Class in com.facebook.buck.util
-
Convenience wrapper class to attach closeable functionality to suppliers of resources to be
closed.
- ThrowingCloseableWrapper<T,E extends Exception> - Class in com.facebook.buck.util
-
Convenience wrapper class to attach closeable functionality to non-closeable class so it can be
used with try-with-resources to make sure resources are always released and proper exception
suppression is used.
- ThrowingConsumer<T,E extends Exception> - Interface in com.facebook.buck.util.function
-
The version of Consumer<T> that can throw an exception.
- ThrowingConsumer.TunneledException - Exception in com.facebook.buck.util.function
-
An exception used to tunnel checked exceptions through a non-throwing interface.
- ThrowingFunction<T,R,E extends Exception> - Interface in com.facebook.buck.util.function
-
This version of Function<T, R> that can throw an exception.
- ThrowingMemoizer<T,E extends Exception> - Class in com.facebook.buck.util
-
Memoizes a value or an exception when computing it, supporting passing in a throwing supplier
when getting the value, unlike MoreSuppliers.MemoizingSupplier.
- ThrowingMemoizer() - Constructor for class com.facebook.buck.util.ThrowingMemoizer
-
- ThrowingPackageBoundaryChecker - Class in com.facebook.buck.parser
-
PackageBoundaryChecker implementation that throws an exception if any file in a set does
not belong to the same package as provided build target only if cell configuration allows that,
otherwise noop.
- ThrowingPackageBoundaryChecker(LoadingCache<Cell, BuildFileTree>) - Constructor for class com.facebook.buck.parser.ThrowingPackageBoundaryChecker
-
- ThrowingPrintWriter - Class in com.facebook.buck.util
-
- ThrowingPrintWriter(OutputStream) - Constructor for class com.facebook.buck.util.ThrowingPrintWriter
-
- ThrowingPrintWriter(OutputStream, Charset) - Constructor for class com.facebook.buck.util.ThrowingPrintWriter
-
- ThrowingSerialization - Class in com.facebook.buck.core.rulekey
-
Used to indicate that this field doesn't support serialization.
- ThrowingSerialization() - Constructor for class com.facebook.buck.core.rulekey.ThrowingSerialization
-
- ThrowingSupplier<T,E extends Exception> - Interface in com.facebook.buck.util.function
-
This version of Supplier<T> can throw an exception.
- TimeCostEntry<T extends BuckEvent> - Class in com.facebook.buck.event.listener
-
Data class for storing the amortized time and total time of a start/finished event pair.
- TimeCostEntry(T) - Constructor for class com.facebook.buck.event.listener.TimeCostEntry
-
- TimedLogger - Class in com.facebook.buck.log
-
Records the time that logging calls takes, and alerts if they go over configured threshold.
- TimedLogger(Logger) - Constructor for class com.facebook.buck.log.TimedLogger
-
- TimedLogger(Logger, int) - Constructor for class com.facebook.buck.log.TimedLogger
-
- TimeFormat - Class in com.facebook.buck.util
-
- Timeout - Class in com.facebook.buck.support.bgtasks
-
- timeout() - Method in class com.facebook.buck.support.bgtasks.Timeout
-
- timeout - Variable in class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
- timeout() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
-
- timePerfStatsEvent(PerfTimesEventListener.PerfTimesEvent) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- timestamp(BuckEvent) - Method in class com.facebook.buck.event.DefaultBuckEventBus
-
Timestamp event.
- timestamp(BuckEvent) - Method in interface com.facebook.buck.event.EventDispatcher
-
- timeUnit - Variable in class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
- to - Variable in class com.facebook.buck.jvm.java.lang.model.BridgeMethod
-
For a normal override bridge, this is the method being overridden.
- TO_DEX_WITH_CLASSES - Static variable in interface com.facebook.buck.android.DexWithClasses
-
- TO_ENTRY - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- TO_MAVEN_CENTRAL_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
-
- toAbsolutePath() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- toArg() - Method in class com.facebook.buck.cxx.Archive
-
- toArray() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- toArray(T[]) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- toArray(BiConsumer<JsonBuilder.ArrayBuilder, T>) - Static method in class com.facebook.buck.util.json.JsonBuilder
-
- toArrayOfArrays() - Static method in class com.facebook.buck.util.json.JsonBuilder
-
- toArrayOfObjects() - Static method in class com.facebook.buck.util.json.JsonBuilder
-
- toArrayOfStrings() - Static method in class com.facebook.buck.util.json.JsonBuilder
-
- toBitmask(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- toBuildRulesFor(BuildTarget, BuildRuleResolver, Iterable<BuildTarget>) - Static method in class com.facebook.buck.core.rules.common.BuildRules
-
- toByteArray(Protocol.Directory) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- toByteArray(Protocol.Tree) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- toByteArray(Protocol.Command) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- toByteArray(Protocol.Action) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- toByteArray(Protocol.Directory) - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol
-
- toByteArray(Protocol.Tree) - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol
-
- toByteArray(Protocol.Command) - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol
-
- toByteArray(Protocol.Action) - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol
-
- toBytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
-
- toFile() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- toFileExtension() - Method in enum com.facebook.buck.apple.AppleBundleExtension
-
- toGigabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
-
- toHttpUrl(Optional<String>, URI) - Static method in class com.facebook.buck.file.downloader.impl.MavenUrlDecoder
-
- toHumanReadableString(Pair<Double, SizeUnit>, Locale) - Static method in enum com.facebook.buck.util.unit.SizeUnit
-
- toImmutableList() - Method in interface com.facebook.buck.util.RichStream
-
- toImmutableSet() - Method in interface com.facebook.buck.util.RichStream
-
- toImmutableSortedSet(Comparator<? super T>) - Method in interface com.facebook.buck.util.RichStream
-
- toJavaList(SkylarkList<?>, Class<NonWildcardType>, String) - Static method in class com.facebook.buck.core.starlark.compatible.BuckSkylarkTypes
-
Validate that all objects are of a given type and return an ImmutableList containing
those objects.
- toJsonFunction() - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- toKilobytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
-
- toLogMessage() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- toLogMessage() - Method in interface com.facebook.buck.event.BuckEvent
-
- toMegabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
-
- toMode(Set<PosixFilePermission>) - Static method in class com.facebook.buck.io.file.MorePosixFilePermissions
-
Convert a set of posix file permissions the unix bit representation (e.g.
- toModuleMap(BuildTarget, SourcePathResolver, String, String, Iterable<SourceSortedSet>) - Static method in class com.facebook.buck.features.lua.LuaUtil
-
- TOOL - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.ProductTypes
-
- Tool - Interface in com.facebook.buck.core.toolchain.tool
-
An abstraction for describing some tools used as part of the build.
- ToolArg - Class in com.facebook.buck.rules.args
-
An Arg that just wraps a Tool.
- Toolchain - Interface in com.facebook.buck.core.toolchain
-
Interface indicating that the class is a toolchain.
- ToolchainCreationContext - Class in com.facebook.buck.core.toolchain
-
Contains objects that can be used during the creation of a toolchain.
- ToolchainDescriptor<T extends Toolchain> - Class in com.facebook.buck.core.toolchain
-
Contains basic information about a
Toolchain that can be used to identify and construct
an instance of a particular Toolchain.
- ToolchainFactory<T extends Toolchain> - Interface in com.facebook.buck.core.toolchain
-
- ToolchainInstantiationException - Exception in com.facebook.buck.core.toolchain
-
An exception that indicates a problem during toolchain creation.
- ToolchainInstantiationException(String, Object...) - Constructor for exception com.facebook.buck.core.toolchain.ToolchainInstantiationException
-
- ToolchainInstantiationException(String) - Constructor for exception com.facebook.buck.core.toolchain.ToolchainInstantiationException
-
- ToolchainInstantiationException(Throwable, String) - Constructor for exception com.facebook.buck.core.toolchain.ToolchainInstantiationException
-
- ToolchainInstantiationException(Throwable, String, Object...) - Constructor for exception com.facebook.buck.core.toolchain.ToolchainInstantiationException
-
- ToolchainInstantiationException(ExceptionWithHumanReadableMessage) - Constructor for exception com.facebook.buck.core.toolchain.ToolchainInstantiationException
-
- ToolchainProvider - Interface in com.facebook.buck.core.toolchain
-
An interface that give access to specific toolchains by toolchain name.
- toolchainProvider - Variable in class com.facebook.buck.shell.AbstractGenruleDescription
-
- ToolchainProviderFactory - Interface in com.facebook.buck.core.toolchain
-
- ToolchainSupplier - Interface in com.facebook.buck.core.toolchain
-
- ToolchainTypeInfo<T extends Toolchain> - Class in com.facebook.buck.rules.modern.impl
-
TypeInfo for all Toolchains.
- ToolchainTypeInfo(Class<T>) - Constructor for class com.facebook.buck.rules.modern.impl.ToolchainTypeInfo
-
- ToolchainWithCapability - Interface in com.facebook.buck.core.toolchain
-
Generic interface that indicates that a Toolchain supports somecapability.
- ToolConfig - Class in com.facebook.buck.rules.tool.config
-
Immutable implementation of AbstractToolConfig.
- ToolProvider - Interface in com.facebook.buck.core.toolchain.toolprovider
-
- ToolProviders - Class in com.facebook.buck.core.toolchain.toolprovider.impl
-
- ToolProviders() - Constructor for class com.facebook.buck.core.toolchain.toolprovider.impl.ToolProviders
-
- Tools - Class in com.facebook.buck.core.toolchain.tool.impl
-
Utilities for using or creating
Tool instances.
- Tools() - Constructor for class com.facebook.buck.core.toolchain.tool.impl.Tools
-
- ToolType - Enum in com.facebook.buck.cxx.toolchain
-
Enumerates possible external tools used in building C/C++ programs.
- toOnceIterable() - Method in interface com.facebook.buck.util.RichStream
-
- toOutgoingEdgesMap() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
- toPathFn(FileSystem) - Static method in class com.facebook.buck.io.file.MorePaths
-
- toPlist() - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
Generate a plist serialization of project bound to this serializer.
- topologicallySorted(Iterable<? extends N>, ForEachSuccessorFunction<N>) - Static method in class com.facebook.buck.core.util.graph.ConsumingTraverser
-
Consume nodes via consumer, starting from startNodes, in a topologically sorted
order.
- TopologicalSort - Class in com.facebook.buck.core.util.graph
-
- ToposortBasedDepsAwareExecutor<T> - Class in com.facebook.buck.core.graph.transformation.executor.impl
-
A specialized Executor that executes.
- toPythonFunction(RuleType, Class<?>) - Method in class com.facebook.buck.parser.function.BuckPyFunction
-
- toRealPath(LinkOption...) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- toRemoteRepository(URL, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.maven.aether.AetherUtil
-
- toRemoteRepository(String, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.maven.aether.AetherUtil
-
- toRemoteRepository(Repository) - Static method in class com.facebook.buck.maven.aether.AetherUtil
-
- toString() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
-
Prints the immutable value AndroidResourceIndexEntry with attribute values.
- toString() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
Prints the immutable value MergeAndroidResourceSourcesStep with attribute values.
- toString() - Method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
-
- toString() - Method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
-
- toString() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- toString() - Method in class com.facebook.buck.android.AaptOutputInfo
-
Prints the immutable value AaptOutputInfo with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Prints the immutable value AndroidAarDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
Prints the immutable value AndroidAppModularityDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
-
Prints the immutable value AndroidAppModularityGraphEnhancementResult with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Prints the immutable value AndroidBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Prints the immutable value AndroidBinaryResourcesGraphEnhancementResult with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Prints the immutable value AndroidBuildConfigDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
Prints the immutable value AndroidBundleDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Prints the immutable value AndroidGraphEnhancementResult with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Prints the immutable value AndroidInstrumentationApkDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Prints the immutable value AndroidInstrumentationTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Prints the immutable value AndroidInstrumentationTestJVMArgs with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Prints the immutable value AndroidLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
-
Prints the immutable value AndroidLinkableMetadata with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Prints the immutable value AndroidManifestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Prints the immutable value AndroidPrebuiltAarDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Prints the immutable value AndroidResourceDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Prints the immutable value ApkGenruleDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.ApkInfo
-
Prints the immutable value ApkInfo with attribute values.
- toString() - Method in class com.facebook.buck.android.apkmodule.APKModule
-
Prints the immutable value APKModule with attribute values.
- toString() - Method in class com.facebook.buck.android.exopackage.AdbConfig
-
Prints the immutable value AdbConfig with attribute values.
- toString() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
-
Prints the immutable value DexInfo with attribute values.
- toString() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
-
Prints the immutable value NativeLibsInfo with attribute values.
- toString() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
-
Prints the immutable value ResourcesInfo with attribute values.
- toString() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
-
Prints the immutable value ExopackageInfo with attribute values.
- toString() - Method in class com.facebook.buck.android.exopackage.ExopackagePathAndHash
-
Prints the immutable value ExopackagePathAndHash with attribute values.
- toString() - Method in class com.facebook.buck.android.exopackage.RapidInstallMode
-
Prints the immutable value RapidInstallMode with attribute values.
- toString() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Prints the immutable value GenAidlDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.ModuleInfo
-
Prints the immutable value ModuleInfo with attribute values.
- toString() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Prints the immutable value NdkLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
Prints the immutable value NdkToolchainDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.NonPredexedDexBuildableArgs
-
Prints the immutable value NonPredexedDexBuildableArgs with attribute values.
- toString() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
-
Prints the immutable value ResourceDetails with attribute values.
- toString() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
-
Prints the immutable value AndroidPackageableCollection with attribute values.
- toString() - Method in class com.facebook.buck.android.packageable.ImmutableNativeLinkableEnhancementResult
-
Prints the immutable value NativeLinkableEnhancementResult with attribute values.
- toString() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Prints the immutable value PrebuiltNativeLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.redex.RedexOptions
-
Prints the immutable value RedexOptions with attribute values.
- toString() - Method in enum com.facebook.buck.android.ResourceFilters.Density
-
- toString() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Prints the immutable value RobolectricTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.android.StrippedObjectDescription
-
Prints the immutable value StrippedObjectDescription with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.AbstractAndroidPlatformTarget
-
- toString() - Method in class com.facebook.buck.android.toolchain.AndroidBuildToolsLocation
-
Prints the immutable value AndroidBuildToolsLocation with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.AndroidSdkLocation
-
Prints the immutable value AndroidSdkLocation with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.DxToolchain
-
Prints the immutable value DxToolchain with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.ImmutableAndroidTools
-
Prints the immutable value AndroidTools with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsResolver
-
- toString() - Method in class com.facebook.buck.android.toolchain.impl.AndroidSdkDirectoryResolver
-
- toString() - Method in class com.facebook.buck.android.toolchain.ndk.AndroidNdk
-
Prints the immutable value AndroidNdk with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- toString() - Method in enum com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms.Host
-
- toString() - Method in enum com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms.ToolchainTarget
-
- toString() - Method in class com.facebook.buck.android.toolchain.ndk.impl.StaticUnresolvedNdkCxxPlatform
-
Prints the immutable value StaticUnresolvedNdkCxxPlatform with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatform
-
Prints the immutable value NdkCxxPlatform with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformCompiler
-
Prints the immutable value NdkCxxPlatformCompiler with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformsProvider
-
Prints the immutable value NdkCxxPlatformsProvider with attribute values.
- toString() - Method in class com.facebook.buck.android.toolchain.ndk.NdkCxxPlatformTargetConfiguration
-
Prints the immutable value NdkCxxPlatformTargetConfiguration with attribute values.
- toString() - Method in enum com.facebook.buck.android.toolchain.ndk.NdkTargetArch
-
- toString() - Method in enum com.facebook.buck.android.toolchain.ndk.NdkTargetArchAbi
-
- toString() - Method in enum com.facebook.buck.android.toolchain.ndk.NdkToolchain
-
- toString() - Method in enum com.facebook.buck.android.toolchain.ndk.NdkToolchainTarget
-
- toString() - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg
-
Prints the immutable value AndroidPlatformArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Prints the immutable value AppleAssetCatalogDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
Prints the immutable value AppleAssetCatalogsCompilationOptions with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Prints the immutable value AppleBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Prints the immutable value AppleBundleDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Prints the immutable value AppleBundleDestinations with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleBundleResources
-
Prints the immutable value AppleBundleResources with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Prints the immutable value AppleLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.ApplePackageConfig
-
Prints the immutable value ApplePackageConfig with attribute values.
- toString() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
Prints the immutable value ApplePackageConfigAndPlatformInfo with attribute values.
- toString() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Prints the immutable value ApplePackageDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Prints the immutable value AppleResourceDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Prints the immutable value AppleTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Prints the immutable value AppleWrapperResourceArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- toString() - Method in class com.facebook.buck.apple.GroupedSource
-
Prints the immutable value GroupedSource with attribute values.
- toString() - Method in class com.facebook.buck.apple.ImmutableIdbFailureInfo
-
Prints the immutable value IdbFailureInfo with attribute values.
- toString() - Method in class com.facebook.buck.apple.ImmutableIdbTestResult
-
Prints the immutable value IdbTestResult with attribute values.
- toString() - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
Prints the immutable value MultiarchFileInfo with attribute values.
- toString() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Prints the immutable value PrebuiltAppleFrameworkDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
Prints the immutable value AppleSimulator with attribute values.
- toString() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Prints the immutable value AppleSimulatorProfile with attribute values.
- toString() - Method in class com.facebook.buck.apple.simulator.ImmutableAppleDevice
-
Prints the immutable value AppleDevice with attribute values.
- toString() - Method in class com.facebook.buck.apple.SourcePathWithAppleBundleDestination
-
Prints the immutable value SourcePathWithAppleBundleDestination with attribute values.
- toString() - Method in class com.facebook.buck.apple.TestHostInfo
-
Prints the immutable value TestHostInfo with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
Prints the immutable value AppleCxxPlatform with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatformsProvider
-
Prints the immutable value AppleCxxPlatformsProvider with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryForTestsProvider
-
Prints the immutable value AppleDeveloperDirectoryForTestsProvider with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleDeveloperDirectoryProvider
-
Prints the immutable value AppleDeveloperDirectoryProvider with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
Prints the immutable value ApplePlatform with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleSdk
-
Prints the immutable value AppleSdk with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleSdkLocation
-
Prints the immutable value AppleSdkLocation with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleSdkPaths
-
Prints the immutable value AppleSdkPaths with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleToolchain
-
Prints the immutable value AppleToolchain with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.AppleToolchainProvider
-
Prints the immutable value AppleToolchainProvider with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentity
-
Prints the immutable value CodeSignIdentity with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.CodeSignIdentityStore
-
Prints the immutable value CodeSignIdentityStore with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileMetadata
-
Prints the immutable value ProvisioningProfileMetadata with attribute values.
- toString() - Method in class com.facebook.buck.apple.toolchain.ProvisioningProfileStore
-
Prints the immutable value ProvisioningProfileStore with attribute values.
- toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
Prints the immutable value CopyFilePhaseDestinationSpec with attribute values.
- toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
-
- toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
-
- toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
- toString() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
-
- toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
-
- toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- toString() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Prints the immutable value XcodeScriptDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Prints the immutable value ArtifactInfo with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
-
Prints the immutable value CacheCountersSummary with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.CacheDeleteResult
-
Prints the immutable value CacheDeleteResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.config.ArtifactCacheEntries
-
Prints the immutable value ArtifactCacheEntries with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.config.DirCacheEntry
-
Prints the immutable value DirCacheEntry with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.config.HttpCacheEntry
-
Prints the immutable value HttpCacheEntry with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.config.SQLiteCacheEntry
-
Prints the immutable value SQLiteCacheEntry with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Prints the immutable value FetchResponseReadResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.FetchResult
-
Prints the immutable value FetchResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Prints the immutable value HttpArtifactCacheEventFetchData with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Prints the immutable value HttpArtifactCacheEventStoreData with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Prints the immutable value MetadataAndPayloadReadResultInternal with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.MultiContainsResult
-
Prints the immutable value MultiContainsResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
-
Prints the immutable value MultiFetchResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Prints the immutable value NetworkCacheArgs with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
-
Prints the immutable value RuleKeyCacheResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Prints the immutable value StoreResponseReadResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.StoreResult
-
Prints the immutable value StoreResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
Prints the immutable value StoreWriteResult with attribute values.
- toString() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Request
-
- toString() - Method in class com.facebook.buck.cli.AsyncJobStateAndCells
-
Prints the immutable value AsyncJobStateAndCells with attribute values.
- toString() - Method in class com.facebook.buck.cli.CleanCommandBuckConfig
-
Prints the immutable value CleanCommandBuckConfig with attribute values.
- toString() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Prints the immutable value CommandRunnerParams with attribute values.
- toString() - Method in class com.facebook.buck.cli.ConfigValue
-
Prints the immutable value ConfigValue with attribute values.
- toString() - Method in class com.facebook.buck.cli.ImmutableActionGraphData
-
Prints the immutable value ActionGraphData with attribute values.
- toString() - Method in class com.facebook.buck.cli.InstallResult
-
Prints the immutable value InstallResult with attribute values.
- toString() - Method in class com.facebook.buck.cli.ParserAndCaches
-
Prints the immutable value ParserAndCaches with attribute values.
- toString() - Method in class com.facebook.buck.cli.ProjectGeneratorParameters
-
Prints the immutable value ProjectGeneratorParameters with attribute values.
- toString() - Method in enum com.facebook.buck.cli.ProjectTestsMode
-
- toString() - Method in class com.facebook.buck.cli.TargetResult
-
Prints the immutable value TargetResult with attribute values.
- toString() - Method in class com.facebook.buck.cli.TestRun
-
Prints the immutable value TestRun with attribute values.
- toString() - Method in class com.facebook.buck.command.BuildExecutionResult
-
Prints the immutable value BuildExecutionResult with attribute values.
- toString() - Method in class com.facebook.buck.command.BuildExecutorArgs
-
Prints the immutable value BuildExecutorArgs with attribute values.
- toString() - Method in class com.facebook.buck.command.config.BuildBuckConfig
-
Prints the immutable value BuildBuckConfig with attribute values.
- toString() - Method in class com.facebook.buck.command.config.ConfigIgnoredByDaemon
-
Prints the immutable value ConfigIgnoredByDaemon with attribute values.
- toString() - Method in class com.facebook.buck.command.config.ImmutableConfigChange
-
Prints the immutable value ConfigChange with attribute values.
- toString() - Method in class com.facebook.buck.core.artifact.ImmutableSourceArtifactImpl
-
Prints the immutable value SourceArtifactImpl with attribute values.
- toString() - Method in class com.facebook.buck.core.build.context.BuildContext
-
Prints the immutable value BuildContext with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
Prints the immutable value BuildEngineBuildContext with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.BuildEngineResult
-
Prints the immutable value BuildEngineResult with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.BuildResult
-
Prints the immutable value BuildResult with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.config.CachingBuildEngineBuckConfig
-
Prints the immutable value CachingBuildEngineBuckConfig with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.config.ResourceAwareSchedulingInfo
-
Prints the immutable value ResourceAwareSchedulingInfo with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestFetchResult
-
Prints the immutable value ManifestFetchResult with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestLoadResult
-
Prints the immutable value ManifestLoadResult with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStats
-
Prints the immutable value ManifestStats with attribute values.
- toString() - Method in class com.facebook.buck.core.build.engine.manifest.ManifestStoreResult
-
Prints the immutable value ManifestStoreResult with attribute values.
- toString() - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.Finished
-
- toString() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
Prints the immutable value ExecutionContext with attribute values.
- toString() - Method in class com.facebook.buck.core.cell.CellConfig
-
Prints the immutable value CellConfig with attribute values.
- toString() - Method in class com.facebook.buck.core.cell.ImmutableDefaultCellNameResolver
-
Prints the immutable value DefaultCellNameResolver with attribute values.
- toString() - Method in class com.facebook.buck.core.cell.ImmutableDefaultNewCellPathResolver
-
Prints the immutable value DefaultNewCellPathResolver with attribute values.
- toString() - Method in class com.facebook.buck.core.cell.impl.ImmutableCell
-
Prints the immutable value ImmutableCell with attribute values.
- toString() - Method in class com.facebook.buck.core.cell.impl.ImmutableDefaultCellPathResolver
-
Prints the immutable value DefaultCellPathResolver with attribute values.
- toString() - Method in class com.facebook.buck.core.config.BuckConfig
-
- toString() - Method in class com.facebook.buck.core.description.DescriptionCreationContext
-
Prints the immutable value DescriptionCreationContext with attribute values.
- toString() - Method in class com.facebook.buck.core.exceptions.config.ErrorHandlingBuckConfig
-
Prints the immutable value ErrorHandlingBuckConfig with attribute values.
- toString() - Method in exception com.facebook.buck.core.exceptions.RetryingException
-
- toString() - Method in class com.facebook.buck.core.files.ImmutableDirectoryList
-
Prints the immutable value DirectoryList with attribute values.
- toString() - Method in class com.facebook.buck.core.files.ImmutableDirectoryListKey
-
Prints the immutable value DirectoryListKey with attribute values.
- toString() - Method in class com.facebook.buck.core.files.ImmutableFileTree
-
Prints the immutable value FileTree with attribute values.
- toString() - Method in class com.facebook.buck.core.files.ImmutableFileTreeKey
-
Prints the immutable value FileTreeKey with attribute values.
- toString() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- toString() - Method in class com.facebook.buck.core.graph.transformation.executor.config.DepsAwareExecutorConfig
-
Prints the immutable value DepsAwareExecutorConfig with attribute values.
- toString() - Method in class com.facebook.buck.core.graph.transformation.model.ClassBasedComputationIdentifier
-
- toString() - Method in class com.facebook.buck.core.graph.transformation.model.ComposedComputationIdentifier
-
- toString() - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedKey
-
Prints the immutable value ComposedKey with attribute values.
- toString() - Method in class com.facebook.buck.core.graph.transformation.model.ImmutableComposedResult
-
Prints the immutable value ComposedResult with attribute values.
- toString() - Method in class com.facebook.buck.core.io.AbstractArchiveMemberPath
-
- toString() - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMapping
-
Prints the immutable value CxxLinkGroupMapping with attribute values.
- toString() - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMappingTarget
-
Prints the immutable value CxxLinkGroupMappingTarget with attribute values.
- toString() - Method in class com.facebook.buck.core.macros.MacroMatchResult
-
Prints the immutable value MacroMatchResult with attribute values.
- toString() - Method in class com.facebook.buck.core.model.AbstractRuleType
-
- toString() - Method in class com.facebook.buck.core.model.AbstractUnflavoredBuildTargetView
-
- toString() - Method in class com.facebook.buck.core.model.actiongraph.ActionGraph
-
- toString() - Method in class com.facebook.buck.core.model.actiongraph.ActionGraphAndBuilder
-
Prints the immutable value ActionGraphAndBuilder with attribute values.
- toString() - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphConfig
-
Prints the immutable value ActionGraphConfig with attribute values.
- toString() - Method in class com.facebook.buck.core.model.BuildId
-
- toString() - Method in class com.facebook.buck.core.model.CanonicalCellName
-
- toString() - Method in class com.facebook.buck.core.model.graph.ActionAndTargetGraphs
-
Prints the immutable value ActionAndTargetGraphs with attribute values.
- toString() - Method in class com.facebook.buck.core.model.impl.ImmutableDefaultTargetConfiguration
-
Prints the immutable value DefaultTargetConfiguration with attribute values.
- toString() - Method in class com.facebook.buck.core.model.impl.ImmutableUnconfiguredBuildTargetView
-
- toString() - Method in class com.facebook.buck.core.model.impl.ImmutableUnflavoredBuildTargetView
-
- toString() - Method in class com.facebook.buck.core.model.platform.ConstraintSetting
-
Prints the immutable value ConstraintSetting with attribute values.
- toString() - Method in class com.facebook.buck.core.model.platform.ConstraintValue
-
Prints the immutable value ConstraintValue with attribute values.
- toString() - Method in class com.facebook.buck.core.model.platform.impl.ConstraintBasedPlatform
-
- toString() - Method in class com.facebook.buck.core.model.platform.impl.DefaultPlatform
-
- toString() - Method in class com.facebook.buck.core.model.platform.impl.EmptyPlatform
-
- toString() - Method in class com.facebook.buck.core.model.targetgraph.ImmutableTargetGraphCreationResult
-
Prints the immutable value TargetGraphCreationResult with attribute values.
- toString() - Method in class com.facebook.buck.core.model.targetgraph.impl.ImmutableRawTargetNode
-
Prints the immutable value ImmutableRawTargetNode with attribute values.
- toString() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDeps
-
Prints the immutable value RawTargetNodeWithDeps with attribute values.
- toString() - Method in class com.facebook.buck.core.model.targetgraph.raw.ImmutableRawTargetNodeWithDepsPackage
-
Prints the immutable value RawTargetNodeWithDepsPackage with attribute values.
- toString() - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
- toString() - Method in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetPattern
-
- toString() - Method in class com.facebook.buck.core.parser.ImmutableBuildPackagePaths
-
Prints the immutable value BuildPackagePaths with attribute values.
- toString() - Method in class com.facebook.buck.core.parser.ImmutableBuildTargetPatternToBuildPackagePathKey
-
Prints the immutable value BuildTargetPatternToBuildPackagePathKey with attribute values.
- toString() - Method in class com.facebook.buck.core.resources.ResourcesConfig
-
Prints the immutable value ResourcesConfig with attribute values.
- toString() - Method in class com.facebook.buck.core.rulekey.BuildRuleKeys
-
Prints the immutable value BuildRuleKeys with attribute values.
- toString() - Method in class com.facebook.buck.core.rulekey.config.RuleKeyConfig
-
Prints the immutable value RuleKeyConfig with attribute values.
- toString() - Method in class com.facebook.buck.core.rulekey.RuleKey
-
- toString() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionContext
-
Prints the immutable value ActionExecutionContext with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionFailure
-
Prints the immutable value ActionExecutionFailure with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.actions.ImmutableActionExecutionSuccess
-
Prints the immutable value ActionExecutionSuccess with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.actions.lib.args.ImmutableCommandLine
-
Prints the immutable value CommandLine with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.analysis.action.ImmutableActionAnalysisDataKey
-
Prints the immutable value ActionAnalysisDataKey with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.analysis.config.RuleAnalysisConfig
-
Prints the immutable value RuleAnalysisConfig with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.analysis.ImmutableRuleAnalysisKey
-
Prints the immutable value RuleAnalysisKey with attribute values.
- toString() - Method in interface com.facebook.buck.core.rules.BuildRule
-
- toString() - Method in class com.facebook.buck.core.rules.config.registry.ImmutableConfigurationRuleRegistry
-
Prints the immutable value ConfigurationRuleRegistry with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg
-
Prints the immutable value ConfigSettingArg with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingSelectable
-
- toString() - Method in class com.facebook.buck.core.rules.ImmutableBuildRuleCreationContextWithTargetGraph
-
Prints the immutable value BuildRuleCreationContextWithTargetGraph with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.ImmutableProviderCreationContext
-
Prints the immutable value ProviderCreationContext with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- toString() - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
-
Prints the immutable value KnownNativeRuleTypes with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg
-
Prints the immutable value ConstraintSettingArg with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg
-
Prints the immutable value ConstraintValueArg with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.platform.CpuConstraintDetectorArg
-
Prints the immutable value CpuConstraintDetectorArg with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.platform.ImmutableMultiPlatformRule
-
Prints the immutable value MultiPlatformRule with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.platform.OsConstraintDetectorArg
-
Prints the immutable value OsConstraintDetectorArg with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.platform.PlatformArg
-
Prints the immutable value PlatformArg with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.platform.PlatformRule
-
Prints the immutable value PlatformRule with attribute values.
- toString() - Method in class com.facebook.buck.core.rules.providers.impl.BuiltInProvider.BuiltInKey
-
- toString() - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProvider
-
- toString() - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableDefaultInfo
-
Prints the immutable value DefaultInfo with attribute values.
- toString() - Method in interface com.facebook.buck.core.rules.providers.Provider
-
Returns a name of this Provider that should be
used in error messages.
- toString() - Method in class com.facebook.buck.core.rules.schedule.RuleScheduleInfo
-
Prints the immutable value RuleScheduleInfo with attribute values.
- toString() - Method in class com.facebook.buck.core.select.SelectorKey
-
- toString() - Method in class com.facebook.buck.core.sourcepath.AbstractDefaultBuildTargetSourcePath
-
- toString() - Method in class com.facebook.buck.core.sourcepath.AbstractExplicitBuildTargetSourcePath
-
- toString() - Method in class com.facebook.buck.core.sourcepath.AbstractForwardingBuildTargetSourcePath
-
- toString() - Method in class com.facebook.buck.core.sourcepath.AbstractPathSourcePath
-
- toString() - Method in class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath
-
Prints the immutable value ArchiveMemberSourcePath with attribute values.
- toString() - Method in class com.facebook.buck.core.sourcepath.SourceWithFlags
-
Prints the immutable value SourceWithFlags with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableBoolAttribute
-
Prints the immutable value BoolAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepAttribute
-
Prints the immutable value DepAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableDepListAttribute
-
Prints the immutable value DepListAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntAttribute
-
Prints the immutable value IntAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableIntListAttribute
-
Prints the immutable value IntListAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceAttribute
-
Prints the immutable value SourceAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableSourceListAttribute
-
Prints the immutable value SourceListAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringAttribute
-
Prints the immutable value StringAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.attr.impl.ImmutableStringListAttribute
-
Prints the immutable value StringListAttribute with attribute values.
- toString() - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
Override the built-in signature printer, as it prints out '*' unconditionally if all arguments
are kwargs
- toString() - Method in class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
Prints the immutable value ExternalTestRunnerTestSpec with attribute values.
- toString() - Method in class com.facebook.buck.core.test.rule.ImmutableCoercedTestRunnerSpec
-
Prints the immutable value CoercedTestRunnerSpec with attribute values.
- toString() - Method in class com.facebook.buck.core.test.rule.ImmutableExternalRunnerTestProtocol
-
Prints the immutable value ExternalRunnerTestProtocol with attribute values.
- toString() - Method in class com.facebook.buck.core.test.rule.ImmutableTestRunnerSpec
-
Prints the immutable value TestRunnerSpec with attribute values.
- toString() - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
Prints the immutable value ExternalTestRunnerDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool
-
Prints the immutable value VersionedTool with attribute values.
- toString() - Method in class com.facebook.buck.core.toolchain.ToolchainCreationContext
-
Prints the immutable value ToolchainCreationContext with attribute values.
- toString() - Method in class com.facebook.buck.core.toolchain.ToolchainDescriptor
-
Prints the immutable value ToolchainDescriptor with attribute values.
- toString() - Method in class com.facebook.buck.core.toolchain.toolprovider.impl.SystemToolProvider
-
Prints the immutable value SystemToolProvider with attribute values.
- toString() - Method in class com.facebook.buck.counters.Counter
-
- toString() - Method in class com.facebook.buck.counters.CounterBuckConfig
-
Prints the immutable value CounterBuckConfig with attribute values.
- toString() - Method in class com.facebook.buck.counters.CounterInfo
-
Prints the immutable value CounterInfo with attribute values.
- toString() - Method in class com.facebook.buck.counters.CounterSnapshot
-
Prints the immutable value CounterSnapshot with attribute values.
- toString() - Method in class com.facebook.buck.cxx.config.CxxToolProviderParams
-
Prints the immutable value CxxToolProviderParams with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Prints the immutable value CxxBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
Prints the immutable value CxxCompilationDatabaseEntry with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxDeps
-
Prints the immutable value CxxDeps with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Prints the immutable value CxxGenruleDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
Prints the immutable value CxxHeadersDir with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxIncludes
-
Prints the immutable value CxxIncludes with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Prints the immutable value CxxLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxLinkOptions
-
Prints the immutable value CxxLinkOptions with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Prints the immutable value CxxPrecompiledHeaderDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Prints the immutable value CxxPreprocessorInput with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxRawHeaders
-
Prints the immutable value CxxRawHeaders with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxSource
-
Prints the immutable value CxxSource with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Prints the immutable value CxxSourceRuleFactory with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Prints the immutable value CxxSymlinkTreeHeaders with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Prints the immutable value CxxTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
Prints the immutable value CxxToolchainDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
Prints the immutable value ExplicitCxxToolFlags with attribute values.
- toString() - Method in class com.facebook.buck.cxx.FrameworkDependencies
-
Prints the immutable value FrameworkDependencies with attribute values.
- toString() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
Prints the immutable value IterableCxxToolFlags with attribute values.
- toString() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
-
Prints the immutable value NewPrebuiltCxxLibraryPaths with attribute values.
- toString() - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
Prints the immutable value OmnibusLibraries with attribute values.
- toString() - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
Prints the immutable value OmnibusLibrary with attribute values.
- toString() - Method in class com.facebook.buck.cxx.OmnibusRoot
-
Prints the immutable value OmnibusRoot with attribute values.
- toString() - Method in class com.facebook.buck.cxx.OmnibusRoots
-
Prints the immutable value OmnibusRoots with attribute values.
- toString() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Prints the immutable value PrebuiltCxxLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
-
Prints the immutable value PrebuiltCxxLibraryGroupDescription.
- toString() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Prints the immutable value PrebuiltCxxLibraryGroupDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.cxx.PrecompiledHeaderData
-
Prints the immutable value PrecompiledHeaderData with attribute values.
- toString() - Method in class com.facebook.buck.cxx.PreIncludeFactory
-
Prints the immutable value PreIncludeFactory with attribute values.
- toString() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
Prints the immutable value PreprocessorDelegateCacheKey with attribute values.
- toString() - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Prints the immutable value PreprocessorFlags with attribute values.
- toString() - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- toString() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
-
Prints the immutable value CxxPlatform with attribute values.
- toString() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
-
Prints the immutable value CxxPlatformsProvider with attribute values.
- toString() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
-
Prints the immutable value ElfSectionLookupResult with attribute values.
- toString() - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
-
Prints the immutable value ElfSharedLibraryInterfaceParams with attribute values.
- toString() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
-
Prints the immutable value HeaderVerification with attribute values.
- toString() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableCacheKey
-
Prints the immutable value NativeLinkableCacheKey with attribute values.
- toString() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
-
Prints the immutable value NativeLinkableInput with attribute values.
- toString() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
-
Prints the immutable value NativeLinkTargetMode with attribute values.
- toString() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- toString() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
-
Prints the immutable value MachoHeader with attribute values.
- toString() - Method in class com.facebook.buck.distributed.AnalysisResults
-
Prints the immutable value AnalysisResults with attribute values.
- toString() - Method in class com.facebook.buck.distributed.build_client.BuildSlaveStats
-
Prints the immutable value BuildSlaveStats with attribute values.
- toString() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerArgs
-
Prints the immutable value DistBuildControllerArgs with attribute values.
- toString() - Method in class com.facebook.buck.distributed.build_client.DistBuildControllerInvocationArgs
-
Prints the immutable value DistBuildControllerInvocationArgs with attribute values.
- toString() - Method in class com.facebook.buck.distributed.build_client.StampedeExecutionResult
-
Prints the immutable value StampedeExecutionResult with attribute values.
- toString() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphs
-
Prints the immutable value DelegateAndGraphs with attribute values.
- toString() - Method in class com.facebook.buck.distributed.build_slave.DelegateAndGraphsInitializerArgs
-
Prints the immutable value DelegateAndGraphsInitializerArgs with attribute values.
- toString() - Method in class com.facebook.buck.distributed.build_slave.DistBuildSlaveExecutorArgs
-
Prints the immutable value DistBuildSlaveExecutorArgs with attribute values.
- toString() - Method in class com.facebook.buck.distributed.build_slave.ThriftCoordinatorServer.ExitState
-
- toString() - Method in class com.facebook.buck.distributed.DistBuildCellParams
-
Prints the immutable value DistBuildCellParams with attribute values.
- toString() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
-
Prints the immutable value DistBuildClientCacheResult with attribute values.
- toString() - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Prints the immutable value DistBuildClientStats with attribute values.
- toString() - Method in class com.facebook.buck.distributed.ImmutableDistBuildStatus
-
Prints the immutable value DistBuildStatus with attribute values.
- toString() - Method in class com.facebook.buck.distributed.RuleKeyNameAndType
-
Prints the immutable value RuleKeyNameAndType with attribute values.
- toString() - Method in class com.facebook.buck.doctor.config.ImmutableBuildLogEntry
-
Prints the immutable value BuildLogEntry with attribute values.
- toString() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorConfig
-
Prints the immutable value DoctorConfig with attribute values.
- toString() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointRequest
-
Prints the immutable value DoctorEndpointRequest with attribute values.
- toString() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorEndpointResponse
-
Prints the immutable value DoctorEndpointResponse with attribute values.
- toString() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorJsonResponse
-
Prints the immutable value DoctorJsonResponse with attribute values.
- toString() - Method in class com.facebook.buck.doctor.config.ImmutableDoctorSuggestion
-
Prints the immutable value DoctorSuggestion with attribute values.
- toString() - Method in class com.facebook.buck.doctor.config.ImmutableSourceControlInfo
-
Prints the immutable value SourceControlInfo with attribute values.
- toString() - Method in class com.facebook.buck.doctor.config.ImmutableUserLocalConfiguration
-
Prints the immutable value UserLocalConfiguration with attribute values.
- toString() - Method in class com.facebook.buck.doctor.DefectReport
-
Prints the immutable value DefectReport with attribute values.
- toString() - Method in class com.facebook.buck.doctor.DefectSubmitResult
-
Prints the immutable value DefectSubmitResult with attribute values.
- toString() - Method in class com.facebook.buck.doctor.ExtraInfoResult
-
Prints the immutable value ExtraInfoResult with attribute values.
- toString() - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
-
Prints the immutable value FileChangesIgnoredReport with attribute values.
- toString() - Method in class com.facebook.buck.doctor.UserReport
-
Prints the immutable value UserReport with attribute values.
- toString() - Method in class com.facebook.buck.edenfs.EdenMount
-
- toString() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- toString() - Method in class com.facebook.buck.event.ConsoleEvent
-
- toString() - Method in class com.facebook.buck.event.EventKey
-
Prints the immutable value EventKey with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListenerCloseArgs
-
Prints the immutable value ChromeTraceBuildListenerCloseArgs with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListenerCloseArgs
-
Prints the immutable value HttpArtifactCacheEventListenerCloseArgs with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.ImmutableCriticalPathReportableNode
-
Prints the immutable value CriticalPathReportableNode with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.ImmutableRuleExecutionTimeData
-
Prints the immutable value RuleExecutionTimeData with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.LogUploaderListenerCloseArgs
-
Prints the immutable value LogUploaderListenerCloseArgs with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListenerCloseArgs
-
Prints the immutable value MachineReadableLoggerListenerCloseArgs with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
-
Prints the immutable value ProxyBuckEvent with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListenerCloseArgs
-
Prints the immutable value RuleKeyDiagnosticsListenerCloseArgs with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListenerCloseArgs
-
Prints the immutable value RuleKeyLoggerListenerCloseArgs with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
Prints the immutable value RunIdStreamPair with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.ScribeEventListenerConfig
-
Prints the immutable value ScribeEventListenerConfig with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.scuba.ActionGraphPerfData
-
Prints the immutable value ActionGraphPerfData with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.scuba.ArtifactCompressionStat
-
Prints the immutable value ArtifactCompressionStat with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.scuba.BuildData
-
Prints the immutable value BuildData with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.scuba.DistBuildClientCacheData
-
Prints the immutable value DistBuildClientCacheData with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.scuba.DistBuildCombinedData
-
Prints the immutable value DistBuildCombinedData with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.scuba.DistBuildSlaveData
-
Prints the immutable value DistBuildSlaveData with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.scuba.ImmutableCriticalPathData
-
Prints the immutable value CriticalPathData with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteArtifactUploadStats
-
Prints the immutable value RemoteArtifactUploadStats with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.stats.cache.RemoteDownloadStats
-
Prints the immutable value RemoteDownloadStats with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.stats.stampede.DistBuildTrackedStatus
-
Prints the immutable value DistBuildTrackedStatus with attribute values.
- toString() - Method in class com.facebook.buck.event.listener.util.EventInterval
-
Prints the immutable value EventInterval with attribute values.
- toString() - Method in class com.facebook.buck.event.PerfEventId
-
Prints the immutable value PerfEventId with attribute values.
- toString() - Method in class com.facebook.buck.event.ScubaData
-
Prints the immutable value ScubaData with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
Prints the immutable value XcodeWorkspaceConfigDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.project.CopyInXcode
-
Prints the immutable value CopyInXcode with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.project.GenerationResult
-
Prints the immutable value GenerationResult with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.project.ProjectGeneratorOptions
-
Prints the immutable value ProjectGeneratorOptions with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.projectV2.CopyInXcode
-
Prints the immutable value CopyInXcode with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.projectV2.GeneratedTargetAttributes
-
Prints the immutable value GeneratedTargetAttributes with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.projectV2.GenerationResult
-
Prints the immutable value GenerationResult with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.projectV2.ProjectGeneratorOptions
-
Prints the immutable value ProjectGeneratorOptions with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.projectV2.XCodeNativeTargetAttributes
-
Prints the immutable value XCodeNativeTargetAttributes with attribute values.
- toString() - Method in class com.facebook.buck.features.apple.projectV2.XcodeProjectWriteOptions
-
Prints the immutable value XcodeProjectWriteOptions with attribute values.
- toString() - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
Prints the immutable value DBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.d.DIncludes
-
Prints the immutable value DIncludes with attribute values.
- toString() - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
Prints the immutable value DLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
Prints the immutable value DTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
Prints the immutable value CsharpLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.dotnet.DotnetBuckConfig
-
Prints the immutable value DotnetBuckConfig with attribute values.
- toString() - Method in class com.facebook.buck.features.dotnet.DotnetToolchain
-
Prints the immutable value DotnetToolchain with attribute values.
- toString() - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Prints the immutable value PrebuiltDotnetLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
Prints the immutable value FileGroupDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
Prints the immutable value CgoLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
Prints the immutable value GoBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
Prints the immutable value GoLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.go.GoLinkable
-
Prints the immutable value GoLinkable with attribute values.
- toString() - Method in class com.facebook.buck.features.go.GoPlatform
-
Prints the immutable value GoPlatform with attribute values.
- toString() - Method in class com.facebook.buck.features.go.GoPlatformFactory
-
Prints the immutable value GoPlatformFactory with attribute values.
- toString() - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
Prints the immutable value GoTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
Prints the immutable value GoTestRunnerDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.go.GoToolchain
-
Prints the immutable value GoToolchain with attribute values.
- toString() - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
Prints the immutable value PrebuiltGoLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
Prints the immutable value GwtBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
Prints the immutable value HalideLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
Prints the immutable value HaskellBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellCompileInput
-
Prints the immutable value HaskellCompileInput with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellCompilerFlags
-
Prints the immutable value HaskellCompilerFlags with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
Prints the immutable value HaskellGhciDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellGhciOmnibusSpec
-
Prints the immutable value HaskellGhciOmnibusSpec with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
Prints the immutable value HaskellHaddockDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellHaddockInput
-
Prints the immutable value HaskellHaddockInput with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
Prints the immutable value HaskellLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellPackage
-
Prints the immutable value HaskellPackage with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellPackageInfo
-
Prints the immutable value HaskellPackageInfo with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellPlatform
-
Prints the immutable value HaskellPlatform with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellPlatformsProvider
-
Prints the immutable value HaskellPlatformsProvider with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Prints the immutable value HaskellPrebuiltLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.haskell.HaskellSources
-
Prints the immutable value HaskellSources with attribute values.
- toString() - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
Prints the immutable value JsBundleDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
Prints the immutable value JsBundleGenruleDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
Prints the immutable value JsLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
Prints the immutable value CxxLuaExtensionDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
Prints the immutable value LuaBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.LuaBinaryPackageComponents
-
Prints the immutable value LuaBinaryPackageComponents with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
Prints the immutable value LuaLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.LuaPackageComponents
-
Prints the immutable value LuaPackageComponents with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.LuaPlatform
-
Prints the immutable value LuaPlatform with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.LuaPlatformsProvider
-
Prints the immutable value LuaPlatformsProvider with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.LuaScriptStarter
-
Prints the immutable value LuaScriptStarter with attribute values.
- toString() - Method in class com.facebook.buck.features.lua.NativeExecutableStarter
-
Prints the immutable value NativeExecutableStarter with attribute values.
- toString() - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
Prints the immutable value OcamlBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.ocaml.OcamlBuildContext
-
Prints the immutable value OcamlBuildContext with attribute values.
- toString() - Method in class com.facebook.buck.features.ocaml.OcamlGeneratedBuildRules
-
Prints the immutable value OcamlGeneratedBuildRules with attribute values.
- toString() - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
Prints the immutable value OcamlLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.ocaml.OcamlPlatform
-
Prints the immutable value OcamlPlatform with attribute values.
- toString() - Method in class com.facebook.buck.features.ocaml.OcamlToolchain
-
Prints the immutable value OcamlToolchain with attribute values.
- toString() - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Prints the immutable value PrebuiltOcamlLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
Prints the immutable value AggregationModule with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.DependencyEntry
-
Prints the immutable value DependencyEntry with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.DependencyEntryData
-
Prints the immutable value DependencyEntryData with attribute values.
- toString() - Method in enum com.facebook.buck.features.project.intellij.IjDependencyListBuilder.Scope
-
- toString() - Method in enum com.facebook.buck.features.project.intellij.IjDependencyListBuilder.Type
-
- toString() - Method in class com.facebook.buck.features.project.intellij.model.ContentRoot
-
Prints the immutable value ContentRoot with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- toString() - Method in enum com.facebook.buck.features.project.intellij.model.folders.IjResourceFolderType
-
- toString() - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
Prints the immutable value IjSourceFolder with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
Prints the immutable value IjLibrary with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
Prints the immutable value IjModule with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
Prints the immutable value IjModuleAndroidFacet with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.model.IjProjectConfig
-
Prints the immutable value IjProjectConfig with attribute values.
- toString() - Method in class com.facebook.buck.features.project.intellij.model.ModuleIndexEntry
-
Prints the immutable value ModuleIndexEntry with attribute values.
- toString() - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
Prints the immutable value CxxPythonExtensionDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
Prints the immutable value PrebuiltPythonLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
Prints the immutable value PythonBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
Prints the immutable value PythonLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
Prints the immutable value PythonPackageComponents with attribute values.
- toString() - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
Prints the immutable value PythonTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.python.toolchain.AbstractPythonVersion
-
- toString() - Method in class com.facebook.buck.features.python.toolchain.PythonPlatformsProvider
-
Prints the immutable value PythonPlatformsProvider with attribute values.
- toString() - Method in enum com.facebook.buck.features.rust.CrateType
-
- toString() - Method in class com.facebook.buck.features.rust.ImmutableRustPlatformFactory
-
Prints the immutable value RustPlatformFactory with attribute values.
- toString() - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
Prints the immutable value PrebuiltRustLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
Prints the immutable value RustBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.rust.RustLibraryArg
-
- toString() - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
Prints the immutable value RustLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.rust.RustPlatform
-
Prints the immutable value RustPlatform with attribute values.
- toString() - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
Prints the immutable value RustTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.features.rust.RustToolchain
-
Prints the immutable value RustToolchain with attribute values.
- toString() - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
Prints the immutable value ZipFileDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.file.FileHash
-
- toString() - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
Prints the immutable value HttpArchiveDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
Prints the immutable value HttpFileDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Prints the immutable value RemoteFileDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.infer.ImmutableInferConfig
-
Prints the immutable value InferConfig with attribute values.
- toString() - Method in class com.facebook.buck.infer.ImmutableInferPlatform
-
Prints the immutable value InferPlatform with attribute values.
- toString() - Method in class com.facebook.buck.infer.toolchain.ImmutableInferToolchain
-
Prints the immutable value InferToolchain with attribute values.
- toString() - Method in class com.facebook.buck.io.file.LazyPath
-
- toString() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
Prints the immutable value BuckPaths with attribute values.
- toString() - Method in class com.facebook.buck.io.filesystem.EmbeddedCellBuckOutInfo
-
Prints the immutable value EmbeddedCellBuckOutInfo with attribute values.
- toString() - Method in class com.facebook.buck.io.filesystem.ExactPathMatcher
-
- toString() - Method in class com.facebook.buck.io.filesystem.FileExtensionMatcher
-
- toString() - Method in class com.facebook.buck.io.filesystem.GlobPatternMatcher
-
- toString() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- toString() - Method in class com.facebook.buck.io.filesystem.RecursiveFileMatcher
-
- toString() - Method in class com.facebook.buck.io.watchman.ImmutableChange
-
Prints the immutable value Change with attribute values.
- toString() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanMultiplePathEvent
-
Prints the immutable value WatchmanMultiplePathEvent with attribute values.
- toString() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanOverflowEvent
-
Prints the immutable value WatchmanOverflowEvent with attribute values.
- toString() - Method in class com.facebook.buck.io.watchman.ImmutableWatchmanPathEvent
-
Prints the immutable value WatchmanPathEvent with attribute values.
- toString() - Method in class com.facebook.buck.io.watchman.ProjectWatch
-
Prints the immutable value ProjectWatch with attribute values.
- toString() - Method in class com.facebook.buck.io.watchman.WatchmanCursor
-
- toString() - Method in class com.facebook.buck.io.watchman.WatchmanDiagnostic
-
Prints the immutable value WatchmanDiagnostic with attribute values.
- toString() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Prints the immutable value BuildFileParseExceptionData with attribute values.
- toString() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
Prints the immutable value BuildFileParseExceptionStackTraceEntry with attribute values.
- toString() - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Prints the immutable value BuildFilePythonResult with attribute values.
- toString() - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
Prints the immutable value BuildFileSyntaxError with attribute values.
- toString() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Prints the immutable value GroovyLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Prints the immutable value GroovyTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.abi.source.StandalonePackageType
-
- toString() - Method in class com.facebook.buck.jvm.java.classes.AbstractFileLike
-
- toString() - Method in class com.facebook.buck.jvm.java.CompilerOutputPaths
-
Prints the immutable value CompilerOutputPaths with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.CompilerParameters
-
Prints the immutable value CompilerParameters with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryClasspaths
-
Prints the immutable value DefaultJavaLibraryClasspaths with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
Prints the immutable value DiffAbisStep with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JarFileObject
-
- toString() - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
Prints the immutable value JarGenruleDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JarParameters
-
Prints the immutable value JarParameters with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Prints the immutable value JavaAnnotationProcessorDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Prints the immutable value JavaBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Prints the immutable value JavacExecutionContext with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavacLanguageLevelOptions
-
Prints the immutable value JavacLanguageLevelOptions with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Prints the immutable value JavacOptions with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
Prints the immutable value JavacPluginJsr199Fields with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavacPluginParams
-
Prints the immutable value JavacPluginParams with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Prints the immutable value JavacPluginProperties with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Prints the immutable value JavacSpec with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
-
- toString() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Prints the immutable value JavaLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavaOptions
-
Prints the immutable value JavaOptions with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
Prints the immutable value JavaPluginDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Prints the immutable value JavaTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
Prints the immutable value JavaTestRunnerDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Prints the immutable value JUnitJvmArgs with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Prints the immutable value KeystoreDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.lang.model.BridgeMethod
-
- toString() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Prints the immutable value PrebuiltJarDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.ResourcesParameters
-
Prints the immutable value ResourcesParameters with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.toolchain.JavacOptionsProvider
-
Prints the immutable value JavacOptionsProvider with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.toolchain.JavaCxxPlatformProvider
-
Prints the immutable value JavaCxxPlatformProvider with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.toolchain.JavaOptionsProvider
-
Prints the immutable value JavaOptionsProvider with attribute values.
- toString() - Method in class com.facebook.buck.jvm.java.toolchain.JavaToolchain
-
Prints the immutable value JavaToolchain with attribute values.
- toString() - Method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
-
- toString() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Prints the immutable value KotlinLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Prints the immutable value KotlinTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Prints the immutable value ScalaLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Prints the immutable value ScalaTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.log.ErrorLogRecord
-
Prints the immutable value ErrorLogRecord with attribute values.
- toString() - Method in class com.facebook.buck.log.LogConfigSetup
-
Prints the immutable value LogConfigSetup with attribute values.
- toString() - Method in class com.facebook.buck.log.PerfTimesStats
-
Prints the immutable value PerfTimesStats with attribute values.
- toString() - Method in class com.facebook.buck.parser.api.ImmutableBuildFileManifest
-
Prints the immutable value BuildFileManifest with attribute values.
- toString() - Method in class com.facebook.buck.parser.api.PojoTransformer
-
Prints the immutable value PojoTransformer with attribute values.
- toString() - Method in class com.facebook.buck.parser.BuildTargetSpec
-
- toString() - Method in class com.facebook.buck.parser.cache.impl.ParserCacheConfig
-
Prints the immutable value ParserCacheConfig with attribute values.
- toString() - Method in class com.facebook.buck.parser.config.ParserConfig
-
Prints the immutable value ParserConfig with attribute values.
- toString() - Method in class com.facebook.buck.parser.DaemonicParserState
-
- toString() - Method in class com.facebook.buck.parser.DefaultSelectableConfigurationContext
-
Prints the immutable value DefaultSelectableConfigurationContext with attribute values.
- toString() - Method in class com.facebook.buck.parser.exceptions.ImmutableParsingError
-
Prints the immutable value ParsingError with attribute values.
- toString() - Method in class com.facebook.buck.parser.ImmutableBuildFileSpec
-
Prints the immutable value BuildFileSpec with attribute values.
- toString() - Method in class com.facebook.buck.parser.ImmutableTargetNodePredicateSpec
-
Prints the immutable value TargetNodePredicateSpec with attribute values.
- toString() - Method in class com.facebook.buck.parser.implicit.ImplicitInclude
-
Prints the immutable value ImplicitInclude with attribute values.
- toString() - Method in class com.facebook.buck.parser.manifest.ImmutableBuildPackagePathToBuildFileManifestKey
-
Prints the immutable value BuildPackagePathToBuildFileManifestKey with attribute values.
- toString() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
-
Prints the immutable value ProjectBuildFileParserOptions with attribute values.
- toString() - Method in class com.facebook.buck.parser.ParsingContext
-
Prints the immutable value ParsingContext with attribute values.
- toString() - Method in class com.facebook.buck.parser.syntax.ListWithSelects
-
- toString() - Method in class com.facebook.buck.parser.syntax.SelectorValue
-
- toString() - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildPackagePathToRawTargetNodePackageKey
-
Prints the immutable value BuildPackagePathToRawTargetNodePackageKey with attribute values.
- toString() - Method in class com.facebook.buck.parser.targetnode.ImmutableBuildTargetToRawTargetNodeKey
-
Prints the immutable value BuildTargetToRawTargetNodeKey with attribute values.
- toString() - Method in class com.facebook.buck.parser.targetnode.ImmutableRawTargetNodeToRawTargetNodeWithDepsKey
-
Prints the immutable value RawTargetNodeToRawTargetNodeWithDepsKey with attribute values.
- toString() - Method in class com.facebook.buck.query.QueryBuildTarget
-
- toString() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- toString() - Method in class com.facebook.buck.query.QueryExpression
-
Returns this query expression pretty-printed.
- toString() - Method in class com.facebook.buck.query.QueryFileTarget
-
- toString() - Method in class com.facebook.buck.query.TargetLiteral
-
- toString() - Method in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
Prints the immutable value RemoteExecutionConfig with attribute values.
- toString() - Method in class com.facebook.buck.remoteexecution.event.listener.model.ReSessionData
-
Prints the immutable value ReSessionData with attribute values.
- toString() - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackStats
-
Prints the immutable value LocalFallbackStats with attribute values.
- toString() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcDigest
-
- toString() - Method in class com.facebook.buck.remoteexecution.grpc.ParsedReadResource
-
Prints the immutable value ParsedReadResource with attribute values.
- toString() - Method in class com.facebook.buck.remoteexecution.grpc.retry.RetryPolicy
-
Prints the immutable value RetryPolicy with attribute values.
- toString() - Method in interface com.facebook.buck.rules.args.Arg
-
- toString() - Method in class com.facebook.buck.rules.args.CompositeArg
-
Prints the immutable value CompositeArg with attribute values.
- toString() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- toString() - Method in class com.facebook.buck.rules.args.ProxyArg
-
- toString() - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- toString() - Method in class com.facebook.buck.rules.args.SourcePathArg
-
Prints the immutable value SourcePathArg with attribute values.
- toString() - Method in class com.facebook.buck.rules.args.StringArg
-
Prints the immutable value StringArg with attribute values.
- toString() - Method in class com.facebook.buck.rules.args.ToolArg
-
Prints the immutable value ToolArg with attribute values.
- toString() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
Prints the immutable value FrameworkPath with attribute values.
- toString() - Method in class com.facebook.buck.rules.coercer.ImmutableConstructorArgBuilder
-
Prints the immutable value ConstructorArgBuilder with attribute values.
- toString() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Prints the immutable value ManifestEntries with attribute values.
- toString() - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpec
-
Prints the immutable value NeededCoverageSpec with attribute values.
- toString() - Method in class com.facebook.buck.rules.coercer.SourceSet
-
Prints the immutable value SourceSet with attribute values.
- toString() - Method in class com.facebook.buck.rules.coercer.SourceSortedSet
-
Prints the immutable value SourceSortedSet with attribute values.
- toString() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
Prints the immutable value SourceWithFlagsList with attribute values.
- toString() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- toString() - Method in class com.facebook.buck.rules.keys.config.RuleKeyConfiguration
-
Prints the immutable value RuleKeyConfiguration with attribute values.
- toString() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
Prints the immutable value DependencyFileEntry with attribute values.
- toString() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
Prints the immutable value RuleKeyAndInputs with attribute values.
- toString() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
Prints the immutable value RuleKeyFactories with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.AbsoluteOutputMacro
-
Prints the immutable value AbsoluteOutputMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.CcFlagsMacro
-
Prints the immutable value CcFlagsMacro.
- toString() - Method in class com.facebook.buck.rules.macros.CcMacro
-
Prints the immutable value CcMacro.
- toString() - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacro
-
Prints the immutable value ClasspathAbiMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.ClasspathMacro
-
Prints the immutable value ClasspathMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.CppFlagsMacro
-
Prints the immutable value CppFlagsMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.CxxFlagsMacro
-
Prints the immutable value CxxFlagsMacro.
- toString() - Method in class com.facebook.buck.rules.macros.CxxMacro
-
Prints the immutable value CxxMacro.
- toString() - Method in class com.facebook.buck.rules.macros.CxxppFlagsMacro
-
Prints the immutable value CxxppFlagsMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.EnvMacro
-
Prints the immutable value EnvMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.ExecutableMacro
-
Prints the immutable value ExecutableMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.LdflagsSharedFilterMacro
-
Prints the immutable value LdflagsSharedFilterMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.LdflagsSharedMacro
-
Prints the immutable value LdflagsSharedMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.LdflagsStaticFilterMacro
-
Prints the immutable value LdflagsStaticFilterMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.LdflagsStaticMacro
-
Prints the immutable value LdflagsStaticMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicFilterMacro
-
Prints the immutable value LdflagsStaticPicFilterMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.LdflagsStaticPicMacro
-
Prints the immutable value LdflagsStaticPicMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.LdMacro
-
Prints the immutable value LdMacro.
- toString() - Method in class com.facebook.buck.rules.macros.LocationMacro
-
Prints the immutable value LocationMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.MacroContainer
-
Prints the immutable value MacroContainer with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
-
Prints the immutable value MavenCoordinatesMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.OutputMacro
-
Prints the immutable value OutputMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.PlatformNameMacro
-
Prints the immutable value PlatformNameMacro.
- toString() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
-
Prints the immutable value QueryOutputsMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
-
Prints the immutable value QueryPathsMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.QueryTargetsAndOutputsMacro
-
Prints the immutable value QueryTargetsAndOutputsMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
-
Prints the immutable value QueryTargetsMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
Prints the immutable value StringWithMacros with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
Prints the immutable value StringWithMacrosConverter with attribute values.
- toString() - Method in class com.facebook.buck.rules.macros.WorkerMacro
-
Prints the immutable value WorkerMacro with attribute values.
- toString() - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionActionInfo
-
Prints the immutable value RemoteExecutionActionInfo with attribute values.
- toString() - Method in class com.facebook.buck.rules.modern.config.ModernBuildRuleConfig
-
Prints the immutable value ModernBuildRuleConfig with attribute values.
- toString() - Method in class com.facebook.buck.rules.modern.tools.CachedErrors
-
Prints the immutable value CachedErrors with attribute values.
- toString() - Method in class com.facebook.buck.rules.query.Query
-
Prints the immutable value Query with attribute values.
- toString() - Method in class com.facebook.buck.rules.tool.config.ToolConfig
-
Prints the immutable value ToolConfig with attribute values.
- toString() - Method in class com.facebook.buck.rules.visibility.parser.BuildTargetVisibilityPattern
-
Prints the immutable value BuildTargetVisibilityPattern with attribute values.
- toString() - Method in class com.facebook.buck.rules.visibility.parser.PublicVisibilityPattern
-
Prints the immutable value PublicVisibilityPattern.
- toString() - Method in class com.facebook.buck.sandbox.SandboxConfig
-
Prints the immutable value SandboxConfig with attribute values.
- toString() - Method in class com.facebook.buck.sandbox.SandboxProperties
-
Prints the immutable value SandboxProperties with attribute values.
- toString() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
Prints the immutable value CommandAliasDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.shell.CrossPlatformTool
-
Prints the immutable value CrossPlatformTool with attribute values.
- toString() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Prints the immutable value ExportFileDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Prints the immutable value GenruleDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Prints the immutable value ShBinaryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Prints the immutable value ShTestDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
Prints the immutable value TestSuiteDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Prints the immutable value WorkerToolDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.skylark.io.GlobSpec
-
Prints the immutable value GlobSpec with attribute values.
- toString() - Method in class com.facebook.buck.skylark.io.GlobSpecWithResult
-
Prints the immutable value GlobSpecWithResult with attribute values.
- toString() - Method in class com.facebook.buck.skylark.packages.PackageContext
-
Prints the immutable value PackageContext with attribute values.
- toString() - Method in class com.facebook.buck.skylark.parser.BuckGlobals
-
Prints the immutable value BuckGlobals with attribute values.
- toString() - Method in class com.facebook.buck.skylark.parser.EnvironmentData
-
Prints the immutable value EnvironmentData with attribute values.
- toString() - Method in class com.facebook.buck.skylark.parser.ExtensionData
-
Prints the immutable value ExtensionData with attribute values.
- toString() - Method in class com.facebook.buck.skylark.parser.ImplicitlyLoadedExtension
-
Prints the immutable value ImplicitlyLoadedExtension with attribute values.
- toString() - Method in class com.facebook.buck.skylark.parser.IncludesData
-
Prints the immutable value IncludesData with attribute values.
- toString() - Method in class com.facebook.buck.skylark.parser.LoadImport
-
Prints the immutable value LoadImport with attribute values.
- toString() - Method in class com.facebook.buck.skylark.parser.ParseResult
-
Prints the immutable value ParseResult with attribute values.
- toString() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Prints the immutable value ClientSideSlbConfig with attribute values.
- toString() - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImplArgs
-
Prints the immutable value HybridThriftOverHttpServiceImplArgs with attribute values.
- toString() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Prints the immutable value LoadBalancedServiceEventData with attribute values.
- toString() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
-
Prints the immutable value LoadBalancerPingEventData with attribute values.
- toString() - Method in class com.facebook.buck.slb.PerServerData
-
Prints the immutable value PerServerData with attribute values.
- toString() - Method in class com.facebook.buck.slb.PerServerPingData
-
Prints the immutable value PerServerPingData with attribute values.
- toString() - Method in class com.facebook.buck.slb.ServerHealthManager
-
- toString() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
Prints the immutable value ServerHealthManagerEventData with attribute values.
- toString(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
-
- toString() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
-
Prints the immutable value ThriftOverHttpServiceConfig with attribute values.
- toString() - Method in class com.facebook.buck.step.AbstractTestStep
-
- toString() - Method in class com.facebook.buck.step.fs.MkdirStep
-
Prints the immutable value MkdirStep with attribute values.
- toString() - Method in class com.facebook.buck.step.fs.RmStep
-
Prints the immutable value RmStep with attribute values.
- toString() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
Prints the immutable value SymlinkFileStep with attribute values.
- toString() - Method in class com.facebook.buck.step.ImmutableStepExecutionResult
-
Prints the immutable value StepExecutionResult with attribute values.
- toString() - Method in class com.facebook.buck.support.bgtasks.ImmutableBackgroundTask
-
Prints the immutable value BackgroundTask with attribute values.
- toString() - Method in class com.facebook.buck.support.bgtasks.TaskId
-
Prints the immutable value TaskId with attribute values.
- toString() - Method in class com.facebook.buck.support.bgtasks.Timeout
-
Prints the immutable value Timeout with attribute values.
- toString() - Method in class com.facebook.buck.support.build.report.BuildReportConfig
-
Prints the immutable value BuildReportConfig with attribute values.
- toString() - Method in class com.facebook.buck.support.build.report.ImmutableFullBuildReport
-
Prints the immutable value FullBuildReport with attribute values.
- toString() - Method in class com.facebook.buck.support.cli.args.BuckCellArg
-
Prints the immutable value BuckCellArg with attribute values.
- toString() - Method in class com.facebook.buck.support.cli.config.AliasConfig
-
Prints the immutable value AliasConfig with attribute values.
- toString() - Method in class com.facebook.buck.support.cli.config.CliConfig
-
Prints the immutable value CliConfig with attribute values.
- toString() - Method in class com.facebook.buck.support.fix.FixBuckConfig
-
Prints the immutable value FixBuckConfig with attribute values.
- toString() - Method in class com.facebook.buck.support.fix.ImmutableBuckFixSpec
-
Prints the immutable value BuckFixSpec with attribute values.
- toString() - Method in class com.facebook.buck.support.fix.ImmutableBuckRunSpec
-
Prints the immutable value BuckRunSpec with attribute values.
- toString() - Method in class com.facebook.buck.support.log.LogBuckConfig
-
Prints the immutable value LogBuckConfig with attribute values.
- toString() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Prints the immutable value SwiftLibraryDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatform
-
Prints the immutable value SwiftPlatform with attribute values.
- toString() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatformsProvider
-
Prints the immutable value SwiftPlatformsProvider with attribute values.
- toString() - Method in class com.facebook.buck.test.config.TestBuckConfig
-
Prints the immutable value TestBuckConfig with attribute values.
- toString() - Method in class com.facebook.buck.test.config.TestResultSummaryVerbosity
-
Prints the immutable value TestResultSummaryVerbosity with attribute values.
- toString() - Method in class com.facebook.buck.test.selectors.TestDescription
-
- toString() - Method in class com.facebook.buck.test.TestCaseSummary
-
- toString() - Method in class com.facebook.buck.test.TestResultSummary
-
- toString() - Method in class com.facebook.buck.test.TestRunningOptions
-
Prints the immutable value TestRunningOptions with attribute values.
- toString() - Method in class com.facebook.buck.test.TestStatusMessage
-
Prints the immutable value TestStatusMessage with attribute values.
- toString() - Method in class com.facebook.buck.util.cache.CacheStats
-
Prints the immutable value CacheStats with attribute values.
- toString() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
Prints the immutable value FileHashCacheVerificationResult with attribute values.
- toString() - Method in class com.facebook.buck.util.charset.NulTerminatedCharsetDecoder.Result
-
- toString() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
Prints the immutable value ListeningSemaphoreArrayPendingItem with attribute values.
- toString() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
Prints the immutable value ResourceAmounts with attribute values.
- toString() - Method in class com.facebook.buck.util.config.Config
-
- toString() - Method in class com.facebook.buck.util.config.RawConfig
-
Prints the immutable value RawConfig with attribute values.
- toString() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Prints the immutable value DirectoryCleanerArgs with attribute values.
- toString() - Method in enum com.facebook.buck.util.environment.Architecture
-
- toString() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Prints the immutable value BuildEnvironmentDescription with attribute values.
- toString() - Method in class com.facebook.buck.util.i18n.NumberFormatterCacheKey
-
Prints the immutable value NumberFormatterCacheKey with attribute values.
- toString() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- toString() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
-
- toString() - Method in class com.facebook.buck.util.network.HiveRowFormatter
-
- toString() - Method in class com.facebook.buck.util.network.offline.ScribeData
-
Prints the immutable value ScribeData with attribute values.
- toString() - Method in class com.facebook.buck.util.PatternAndMessage
-
Prints the immutable value PatternAndMessage with attribute values.
- toString() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Prints the immutable value ProcessExecutorParams with attribute values.
- toString() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Prints the immutable value ProcessResourceConsumption with attribute values.
- toString() - Method in enum com.facebook.buck.util.randomizedtrial.CommonGroups
-
- toString() - Method in class com.facebook.buck.util.SampleRate
-
Prints the immutable value SampleRate with attribute values.
- toString() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- toString() - Method in class com.facebook.buck.util.string.AsciiBoxStringBuilder
-
- toString() - Method in class com.facebook.buck.util.timing.ClockDuration
-
- toString() - Method in class com.facebook.buck.util.types.Pair
-
- toString() - Method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
- toString() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
Prints the immutable value FastVersionControlStats with attribute values.
- toString() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Prints the immutable value FullVersionControlStats with attribute values.
- toString() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
-
Prints the immutable value SlowVersionControlStats with attribute values.
- toString() - Method in class com.facebook.buck.util.xml.DocumentLocation
-
Prints the immutable value DocumentLocation with attribute values.
- toString() - Method in class com.facebook.buck.util.zip.collect.ImmutableFileZipEntrySource
-
Prints the immutable value FileZipEntrySource with attribute values.
- toString() - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceCollection
-
Prints the immutable value ZipEntrySourceCollection with attribute values.
- toString() - Method in class com.facebook.buck.util.zip.collect.ImmutableZipEntrySourceFromZip
-
Prints the immutable value ZipEntrySourceFromZip with attribute values.
- toString() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
Prints the immutable value CachedVersionedTargetGraph with attribute values.
- toString() - Method in class com.facebook.buck.versions.ExactConstraint
-
Prints the immutable value ExactConstraint with attribute values.
- toString() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
Prints the immutable value FlavorSearchTargetNodeFinder with attribute values.
- toString() - Method in class com.facebook.buck.versions.Version
-
Prints the immutable value Version with attribute values.
- toString() - Method in class com.facebook.buck.versions.VersionedAliasDescription
-
Prints the immutable value VersionedAliasDescription.
- toString() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Prints the immutable value VersionedAliasDescriptionArg with attribute values.
- toString() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
Prints the immutable value VersionedTargetGraphCacheResult with attribute values.
- toString() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
Prints the immutable value VersionedTargetGraphInputs with attribute values.
- toString() - Method in class com.facebook.buck.versions.VersionInfo
-
Prints the immutable value VersionInfo with attribute values.
- toString() - Method in class com.facebook.buck.versions.VersionUniverse
-
Prints the immutable value VersionUniverse with attribute values.
- toString() - Method in class com.facebook.buck.worker.WorkerJobParams
-
Prints the immutable value WorkerJobParams with attribute values.
- toString() - Method in class com.facebook.buck.worker.WorkerJobResult
-
Prints the immutable value WorkerJobResult with attribute values.
- toString() - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Prints the immutable value WorkerProcessCommand with attribute values.
- toString() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
Prints the immutable value WorkerProcessIdentity with attribute values.
- toString() - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Prints the immutable value WorkerProcessParams with attribute values.
- toString() - Method in class com.facebook.buck.zip.ZipScrubberStep
-
Prints the immutable value ZipScrubberStep with attribute values.
- toStringWithMacrosArgs(BuildTarget, CellPathResolver, ActionGraphBuilder, Iterable<StringWithMacros>) - Static method in class com.facebook.buck.features.ocaml.OcamlDescriptionEnhancer
-
- TOTAL_RECEIVE_TIMEOUT_MS_PER_MB - Static variable in class com.facebook.buck.android.agent.AgentMain
-
- toTerabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
-
- touch(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- touch(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- TouchStep - Class in com.facebook.buck.step.fs
-
Step that runs
touch <filename> in the shell.
- TouchStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.TouchStep
-
- toUri() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- toUri() - Method in class com.facebook.buck.jvm.java.JarFileObject
-
- toVersionedTargetGraph(DepsAwareExecutor<? super ComputeResult, ?>, BuckConfig, TypeCoercerFactory, UnconfiguredBuildTargetViewFactory, TargetGraphCreationResult, TargetConfiguration, BuckEventBus) - Method in class com.facebook.buck.versions.InstrumentedVersionedTargetGraphCache
-
- toVersionedTargetGraph(DepsAwareExecutor<? super ComputeResult, ?>, ImmutableMap<String, VersionUniverse>, TypeCoercerFactory, UnconfiguredBuildTargetViewFactory, TargetGraphCreationResult, CacheStatsTracker) - Method in class com.facebook.buck.versions.VersionedTargetGraphCache
-
- toWatchmanMatchQuery(Set<Capability>) - Method in class com.facebook.buck.io.filesystem.ExactPathMatcher
-
- toWatchmanMatchQuery(Set<Capability>) - Method in class com.facebook.buck.io.filesystem.FileExtensionMatcher
-
- toWatchmanMatchQuery(Set<Capability>) - Method in class com.facebook.buck.io.filesystem.GlobPatternMatcher
-
- toWatchmanMatchQuery(Set<Capability>) - Method in interface com.facebook.buck.io.filesystem.PathMatcher
-
Transforms this matcher into a Watchman match query arguments matching the same set of paths as
this matcher.
- toWatchmanMatchQuery(Set<Capability>) - Method in class com.facebook.buck.io.filesystem.RecursiveFileMatcher
-
- toXcodeAttribute(HeaderVisibility) - Static method in class com.facebook.buck.apple.AppleHeaderVisibilities
-
- TRACE_ID_PATTERN - Static variable in class com.facebook.buck.util.trace.BuildTraces
-
- TraceAttributes(Optional<String>, FileTime) - Constructor for class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
-
- TraceAttrs(String, String, String, String) - Constructor for class com.facebook.buck.httpserver.TracesHandlerDelegate.TraceAttrs
-
- TraceHandlerDelegate - Class in com.facebook.buck.httpserver
-
HTTP handler for requests to the /trace path.
- TraceInfoProvider - Interface in com.facebook.buck.log
-
Provides any tracing related information.
- traceSection(String) - Method in class com.facebook.buck.event.api.BuckTracing
-
- traceSection(String, Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
-
Records the beginning of a traced section, and returns an object that can be used within a
try-with-resources block to automatically end the section.
- TraceSection() - Constructor for class com.facebook.buck.event.api.BuckTracing.TraceSection
-
- TracesHandlerDelegate - Class in com.facebook.buck.httpserver
-
Template and parameters for the /traces page.
- TracesHandlerDelegate.TraceAttrs - Class in com.facebook.buck.httpserver
-
Attributes for traces.
- TracingTaskListener - Class in com.facebook.buck.jvm.java.tracing
-
- TracingTaskListener(JavacPhaseTracer, BuckJavacTaskListener) - Constructor for class com.facebook.buck.jvm.java.tracing.TracingTaskListener
-
- TrackableRuleKeyCache<V> - Interface in com.facebook.buck.rules.keys
-
RuleKeyCache that can be tracked with CacheStatsTracker
- trackClassUsage(JavacOptions) - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
-
- trackClassUsage(TargetConfiguration) - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- trackClassUsage(JavacOptions) - Method in class com.facebook.buck.jvm.java.JavaConfiguredCompilerFactory
-
- trackClassUsage() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- TRACKED_EVENTS_KEY - Static variable in class com.facebook.buck.event.listener.scuba.BuildScubaEventFactory
-
- TrackedRuleKeyCache<V> - Class in com.facebook.buck.rules.keys
-
A DefaultRuleKeyCache that records cache stats information in the corresponding CacheStatsTracker
- TrackedRuleKeyCache(TrackableRuleKeyCache<V>, CacheStatsTracker) - Constructor for class com.facebook.buck.rules.keys.TrackedRuleKeyCache
-
- trackJavacPhaseEvents() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- TRAMPOLINE_PATH - Static variable in class com.facebook.buck.rules.modern.builders.ModernBuildRuleRemoteExecutionHelper
-
- transform(int) - Method in interface com.facebook.buck.android.resources.ResChunk.RefTransformer
-
- transform(DirectoryListKey, ComputationEnvironment) - Method in class com.facebook.buck.core.files.DirectoryListComputation
-
- transform(FileTreeKey, ComputationEnvironment) - Method in class com.facebook.buck.core.files.FileTreeComputation
-
- transform(ComposedKey<BaseKey, Result2>, ComputationEnvironment) - Method in interface com.facebook.buck.core.graph.transformation.composition.ComposedComputation
-
- transform(ComposedKey<BaseKey, Result2>, ComputationEnvironment) - Method in class com.facebook.buck.core.graph.transformation.composition.LeftComposingComputation
-
- transform(ComposedKey<Key1, Result2>, ComputationEnvironment) - Method in class com.facebook.buck.core.graph.transformation.composition.RightComposingComputation
-
- transform(Map<KeyInput, ResultInput>) - Method in interface com.facebook.buck.core.graph.transformation.composition.Transformer
-
- transform(Key, ComputationEnvironment) - Method in interface com.facebook.buck.core.graph.transformation.GraphComputation
-
Perform a transformation identified by key Key into a final type Result.
- transform(TargetConfiguration) - Method in class com.facebook.buck.core.model.impl.MultiPlatformTargetConfigurationTransformer
-
- transform(TargetConfiguration) - Method in interface com.facebook.buck.core.model.TargetConfigurationTransformer
-
Transforms a single target configurations into multiple target configurations.
- transform(BuildTargetPatternToBuildPackagePathKey, ComputationEnvironment) - Method in class com.facebook.buck.core.parser.BuildTargetPatternToBuildPackagePathComputation
-
- transform(RuleAnalysisKey, ComputationEnvironment) - Method in class com.facebook.buck.core.rules.analysis.impl.LegacyCompatibleRuleAnalysisComputation
-
- transform(RuleAnalysisKey, ComputationEnvironment) - Method in class com.facebook.buck.core.rules.analysis.impl.RuleAnalysisComputation
-
- transform(ToolchainProvider, TargetGraph, ConfigurationRuleRegistry, ActionGraphBuilder, TargetNode<T>, ProviderInfoCollection) - Method in class com.facebook.buck.core.rules.transformer.impl.DefaultTargetNodeToBuildRuleTransformer
-
- transform(ToolchainProvider, TargetGraph, ConfigurationRuleRegistry, ActionGraphBuilder, TargetNode<T>, ProviderInfoCollection) - Method in class com.facebook.buck.core.rules.transformer.impl.LegacyRuleAnalysisDelegatingTargetNodeToBuildRuleTransformer
-
- transform(ToolchainProvider, TargetGraph, ConfigurationRuleRegistry, ActionGraphBuilder, TargetNode<T>) - Method in class com.facebook.buck.core.rules.transformer.impl.LegacyRuleAnalysisProviderCompatibleTargetNodeToBuildRuleTransformer
-
- transform(ToolchainProvider, TargetGraph, ConfigurationRuleRegistry, ActionGraphBuilder, TargetNode<T>) - Method in interface com.facebook.buck.core.rules.transformer.TargetNodeToBuildRuleTransformer
-
Transform target node to build rule.
- transform(ToolchainProvider, TargetGraph, ConfigurationRuleRegistry, ActionGraphBuilder, TargetNode<T>, ProviderInfoCollection) - Method in interface com.facebook.buck.core.rules.transformer.TargetNodeToBuildRuleTransformer
-
- transform(ToolchainProvider, TargetGraph, ConfigurationRuleRegistry, ActionGraphBuilder, TargetNode<T>, ProviderInfoCollection) - Method in class com.facebook.buck.features.project.intellij.ShallowTargetNodeToBuildRuleTransformer
-
- transform(BuildPackagePathToBuildFileManifestKey, ComputationEnvironment) - Method in class com.facebook.buck.parser.manifest.BuildPackagePathToBuildFileManifestComputation
-
- transform(BuildPackagePathToRawTargetNodePackageKey, ComputationEnvironment) - Method in class com.facebook.buck.parser.targetnode.BuildPackagePathToRawTargetNodePackageComputation
-
- transform(BuildTargetToRawTargetNodeKey, ComputationEnvironment) - Method in class com.facebook.buck.parser.targetnode.BuildTargetToRawTargetNodeComputation
-
- transform(RawTargetNodeToRawTargetNodeWithDepsKey, ComputationEnvironment) - Method in class com.facebook.buck.parser.targetnode.RawTargetNodeToRawTargetNodeWithDepsComputation
-
- transform(ITestAnnotation, Class, Constructor, Method) - Method in class com.facebook.buck.testrunner.TestNGRunner.FilteringAnnotationTransformer
-
- transform(Function<LEFT, X>, Function<RIGHT, X>) - Method in class com.facebook.buck.util.types.Either
-
Apply a function based on whether the instance holds a left or right value.
- transform(VersionSelector, TargetGraphCreationResult, DepsAwareExecutor<? super ComputeResult, ?>, TypeCoercerFactory, UnconfiguredBuildTargetViewFactory, long) - Static method in class com.facebook.buck.versions.AsyncVersionedTargetGraphBuilder
-
- Transformer<KeyInput extends ComputeKey<ResultInput>,ResultInput extends ComputeResult,ResultType extends ComputeResult> - Interface in com.facebook.buck.core.graph.transformation.composition
-
Generic transform API that given all dependencies through the
ComputationEnvironment,
computes the desired result of ResultType.
- transformKeyReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
-
- transformKeyReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- transformKeys(Map<K1, V>, Function<? super K1, K2>) - Static method in class com.facebook.buck.util.MoreMaps
-
Transform a map to another immutable map by changing keys and keeping values
- transformKeysAndSort(Map<K1, V>, Function<? super K1, K2>) - Static method in class com.facebook.buck.util.MoreMaps
-
- transformReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResourcesXml
-
- transformReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
-
- transformReferences(int[], ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
-
- transformStringReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTablePackage
-
- transformStringReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
-
- transformStringReferences(int[], ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
-
- transformStringReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- transitionWith(Key1, Result1) - Method in interface com.facebook.buck.core.graph.transformation.composition.Composer
-
- transitionWith(Key1, Result1) - Method in interface com.facebook.buck.core.graph.transformation.composition.KeyComposer
-
- transitionWith(Key1, Result1) - Method in interface com.facebook.buck.core.graph.transformation.composition.RightComposingComputation.RightComposer
-
- transitiveBytecodeIncludes - Variable in class com.facebook.buck.features.ocaml.OcamlDebugLauncherStep.Args
-
- TransitiveCxxPreprocessorInputCache - Class in com.facebook.buck.cxx
-
Transitive C++ preprocessor input cache
- TransitiveCxxPreprocessorInputCache(CxxPreprocessorDep) - Constructor for class com.facebook.buck.cxx.TransitiveCxxPreprocessorInputCache
-
- TransitiveDepsClosureResolver - Class in com.facebook.buck.features.project.intellij
-
Calculates the transitive closure of exported deps for every node in a
TargetGraph.
- TransitiveDepsClosureResolver(TargetGraph, ImmutableSet<String>) - Constructor for class com.facebook.buck.features.project.intellij.TransitiveDepsClosureResolver
-
- translate(CellPathResolver, String, A) - Method in class com.facebook.buck.versions.TargetNodeTranslator
-
- translateBuildTarget(BuildTarget) - Method in class com.facebook.buck.versions.TargetNodeTranslator
-
- translateConstructorArg(BuildTarget, CellPathResolver, TargetNodeTranslator, A) - Method in interface com.facebook.buck.versions.TargetTranslatorOverridingDescription
-
- TranslateMacrosFunction(ImmutableSortedMap<String, String>, CxxPlatform) - Constructor for class com.facebook.buck.cxx.CxxFlags.TranslateMacrosFunction
-
- TranslateMacrosFunction(ImmutableSortedMap<String, String>, DebugPathSanitizer) - Constructor for class com.facebook.buck.cxx.CxxFlags.TranslateMacrosFunction
-
- translateNode(TargetNode<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
-
- translateTargets(CellPathResolver, String, TargetNodeTranslator) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
- translateTargets(CellPathResolver, String, TargetNodeTranslator) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- translateTargets(CellPathResolver, String, TargetNodeTranslator) - Method in class com.facebook.buck.rules.macros.BuildTargetMacro
-
- translateTargets(CellPathResolver, String, TargetNodeTranslator) - Method in class com.facebook.buck.rules.macros.CxxGenruleFilterAndTargetsMacro
-
- translateTargets(CellPathResolver, String, TargetNodeTranslator) - Method in interface com.facebook.buck.rules.macros.Macro
-
- translateTargets(CellPathResolver, String, TargetNodeTranslator) - Method in class com.facebook.buck.rules.macros.QueryMacro
-
- translateTargets(CellPathResolver, String, TargetNodeTranslator, Query) - Method in class com.facebook.buck.versions.QueryTargetTranslator
-
- translateTargets(CellPathResolver, String, TargetNodeTranslator) - Method in interface com.facebook.buck.versions.TargetTranslatable
-
- TranslatingJavacPhaseTracer - Class in com.facebook.buck.jvm.java.tracing
-
- TranslatingJavacPhaseTracer(JavacPhaseEventLogger) - Constructor for class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- Transport - Interface in com.facebook.buck.io.watchman
-
An abstraction for IPC via messages.
- TraversableGraph<T> - Interface in com.facebook.buck.core.util.graph
-
- traverse() - Method in class com.facebook.buck.core.util.graph.AbstractBottomUpTraversal
-
- traverse(Predicate<T>) - Method in class com.facebook.buck.core.util.graph.AbstractBottomUpTraversal
-
Perform the traversal.
- traverse(Node, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Static method in class com.facebook.buck.core.util.graph.AbstractBreadthFirstThrowingTraversal
-
- traverse(Iterable<? extends Node>, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Static method in class com.facebook.buck.core.util.graph.AbstractBreadthFirstThrowingTraversal
-
- traverse(Node, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Static method in class com.facebook.buck.core.util.graph.AbstractBreadthFirstTraversal
-
- traverse(Iterable<? extends Node>, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Static method in class com.facebook.buck.core.util.graph.AbstractBreadthFirstTraversal
-
- traverse(Iterable<? extends T>) - Method in class com.facebook.buck.core.util.graph.AcyclicDepthFirstPostOrderTraversal
-
- traverse(Iterable<? extends T>, Predicate<T>) - Method in class com.facebook.buck.core.util.graph.AcyclicDepthFirstPostOrderTraversal
-
Performs a depth-first, post-order traversal over a DAG.
- traverse() - Method in class com.facebook.buck.jvm.java.classes.ClasspathTraversal
-
- traverse(ClasspathTraversal) - Method in interface com.facebook.buck.jvm.java.classes.ClasspathTraverser
-
- traverse(ClasspathTraversal) - Method in class com.facebook.buck.jvm.java.classes.DefaultClasspathTraverser
-
- traverse(QueryExpression.Visitor<NODE_TYPE>) - Method in class com.facebook.buck.query.QueryExpression
-
Accepts and applies the given visitor.
- traverse(QueryExpression.Visitor<NODE_TYPE>) - Method in class com.facebook.buck.query.TargetLiteral
-
- traverse(CellPathResolver, AbsoluteOutputMacro, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.AbsoluteOutputMacroTypeCoercer
-
- traverse(CellPathResolver, ParamInfo.Traversal, Object) - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- traverse(CellPathResolver, M, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
-
- traverse(CellPathResolver, C, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
-
- traverse(CellPathResolver, M, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.CxxGenruleFilterAndTargetsMacroTypeCoercer
-
- traverse(CellPathResolver, CxxLinkGroupMapping, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingCoercer
-
- traverse(CellPathResolver, CxxLinkGroupMappingTarget, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetCoercer
-
- traverse(CellPathResolver, Either<Left, Right>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- traverse(CellPathResolver, EnvMacro, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.EnvMacroTypeCoercer
-
- traverse(CellPathResolver, FrameworkPath, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- traverse(CellPathResolver, T, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.ImmutableTypeCoercer
-
- traverse(CellPathResolver, Object, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.JsonTypeConcatenatingCoercer
-
- traverse(CellPathResolver, Object, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.LeafTypeCoercer
-
- traverse(CellPathResolver, ImmutableMap<K, V>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
-
- traverse(CellPathResolver, NeededCoverageSpec, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
-
- traverse(CellPathResolver, Optional<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
-
- traverse(CellPathResolver, OutputMacro, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.OutputMacroTypeCoercer
-
- traverse(CellPathResolver, Pair<FIRST, SECOND>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
-
- traverse(CellPathResolver, ParamInfo.Traversal, Object) - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
Traverse the value of the field on dto that is represented by this instance.
- traverse(CellPathResolver, PatternMatchedCollection<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
-
- traverse(CellPathResolver, Query, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.QueryCoercer
-
- traverse(CellPathResolver, SelectorList<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SelectorListCoercer
-
- traverse(CellPathResolver, ImmutableSortedMap<K, V>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
-
- traverse(CellPathResolver, SourceSet, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceSetTypeCoercer
-
- traverse(CellPathResolver, SourceSortedSet, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceSortedSetTypeCoercer
-
- traverse(CellPathResolver, SourceWithFlagsList, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
-
- traverse(CellPathResolver, SourceWithFlags, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
-
- traverse(CellPathResolver, StringWithMacros, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
-
- traverse(CellPathResolver, TestRunnerSpec, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.TestRunnerSpecCoercer
-
- traverse(Object) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer.Traversal
-
- traverse(CellPathResolver, T, TypeCoercer.Traversal) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
Traverse an object guided by this TypeCoercer.
- traverse(CellPathResolver, VersionMatchedCollection<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
-
- traverse(CellPathResolver, M, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.ZeroArgMacroTypeCoercer
-
- traverse() - Method in class com.facebook.buck.util.ZipFileTraversal
-
- TreeBackedAnnotatedConstruct - Class in com.facebook.buck.jvm.java.abi.source
-
An implementation of
AnnotatedConstruct that uses only the information
available from a
Tree.
- TreeBackedAnnotatedConstruct(AnnotatedConstruct) - Constructor for class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotatedConstruct
-
- TreeBackedAnnotationFactory - Class in com.facebook.buck.jvm.java.abi.source
-
Support for @{link TreeBackedAnnotatedConstruct#getAnnotation}.
- TreeBackedAnnotationFactory() - Constructor for class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotationFactory
-
- TreesMessager - Class in com.facebook.buck.jvm.java.plugin.adapter
-
- TreesMessager(Trees) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.TreesMessager
-
- TriFunction<T,U,V,R> - Interface in com.facebook.buck.util.function
-
Represents a function that accepts four arguments and produces a result.
- TRUE - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- truncateMiddle(String, int, int) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- truncateMiddle(String, int, int, String) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- truncatePretty(String) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- truncateTail(String, int) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- tryConvertingToStampede(DistBuildConfig) - Method in class com.facebook.buck.cli.DistBuildCommandDelegate
-
- tryCreatingClientSideSlb(Clock, BuckEventBus) - Method in class com.facebook.buck.slb.SlbBuckConfig
-
- tryLargerWorkerOnOom() - Method in interface com.facebook.buck.remoteexecution.config.RemoteExecutionStrategyConfig
-
- tryLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
-
- tryLock(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
-
- tryToCreateEdenClientPool(Path) - Static method in class com.facebook.buck.edenfs.EdenClientPool
-
- tryToExtractPackageNameFromManifest(SourcePathResolver, ApkInfo) - Static method in class com.facebook.buck.android.AdbHelper
-
- tryToFetchArtifactFromBuildCacheAndOverlayOnTopOfProjectFilesystem(RuleKey, ArtifactCache, ProjectFilesystem) - Method in class com.facebook.buck.core.build.engine.cache.manager.BuildCacheArtifactFetcher
-
- TwoLevelArtifactCacheDecorator - Class in com.facebook.buck.artifact_cache
-
- TwoLevelArtifactCacheDecorator(ArtifactCache, ProjectFilesystem, BuckEventBus, boolean, long, Optional<Long>) - Constructor for class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
-
- twoLevelContentHashKey() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
- twoLevelContentHashKey() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
-
- twoLevelContentHashKeyServerLog() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
-
- type - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- type - Variable in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- TYPE_ARCHIVE - Static variable in class com.facebook.buck.util.cache.HashCodeAndFileType
-
- TYPE_DIRECTORY - Static variable in class com.facebook.buck.util.cache.HashCodeAndFileType
-
- TYPE_FILE - Static variable in class com.facebook.buck.util.cache.HashCodeAndFileType
-
- TYPE_PROPERTY_NAME - Static variable in class com.facebook.buck.parser.function.BuckPyFunction
-
The name of the property in the JSON produced by buck.py that identifies the type of
the build rule being defined.
- TypeCoercer<T> - Interface in com.facebook.buck.rules.coercer
-
Class defining an interpretation of some dynamically typed Java object as a specific class.
- TypeCoercer.Traversal - Interface in com.facebook.buck.rules.coercer
-
- TypeCoercerFactory - Interface in com.facebook.buck.rules.coercer
-
- typeCoercerFactory - Variable in class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
- typeCoercerForParameterizedType(String, Type, Type[]) - Method in class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
-
- typeCoercerForParameterizedType(String, Type, Type[]) - Method in interface com.facebook.buck.rules.coercer.TypeCoercerFactory
-
- typeCoercerForType(Type) - Method in class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
-
- typeCoercerForType(Type) - Method in interface com.facebook.buck.rules.coercer.TypeCoercerFactory
-
- Types - Class in com.facebook.buck.util
-
- TypeScanner8<R,P> - Class in com.facebook.buck.jvm.java.abi
-
- TypeScanner8() - Constructor for class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- TypeScanner8(R) - Constructor for class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- typeWillBeAvailable(TypeElement) - Method in class com.facebook.buck.jvm.java.abi.source.FileManagerSimulator
-
- VALID_ABI_KEYS - Static variable in class com.facebook.buck.android.AndroidBuckConfig
-
- validateArtifact(Set<Path>) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- validateArtifact(Set<Path>) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
- validateAssetCatalogs(ImmutableSortedSet<SourcePath>, BuildTarget, ProjectFilesystem, SourcePathResolver, AppleAssetCatalog.ValidationType) - Static method in class com.facebook.buck.apple.AppleAssetCatalog
-
- validateClasspath(String) - Method in class com.facebook.buck.jvm.java.ClasspathChecker
-
Parses a Java classpath string ("path/to/foo:baz.jar:blech.zip:path/to/*") and checks if at
least one entry is valid (exists on disk).
- validateCoercedValue(CoercedType) - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
Validates values post-coercion to ensure other properties besides 'type' are valid
- validateCoercedValue(ImmutableList<BuildTarget>) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.DepListAttribute
-
- validateCoercedValue(Integer) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntAttribute
-
- validateCoercedValue(ImmutableList<Integer>) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.IntListAttribute
-
- validateCoercedValue(ImmutableList<SourcePath>) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.SourceListAttribute
-
- validateCoercedValue(String) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringAttribute
-
- validateCoercedValue(ImmutableList<String>) - Method in class com.facebook.buck.core.starlark.rule.attr.impl.StringListAttribute
-
- validateFlavors(ImmutableSet<Flavor>, Iterable<FlavorDomain<?>>) - Static method in class com.facebook.buck.features.js.JsFlavors
-
- validateKwargName(Location, String) - Static method in class com.facebook.buck.core.starlark.compatible.BuckSkylarkTypes
-
Ensure that a name is a valid kwarg/field identifier
- validatePort(int) - Static method in class com.facebook.buck.distributed.build_slave.CoordinatorModeRunner
-
Function to verify that the specified port lies in the non-kernel-reserved port range.
- validateProvidersPresent(List<Provider<?>>, BuildTarget, ProviderInfoCollection) - Static method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
Ensures that all of the
Providers in
expectedProviders are present in
providerInfos
- validateResources(SourcePathResolver, ProjectFilesystem, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.jvm.common.ResourceValidator
-
- validateValueInList(List<CoercedType>, CoercedType) - Method in class com.facebook.buck.core.starlark.rule.attr.Attribute
-
Helper method to validate that a value is in a list and throw a reasonable error if not
- ValidatingTaskListener - Class in com.facebook.buck.jvm.java.abi.source
-
A TaskListener that is used during full compilation to validate the guesses made by
source-based ABI generation.
- ValidatingTaskListener(BuckJavacTaskProxy, SourceOnlyAbiRuleInfoFactory.SourceOnlyAbiRuleInfo, Supplier<Boolean>, Diagnostic.Kind) - Constructor for class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
-
- value() - Method in enum com.facebook.buck.android.ResourceFilters.Density
-
- ValueCreator<E extends Exception> - Interface in com.facebook.buck.rules.modern
-
A ValueCreator can be used to create the values referenced from a Buildable.
- ValueExtractor - Interface in com.facebook.buck.rules.keys
-
Extracts a value, e.g.
- ValueMethodValueExtractor - Class in com.facebook.buck.rules.keys
-
Extracts a value of a given field, that is assumed to be accessible.
- valueOf(String) - Static method in enum com.facebook.buck.android.aapt.MiniAapt.ResourceCollectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.CustomDrawableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.AndroidBuckConfig.NdkSearchOrderEntry
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.AndroidInstallConfig.ConcurrentInstall
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.AndroidLibraryDescription.JvmLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.CompressionAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.dalvik.ZipSplitter.DexSplitStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.device.TargetDevice.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.DxStep.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.HasDuplicateAndroidResourceTypes.DuplicateResourceBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms.Host
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms.ToolchainTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkCompilerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkCxxRuntime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkCxxRuntimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkTargetArch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkTargetArchAbi
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkToolchain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkToolchainTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.AppleAssetCatalog.ValidationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.AppleBuildRules.RecursiveDependenciesMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.AppleBundleDestination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.AppleBundleExtension
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.AppleDebugFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.AppleLibraryDescription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.clang.ModuleMapMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.clang.UmbrellaHeaderModuleMap.SwiftMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.platform_type.ApplePlatformType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.simulator.AppleDeviceController.AppleDeviceKindEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.simulator.AppleDeviceController.LaunchBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorController.LaunchBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXGroup.SortPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.XCScheme.AdditionalActions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.XCScheme.LaunchAction.LaunchStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.XCScheme.LaunchAction.WatchInterface
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.CacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.InvocationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.StoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.CacheResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig.Executor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.config.ArtifactCacheMode.CacheType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.config.ArtifactCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.config.CacheReadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.config.LoadBalancingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.config.MultiFetchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cli.AbstractQueryCommand.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cli.AbstractQueryCommand.SortOutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cli.Dot.OutputOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cli.ProjectTestsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.build.engine.BuildRuleStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.build.engine.BuildRuleSuccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.build.engine.type.BuildType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.build.engine.type.DepFiles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.build.engine.type.UploadToCacheResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.graph.transformation.executor.factory.DepsAwareExecutorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.model.AbstractRuleType.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.model.actiongraph.computation.IncrementalActionGraphMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.parser.buildtargetpattern.BuildTargetPattern.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.rulekey.RuleKeyDiagnosticsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.core.rules.analysis.config.RuleAnalysisComputationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.MetadataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxPreprocessables.IncludeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.ArchiveContents
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.ArchiverProvider.LegacyArchiverType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.ArchiverProvider.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.CxxToolProvider.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.DependencyTrackingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
-
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfHeader.EIClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfHeader.EIData
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader.SHType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Bind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.HeaderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.HeaderVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.CxxRuntimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.LinkableDepType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.LinkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.SharedLibraryLoadingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.LinkerProvider.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableGroup.Linkage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers.PaddingStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.PicType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.StripStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.ToolType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.distributed.AutoStampedeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.distributed.build_slave.BuildSlaveTimingStatsTracker.SlaveEvents
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.distributed.ClientStatsTracker.DistBuildClientStat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.distributed.DistBuildMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.distributed.DistLocalBuildMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.distributed.DistributedExitCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.doctor.config.DoctorIssueCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.doctor.config.DoctorProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.doctor.config.DoctorSuggestion.StepStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.event.ArtifactCompressionEvent.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.event.chrome_trace.ChromeTraceEvent.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.event.CompilerErrorEvent.CompilerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.event.listener.TestResultFormatter.FormatMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.event.LogUploadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.event.RuleKeyCalculationEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.event.SimplePerfEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.apple.common.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.apple.common.SchemeActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.apple.project.IDEForceKill
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.apple.project.ProjectGenerator.FilterFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.apple.projectV2.IDEForceKill
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.apple.projectV2.ProjectGenerator.FilterFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.dotnet.FrameworkVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.go.GoArch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.go.GoOs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.go.GoPackStep.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.haskell.HaskellBinaryDescription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.haskell.HaskellLibraryDescription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.lua.LuaBinaryDescription.StarterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.project.intellij.FolderTypeWithPackageInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.project.intellij.IjDependencyListBuilder.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.project.intellij.IjDependencyListBuilder.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.project.intellij.IjDependencyListBuilder.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.project.intellij.lang.android.AndroidProjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.project.intellij.model.DependencyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.project.intellij.model.folders.IjResourceFolderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.project.intellij.model.IjModuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.python.CxxPythonExtensionDescription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.python.PythonBuckConfig.PackageStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.rust.CrateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.features.rust.RustBinaryDescription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.file.RemoteFile.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.file.BorrowablePath.Behaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.file.MostFiles.DeleteRecursivelyOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.file.PathListing.FilterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.filesystem.CopySourceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.watchman.Capability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.watchman.WatchmanEvent.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.watchman.WatchmanEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.watchman.WatchmanWatcher.CursorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.io.watchman.WatchmanWatcher.FreshInstanceAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.abi.AbiGenerationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.abi.source.CompletedTypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.AnnotationProcessingEvent.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.BuiltInJavac
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.CompileAgainstLibraryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.ForkMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JarShape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.DuplicatesLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.SourceAbiVerificationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.UnusedDependenciesAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.UnusedDependenciesConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.Javac.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.plugin.api.TaskEventMirror.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.TestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.AnnotationProcessingTool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.api.Syntax
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.cache.impl.ParserCacheAccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.AllowSymlinks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.ApplyDefaultFlavorsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.BuildFileSearchMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.GlobHandler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.SkylarkGlobHandler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.WatchmanGlobSanityCheck
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.events.ParseBuckFileEvent.ParserKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.SpeculativeParsing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.parser.TargetNodeSpec.TargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.query.QueryEnvironment.ArgumentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.query.QueryEnvironment.TargetEvaluator.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.remoteexecution.config.AutoRemoteExecutionStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.remoteexecution.config.RemoteExecutionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.rules.coercer.PathTypeCoercer.PathExistenceVerificationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.rules.keys.hasher.RuleKeyHasher.Container
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.rules.keys.hasher.RuleKeyHasher.Wrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.rules.keys.RuleKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.rules.modern.config.ModernBuildRuleBuildStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.shell.ExportFileDescription.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.shell.ExportFileDirectoryAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.skylark.io.impl.WatchmanGlobber.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser.FileKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.slb.ThriftProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.step.fs.CopyStep.DirectoryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.support.cli.config.JsonAttributeFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.support.fix.BuckFixSpecParser.FixSpecFailure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.support.state.BuckGlobalStateLifecycleManager.LifecycleStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.swift.toolchain.impl.SwiftSdkLayoutType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.test.CoverageReportFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.test.result.type.ResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.Ansi.SeverityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.bser.BserDeserializer.KeyOrdering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.cache.FileHashCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.concurrent.ExecutorPool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.concurrent.ResourceAllocationFairness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.concurrent.ResourcePool.ResourceUsageErrorPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.DependencyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.environment.Architecture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.environment.BuckBuildType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.environment.CommandMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.environment.NetworkMedium
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.environment.Platform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.environment.PlatformType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.Escaper.Quoter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.ExitCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.ProcessExecutor.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.randomizedtrial.CommonGroups
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.trace.uploader.types.CompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.types.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.unarchive.ExistingFileMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.unit.SizeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.Verbosity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.zip.collect.OnDuplicateEntry
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.zip.ZipCompressionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.util.zip.ZipOutputStreams.HandleDuplicates
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.facebook.buck.versions.VersionedTargetGraphCache.ResultType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.facebook.buck.android.aapt.MiniAapt.ResourceCollectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.CustomDrawableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.AndroidBuckConfig.NdkSearchOrderEntry
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.AndroidInstallConfig.ConcurrentInstall
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.AndroidLibraryDescription.JvmLanguage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.CompressionAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.dalvik.ZipSplitter.DexSplitStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.device.TargetDevice.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.DxStep.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.HasDuplicateAndroidResourceTypes.DuplicateResourceBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.ResourceFilters.Density
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms.Host
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatforms.ToolchainTarget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkCompilerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkCxxRuntime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkCxxRuntimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkTargetArch
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkTargetArchAbi
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkToolchain
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.NdkToolchainTarget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.android.toolchain.ndk.TargetCpuType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.AppleAssetCatalog.ValidationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.AppleBuildRules.RecursiveDependenciesMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.AppleBundleDestination
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.AppleBundleExtension
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.AppleDebugFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.AppleLibraryDescription.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.clang.ModuleMapMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.clang.UmbrellaHeaderModuleMap.SwiftMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.platform_type.ApplePlatformType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.simulator.AppleDeviceController.AppleDeviceKindEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.simulator.AppleDeviceController.LaunchBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorController.LaunchBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXGroup.SortPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.xcode.XCScheme.AdditionalActions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.xcode.XCScheme.LaunchAction.LaunchStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.apple.xcode.XCScheme.LaunchAction.WatchInterface
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.CacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.InvocationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.StoreType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.CacheResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig.Executor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.config.ArtifactCacheMode.CacheType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.config.ArtifactCacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.config.CacheReadMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.config.LoadBalancingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.artifact_cache.config.MultiFetchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cli.AbstractQueryCommand.OutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cli.AbstractQueryCommand.SortOutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cli.Dot.OutputOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cli.ProjectTestsMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.build.engine.BuildRuleStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.build.engine.BuildRuleSuccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.build.engine.type.BuildType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.build.engine.type.DepFiles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.build.engine.type.UploadToCacheResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.graph.transformation.executor.factory.DepsAwareExecutorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.model.AbstractRuleType.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.model.actiongraph.computation.IncrementalActionGraphMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.parser.buildtargetpattern.BuildTargetPattern.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.rulekey.RuleKeyDiagnosticsMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.core.rules.analysis.config.RuleAnalysisComputationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.MetadataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.CxxPreprocessables.IncludeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.ArchiveContents
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.ArchiverProvider.LegacyArchiverType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.ArchiverProvider.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.CxxToolProvider.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.DependencyTrackingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfHeader.EIClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfHeader.EIData
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader.SHType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Bind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.HeaderMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.HeaderVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.CxxRuntimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.LinkableDepType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.LinkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.SharedLibraryLoadingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.LinkerProvider.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableGroup.Linkage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers.PaddingStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.PicType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.StripStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.cxx.toolchain.ToolType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.distributed.AutoStampedeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.distributed.build_slave.BuildSlaveTimingStatsTracker.SlaveEvents
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.distributed.ClientStatsTracker.DistBuildClientStat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.distributed.DistBuildMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.distributed.DistLocalBuildMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.distributed.DistributedExitCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.doctor.config.DoctorIssueCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.doctor.config.DoctorProtocolVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.doctor.config.DoctorSuggestion.StepStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.event.ArtifactCompressionEvent.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.event.chrome_trace.ChromeTraceEvent.Phase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.event.CompilerErrorEvent.CompilerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.event.listener.TestResultFormatter.FormatMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.event.LogUploadMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.event.RuleKeyCalculationEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.event.SimplePerfEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.apple.common.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.apple.common.SchemeActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.apple.project.IDEForceKill
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.apple.project.ProjectGenerator.FilterFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.apple.projectV2.IDEForceKill
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.apple.projectV2.ProjectGenerator.FilterFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.dotnet.FrameworkVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.go.GoArch
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.go.GoOs
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.go.GoPackStep.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.haskell.HaskellBinaryDescription.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.haskell.HaskellLibraryDescription.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.lua.LuaBinaryDescription.StarterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.project.intellij.FolderTypeWithPackageInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.project.intellij.IjDependencyListBuilder.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.project.intellij.IjDependencyListBuilder.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.project.intellij.IjDependencyListBuilder.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.project.intellij.lang.android.AndroidProjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.project.intellij.model.DependencyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.project.intellij.model.folders.IjResourceFolderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.project.intellij.model.IjModuleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.python.CxxPythonExtensionDescription.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.python.PythonBuckConfig.PackageStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.rust.CrateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.features.rust.RustBinaryDescription.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.file.RemoteFile.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.file.BorrowablePath.Behaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.file.MostFiles.DeleteRecursivelyOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.file.PathListing.FilterMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.filesystem.CopySourceMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.watchman.Capability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.watchman.WatchmanEvent.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.watchman.WatchmanEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.watchman.WatchmanWatcher.CursorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.io.watchman.WatchmanWatcher.FreshInstanceAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.abi.AbiGenerationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.abi.source.CompletedTypeKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.AnnotationProcessingEvent.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.BuiltInJavac
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.CompileAgainstLibraryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.ForkMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.JarShape
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.DuplicatesLogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.SourceAbiVerificationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.UnusedDependenciesAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.UnusedDependenciesConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.Javac.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.plugin.api.TaskEventMirror.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.TestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.AnnotationProcessingTool
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.api.Syntax
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.cache.impl.ParserCacheAccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.AllowSymlinks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.ApplyDefaultFlavorsMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.BuildFileSearchMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.GlobHandler
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.SkylarkGlobHandler
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.config.AbstractParserConfig.WatchmanGlobSanityCheck
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.events.ParseBuckFileEvent.ParserKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.SpeculativeParsing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.parser.TargetNodeSpec.TargetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.query.QueryEnvironment.ArgumentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.query.QueryEnvironment.TargetEvaluator.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.remoteexecution.config.AutoRemoteExecutionStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.remoteexecution.config.RemoteExecutionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.rules.coercer.PathTypeCoercer.PathExistenceVerificationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.rules.keys.hasher.RuleKeyHasher.Container
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.rules.keys.hasher.RuleKeyHasher.Wrapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.rules.keys.RuleKeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.rules.modern.config.ModernBuildRuleBuildStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.shell.ExportFileDescription.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.shell.ExportFileDirectoryAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.skylark.io.impl.WatchmanGlobber.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser.FileKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.slb.ThriftProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.step.fs.CopyStep.DirectoryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.support.cli.config.JsonAttributeFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.support.fix.BuckFixSpecParser.FixSpecFailure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.support.state.BuckGlobalStateLifecycleManager.LifecycleStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.swift.toolchain.impl.SwiftSdkLayoutType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.test.CoverageReportFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.test.result.type.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.Ansi.SeverityLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.bser.BserDeserializer.KeyOrdering
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.cache.FileHashCacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.concurrent.ExecutorPool
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.concurrent.ResourceAllocationFairness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.concurrent.ResourcePool.ResourceUsageErrorPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.DependencyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.environment.Architecture
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.environment.BuckBuildType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.environment.CommandMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.environment.NetworkMedium
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.environment.Platform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.environment.PlatformType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.Escaper.Quoter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.ExitCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- values() - Static method in enum com.facebook.buck.util.ProcessExecutor.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.randomizedtrial.CommonGroups
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.trace.uploader.types.CompressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.types.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.unarchive.ArchiveFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.unarchive.ExistingFileMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.unit.SizeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.Verbosity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.zip.collect.OnDuplicateEntry
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.zip.ZipCompressionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.util.zip.ZipOutputStreams.HandleDuplicates
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.facebook.buck.versions.VersionedTargetGraphCache.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueTypeInfo<T> - Interface in com.facebook.buck.rules.modern
-
ValueTypeInfo<T> provides methods to extract deps, outputs, rulekeys from values of type T.
- ValueTypeInfoFactory - Class in com.facebook.buck.rules.modern.impl
-
Creates ValueTypeInfos for given Types/TypeTokens.
- ValueTypeInfoFactory() - Constructor for class com.facebook.buck.rules.modern.impl.ValueTypeInfoFactory
-
- ValueTypeInfos - Class in com.facebook.buck.rules.modern.impl
-
Some utilities and simple implementations for ValueTypeInfo.
- ValueTypeInfos() - Constructor for class com.facebook.buck.rules.modern.impl.ValueTypeInfos
-
- ValueTypeInfos.ExcludedValueTypeInfo - Class in com.facebook.buck.rules.modern.impl
-
ValueTypeInfo for fields that are not annotated with @AddToRuleKey.
- ValueVisitor<E extends Exception> - Interface in com.facebook.buck.rules.modern
-
A ValueVisitor can be used to visit all the values referenced from a Buildable.
- vd_aux - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
-
- vd_cnt - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
-
- vd_flags - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
-
- vd_hash - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
-
- vd_ndx - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
-
- vd_next - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
-
- vd_version - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
-
- vda_name - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdaux
-
- vda_next - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdaux
-
- verbose(String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
-
- verbose(Throwable, String) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at VERBOSE level.
- verbose(String) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at VERBOSE level.
- verbose(String, Object...) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at VERBOSE level.
- verbose(Throwable, String, Object...) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at VERBOSE level.
- verbose(String) - Method in class com.facebook.buck.log.TimedLogger
-
- VERBOSE_LONG_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- VERBOSE_SHORT_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- verbosity - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- Verbosity - Enum in com.facebook.buck.util
-
An indication of how verbose Buck should be.
- VerbosityParser - Class in com.facebook.buck.cli
-
- Verdaux(long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdaux
-
- Verdef(int, int, int, int, long, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
-
- VERIFIED_SOURCE_ABI_FLAVOR - Static variable in class com.facebook.buck.jvm.core.JavaAbis
-
- verify(boolean, Object) - Static method in class com.facebook.buck.core.exceptions.UserVerify
-
Verifies that state is true.
- verify(boolean, String, Object...) - Static method in class com.facebook.buck.core.exceptions.UserVerify
-
Verifies that state is true.
- verify(ExecutionContext) - Method in class com.facebook.buck.core.rules.common.InstallTrigger
-
- verify() - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- verify() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
Verifies some preconditions on the arguments.
- verify() - Method in interface com.facebook.buck.util.cache.FileHashCache
-
- verify() - Method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- verify() - Method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- verify() - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
-
- verifyAllArtifactsBound() - Method in class com.facebook.buck.core.artifact.BuildArtifactFactory
-
- verifyAllArtifactsBound() - Method in interface com.facebook.buck.core.rules.actions.ActionRegistry
-
- verifyAllArtifactsBound() - Method in class com.facebook.buck.core.rules.actions.DefaultActionRegistry
-
- VerifyCachesCommand - Class in com.facebook.buck.cli
-
Verify the contents of our FileHashCache.
- VerifyCachesCommand() - Constructor for class com.facebook.buck.cli.VerifyCachesCommand
-
- verifyNotNull(T, Object) - Static method in class com.facebook.buck.core.exceptions.UserVerify
-
Verifies that value is not null, returns the original object if it is not null.
- verifyNotNull(T, String, Object...) - Static method in class com.facebook.buck.core.exceptions.UserVerify
-
Verifies that value is not null, returns the original object if it is not null
- verifyValidFinalType() - Method in enum com.facebook.buck.artifact_cache.CacheResultType
-
- Vernaux(long, int, int, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
-
- Verneed(int, int, long, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
-
- Version - Class in com.facebook.buck.versions
-
Immutable implementation of AbstractVersion.
- VERSION_NAME - Static variable in class com.facebook.buck.swift.SwiftBuckConfig
-
- VERSION_REGEX_GROUP - Static variable in class com.facebook.buck.maven.Resolver
-
- VersionBuckConfig - Class in com.facebook.buck.versions
-
- VersionBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.versions.VersionBuckConfig
-
- versionCode - Variable in class com.facebook.buck.android.exopackage.PackageInfo
-
- VersionControlBuckConfig - Class in com.facebook.buck.util.versioncontrol
-
* Provides simplified access to settings from the version_control section of a .buckconfig file.
- VersionControlBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
-
- VersionControlCmdLineInterface - Interface in com.facebook.buck.util.versioncontrol
-
Provides meta-data about the version control repository the project being built is using.
- VersionControlCommandFailedException - Exception in com.facebook.buck.util.versioncontrol
-
- VersionControlCommandFailedException(Throwable) - Constructor for exception com.facebook.buck.util.versioncontrol.VersionControlCommandFailedException
-
- VersionControlCommandFailedException(String) - Constructor for exception com.facebook.buck.util.versioncontrol.VersionControlCommandFailedException
-
- versionControlStats(VersionControlStatsEvent) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- versionControlStats(VersionControlStatsEvent) - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- versionControlStats() - Method in interface com.facebook.buck.support.build.report.FullBuildReport
-
- versionControlStats() - Method in class com.facebook.buck.support.build.report.ImmutableFullBuildReport
-
- VersionControlStatsEvent - Class in com.facebook.buck.util.versioncontrol
-
- VersionControlStatsEvent(CommonSlowVersionControlStats) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
-
- VersionControlStatsGenerator - Class in com.facebook.buck.util.versioncontrol
-
- VersionControlStatsGenerator(VersionControlCmdLineInterface, Optional<FastVersionControlStats>) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
-
- VersionControlStatsGenerator.Mode - Enum in com.facebook.buck.util.versioncontrol
-
Modes the generator can get stats in, in order from least comprehensive to most comprehensive.
- VersionControlSupplier<T> - Interface in com.facebook.buck.util.versioncontrol
-
Supplier interface that throws Version Control related exceptions
- VersionDescriptionsProvider - Class in com.facebook.buck.versions
-
- VersionDescriptionsProvider() - Constructor for class com.facebook.buck.versions.VersionDescriptionsProvider
-
- VersionedAliasDescription - Class in com.facebook.buck.versions
-
Immutable implementation of AbstractVersionedAliasDescription.
- VersionedAliasDescriptionArg - Class in com.facebook.buck.versions
-
Immutable implementation of AbstractVersionedAliasDescription.AbstractVersionedAliasDescriptionArg.
- VersionedAliasDescriptionArg.Builder - Class in com.facebook.buck.versions
-
- VersionedTargetGraph - Class in com.facebook.buck.versions
-
- VersionedTargetGraph.Builder - Class in com.facebook.buck.versions
-
- VersionedTargetGraphBuilder - Interface in com.facebook.buck.versions
-
Takes a regular
TargetGraph, resolves any versioned nodes, and returns a new graph with
the versioned nodes removed.
- VersionedTargetGraphCache - Class in com.facebook.buck.versions
-
- VersionedTargetGraphCache() - Constructor for class com.facebook.buck.versions.VersionedTargetGraphCache
-
- VersionedTargetGraphCache.ResultType - Enum in com.facebook.buck.versions
-
The possible result types using the cache.
- versionedTargetGraphCacheHit(VersionedTargetGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- versionedTargetGraphCacheHit(VersionedTargetGraphEvent.Cache.Miss) - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- versionedTargetGraphCacheHit(VersionedTargetGraphEvent.Timeout) - Method in class com.facebook.buck.event.listener.ScubaBuildListener
-
- VersionedTargetGraphCacheResult - Class in com.facebook.buck.versions
-
Immutable implementation of VersionedTargetGraphCache.AbstractVersionedTargetGraphCacheResult.
- VersionedTargetGraphEvent - Class in com.facebook.buck.versions
-
Base class for events about building up the versioned target graph.
- VersionedTargetGraphEvent.Cache - Class in com.facebook.buck.versions
-
- VersionedTargetGraphEvent.Cache.Hit - Class in com.facebook.buck.versions
-
- VersionedTargetGraphEvent.Cache.Miss - Class in com.facebook.buck.versions
-
- VersionedTargetGraphEvent.Finished - Class in com.facebook.buck.versions
-
- VersionedTargetGraphEvent.Started - Class in com.facebook.buck.versions
-
- VersionedTargetGraphEvent.Timeout - Class in com.facebook.buck.versions
-
- VersionedTargetGraphInputs - Class in com.facebook.buck.versions
-
A collection of anything which affects/changes how the versioned target graph is generated.
- VersionedTool - Class in com.facebook.buck.core.toolchain.tool.impl
-
A Tool which only contributes a fixed name and version when appended to a rule key.
- VersionedTool.Builder - Class in com.facebook.buck.core.toolchain.tool.impl
-
- VersionException - Exception in com.facebook.buck.versions
-
Error thrown when version selection fails.
- VersionException(BuildTarget, String) - Constructor for exception com.facebook.buck.versions.VersionException
-
- versionInfo() - Method in class com.facebook.buck.features.apple.projectV2.CoreDataResource
-
- VersionInfo - Class in com.facebook.buck.versions
-
Immutable implementation of AbstractVersionInfo.
- VersionInformation(Path, ImmutableList<Path>) - Constructor for class com.facebook.buck.features.apple.projectV2.CoreDataResource.VersionInformation
-
- VersionMatchedCollection<T> - Class in com.facebook.buck.rules.coercer
-
- VersionMatchedCollection(ImmutableList<Pair<ImmutableMap<BuildTarget, Version>, T>>) - Constructor for class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- VersionMatchedCollection.Builder<T> - Class in com.facebook.buck.rules.coercer
-
- VersionMatchedCollectionTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
-
- VersionMatchedCollectionTypeCoercer(TypeCoercer<ImmutableMap<BuildTarget, Version>>, TypeCoercer<T>) - Constructor for class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
-
- VersionPropagator<A extends ConstructorArg> - Interface in com.facebook.buck.versions
-
A node constitutes the body of a version sub-graph.
- VersionRoot<A extends ConstructorArg> - Interface in com.facebook.buck.versions
-
A node which is the root of a version sub-graph.
- VersionSelector - Interface in com.facebook.buck.versions
-
Interface for selecting versions for a versioned sub-graph represented by a root node and its
version domain.
- VersionStringComparator - Class in com.facebook.buck.util
-
Compares version strings such as "4.2.2", "17.0", "r10e-rc4".
- VersionStringComparator() - Constructor for class com.facebook.buck.util.VersionStringComparator
-
- VersionTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- VersionTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.VersionTypeCoercer
-
- VersionUniverse - Class in com.facebook.buck.versions
-
Immutable implementation of AbstractVersionUniverse.
- VersionUniverse.Builder - Class in com.facebook.buck.versions
-
- VersionUniverseVersionSelector - Class in com.facebook.buck.versions
-
A fast constraint resolver which selects versions using pre-defined version universes.
- VersionUniverseVersionSelector(TargetGraph, ImmutableMap<String, VersionUniverse>) - Constructor for class com.facebook.buck.versions.VersionUniverseVersionSelector
-
- VFSOverlay - Class in com.facebook.buck.apple.clang
-
VFSOverlays are used for similar purposes to headermaps, but can be used to overlay more than
headers on the filesystem (such as modulemaps)
- VFSOverlay(ImmutableSortedMap<Path, Path>) - Constructor for class com.facebook.buck.apple.clang.VFSOverlay
-
- visibility - Variable in class com.facebook.buck.maven.ArtifactConfig
-
- VISIBILITY_PUBLIC - Static variable in class com.facebook.buck.rules.visibility.parser.VisibilityPatternParser
-
- VisibilityChecker - Class in com.facebook.buck.rules.visibility
-
- VisibilityChecker(ObeysVisibility, ImmutableSet<VisibilityPattern>, ImmutableSet<VisibilityPattern>) - Constructor for class com.facebook.buck.rules.visibility.VisibilityChecker
-
- VisibilityPattern - Interface in com.facebook.buck.rules.visibility
-
- VisibilityPatternParser - Class in com.facebook.buck.rules.visibility.parser
-
- VisibilityPatternParser() - Constructor for class com.facebook.buck.rules.visibility.parser.VisibilityPatternParser
-
- VisibilityPatterns - Class in com.facebook.buck.rules.visibility.parser
-
- visit(int) - Method in interface com.facebook.buck.android.resources.ResChunk.RefVisitor
-
- visit(HeaderMap.HeaderMapVisitor) - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- visit(T) - Method in class com.facebook.buck.core.util.graph.AbstractBottomUpTraversal
-
- visit(Node) - Method in class com.facebook.buck.core.util.graph.AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal
-
- visit(Node) - Method in class com.facebook.buck.core.util.graph.AbstractBreadthFirstThrowingTraversal
-
To perform a full traversal of the the initialNode's transitive dependencies, this
function should return all of node's direct dependencies.
- visit(Node) - Method in interface com.facebook.buck.core.util.graph.AbstractBreadthFirstThrowingTraversal.Visitor
-
- visit(int, int, String, String, String, String[]) - Method in class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
-
- visit(FileLike) - Method in class com.facebook.buck.jvm.java.classes.ClasspathTraversal
-
- visit(QueryExpression<NODE_TYPE>) - Method in class com.facebook.buck.query.TargetPatternCollector
-
- visit(T, ValueVisitor<E>) - Method in interface com.facebook.buck.rules.modern.ClassInfo
-
- visit(AddsToRuleKey, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.FieldInfo
-
- visit(BuildTarget, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.BuildTargetTypeInfo
-
- visit(T, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.DefaultClassInfo
-
- visit(AddsToRuleKey, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.DynamicTypeInfo
-
- visit(Either<L, R>, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.EitherValueTypeInfo
-
- visit(T, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.EnumValueTypeInfo
-
- visit(HashCode, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.HashCodeValueTypeInfo
-
- visit(ImmutableMap<K, V>, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.ImmutableMapValueTypeInfo
-
- visit(ImmutableSet<T>, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.ImmutableSetValueTypeInfo
-
- visit(ImmutableSortedMap<K, V>, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.ImmutableSortedMapValueTypeInfo
-
- visit(NonHashableSourcePathContainer, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.NonHashableSourcePathContainerValueTypeInfo
-
- visit(T, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.NullableValueTypeInfo
-
- visit(Pattern, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.PatternValueTypeInfo
-
- visit(SourcePath, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.SourcePathValueTypeInfo
-
- visit(Supplier<T>, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.SupplierValueTypeInfo
-
- visit(TargetConfiguration, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.TargetConfigurationTypeInfo
-
- visit(T, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.ToolchainTypeInfo
-
- visit(UnconfiguredBuildTargetView, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.UnconfiguredBuildTargetTypeInfo
-
- visit(Object, ValueVisitor<E>) - Method in class com.facebook.buck.rules.modern.impl.ValueTypeInfos.ExcludedValueTypeInfo
-
- visit(T, ValueVisitor<E>) - Method in interface com.facebook.buck.rules.modern.ValueTypeInfo
-
- visit(ZipFile, ZipEntry) - Method in class com.facebook.buck.util.ZipFileTraversal
-
- visitAnnotation(AnnotationMirror, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitArray(ArrayType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitArray(List<? extends AnnotationValue>, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitBoolean(boolean, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitBoolean(Boolean) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitBoolean(Boolean) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitBoolean(Boolean) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitByte(byte, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitByte(Byte) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitByte(Byte) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitByte(Byte) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitChar(char, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitCharacter(Character) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitCharacter(Character) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitCharacter(Character) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitDeclared(DeclaredType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitDouble(double, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitDouble(Double) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitDouble(Double) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitDouble(Double) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitDynamic(T, ClassInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitDynamic(T, ClassInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.DepsComputingVisitor
-
- visitDynamic(T, ClassInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitDynamic(T, ClassInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitEnumConstant(VariableElement, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitError(ErrorType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitExecutable(ExecutableType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitField(int, String, String, String, Object) - Method in class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
-
- visitField(Field, T, ValueTypeInfo<T>, List<Class<? extends CustomFieldBehaviorTag>>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitField(Field, T, ValueTypeInfo<T>, List<Class<? extends CustomFieldBehaviorTag>>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitField(Field, T, ValueTypeInfo<T>, List<Class<? extends CustomFieldBehaviorTag>>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitFloat(float, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitFloat(Float) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitFloat(Float) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitFloat(Float) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitInnerClass(String, String, String, int) - Method in class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
-
- visitInt(int, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitInteger(Integer) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitInteger(Integer) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitInteger(Integer) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitIntersection(IntersectionType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitKeyReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableType
-
- visitKeyReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- visitList(ImmutableList<T>, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitList(ImmutableList<T>, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitList(ImmutableList<T>, ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitLong(long, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitLong(Long) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitLong(Long) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitLong(Long) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitMap(ImmutableMap<K, V>, ValueTypeInfo<K>, ValueTypeInfo<V>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitMap(ImmutableMap<K, V>, ValueTypeInfo<K>, ValueTypeInfo<V>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitMap(ImmutableMap<K, V>, ValueTypeInfo<K>, ValueTypeInfo<V>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
-
- visitNoType(NoType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitNull(NullType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitNullable(T, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitNullable(T, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitNullable(T, ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitOptional(Optional<T>, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitOptional(Optional<T>, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitOptional(Optional<T>, ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitOutputPath(OutputPath) - Method in class com.facebook.buck.rules.modern.impl.DepsComputingVisitor
-
- visitOutputPath(OutputPath) - Method in class com.facebook.buck.rules.modern.impl.OutputPathVisitor
-
- visitOutputPath(OutputPath) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitOutputPath(OutputPath) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitPath(Path) - Method in class com.facebook.buck.rules.modern.impl.DepsComputingVisitor
-
- visitPath(Path) - Method in class com.facebook.buck.rules.modern.impl.OutputPathVisitor
-
- visitPath(Path) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitPath(Path) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitPrimitive(PrimitiveType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResourcesXml
-
- visitReferences(int[], ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableType
-
- visitReferences(int[], ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- visitSet(ImmutableSet<T>, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitSet(ImmutableSet<T>, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitSet(ImmutableSet<T>, ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitShort(short, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitShort(Short) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitShort(Short) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitShort(Short) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitSimple(Object) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitSimple(Object) - Method in class com.facebook.buck.rules.modern.impl.DepsComputingVisitor
-
- visitSimple(Object) - Method in class com.facebook.buck.rules.modern.impl.OutputPathVisitor
-
- visitSortedMap(ImmutableSortedMap<K, V>, ValueTypeInfo<K>, ValueTypeInfo<V>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitSortedMap(ImmutableSortedMap<K, V>, ValueTypeInfo<K>, ValueTypeInfo<V>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitSortedMap(ImmutableSortedMap<K, V>, ValueTypeInfo<K>, ValueTypeInfo<V>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitSortedSet(ImmutableSortedSet<T>, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitSortedSet(ImmutableSortedSet<T>, ValueTypeInfo<T>) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitSortedSet(ImmutableSortedSet<T>, ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitSourcePath(SourcePath) - Method in class com.facebook.buck.rules.modern.impl.DepsComputingVisitor
-
- visitSourcePath(SourcePath) - Method in class com.facebook.buck.rules.modern.impl.OutputPathVisitor
-
- visitSourcePath(SourcePath) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitSourcePath(SourcePath) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitString(String, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitString(String) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitString(String) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitString(String) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitStringReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTablePackage
-
- visitStringReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableType
-
- visitStringReferences(int[], ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableType
-
- visitStringReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- visitStringReferences(int[], ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- visitTargetConfiguration(TargetConfiguration) - Method in class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- visitTargetConfiguration(TargetConfiguration) - Method in class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor
-
- visitTargetConfiguration(TargetConfiguration) - Method in interface com.facebook.buck.rules.modern.ValueVisitor
-
- visitType(TypeMirror, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitTypeVariable(TypeVariable, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitUnion(UnionType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- visitUnknown(AnnotationValue, P) - Method in class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- visitWildcard(WildcardType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- vn_aux - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
-
- vn_cnt - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
-
- vn_file - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
-
- vn_next - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
-
- vn_version - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
-
- vna_flags - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
-
- vna_hash - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
-
- vna_name - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
-
- vna_next - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
-
- vna_other - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
-